Skip to content

Commit 60cfcf9

Browse files
authored
fix test
1 parent 2c9d63f commit 60cfcf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tests/with-handle.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ test.describe('With handle', () => {
2121
});
2222

2323
test('Double click should close the drawer', async ({ page }) => {
24+
await page.waitForTimeout(ANIMATION_DURATION);
25+
2426
await expect(page.getByTestId('content')).toBeVisible();
2527
await page.getByTestId('handle').dblclick();
2628

0 commit comments

Comments
 (0)