Skip to content

Commit 3ce9bb7

Browse files
committed
fix: issue with e2e popover test
1 parent 8eeb20d commit 3ce9bb7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-18.6 KB
Loading

showcases/e2e/fixtures/hover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export const hoverPre = async (page: Page, selector: string) => {
1515
}
1616

1717
// Wait for animations
18-
await page.waitForTimeout(1000);
18+
await page.waitForTimeout(2000);
1919
};

0 commit comments

Comments
 (0)