Skip to content

Commit

Permalink
fix: flaky indent test (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Dec 15, 2022
1 parent 9ef4ea6 commit 7bf699c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ test('basic indent and unindent', async ({ page }) => {
</affine:page>`
);

await page.waitForTimeout(100);
await pressShiftTab(page);
await assertStoreMatchJSX(
page,
Expand Down

1 comment on commit 7bf699c

@vercel
Copy link

@vercel vercel bot commented on 7bf699c Dec 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.