Skip to content

Commit b507068

Browse files
committed
fix: flap test
1 parent 34a7ae8 commit b507068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/sidebar/sidebar.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test.describe('Test Sidebar', async () => {
130130

131131
// Press Ctrl+K to open hotkeys panel
132132
await page.keyboard.press('Control+k');
133-
await page.waitForTimeout(500); // Wait for animation
133+
await page.waitForTimeout(1000); // Wait for animation
134134

135135
// Check if hotkeys panel is visible and has the title
136136
await expect(sidebar.isHotkeysPanelVisible()).resolves.toBe(true);

0 commit comments

Comments
 (0)