We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a7ae8 commit b507068Copy full SHA for b507068
tests/suites/sidebar/sidebar.test.ts
@@ -130,7 +130,7 @@ test.describe('Test Sidebar', async () => {
130
131
// Press Ctrl+K to open hotkeys panel
132
await page.keyboard.press('Control+k');
133
- await page.waitForTimeout(500); // Wait for animation
+ await page.waitForTimeout(1000); // Wait for animation
134
135
// Check if hotkeys panel is visible and has the title
136
await expect(sidebar.isHotkeysPanelVisible()).resolves.toBe(true);
0 commit comments