Skip to content

Commit 45d0b71

Browse files
committed
fix: tests
1 parent 91e8051 commit 45d0b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suites/sidebar/sidebar.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test.describe('Test Sidebar', async () => {
6666

6767
// Click the Information button to open the popup
6868
await sidebar.clickInformation();
69-
await page.waitForTimeout(500); // Wait for animation
69+
await page.waitForTimeout(700); // Wait for animation
7070

7171
// Check if the popup is visible
7272
await expect(sidebar.isPopupVisible()).resolves.toBe(true);
@@ -86,7 +86,7 @@ test.describe('Test Sidebar', async () => {
8686

8787
// Click the Information button to open the popup
8888
await sidebar.clickInformation();
89-
await page.waitForTimeout(500); // Wait for animation
89+
await page.waitForTimeout(700); // Wait for animation
9090

9191
// Check if the popup is visible
9292
await expect(sidebar.isPopupVisible()).resolves.toBe(true);

0 commit comments

Comments
 (0)