diff --git a/tests/shortcuts.spec.ts b/tests/shortcuts.spec.ts index fd6b2d1d79..f8546eeb02 100644 --- a/tests/shortcuts.spec.ts +++ b/tests/shortcuts.spec.ts @@ -14,6 +14,7 @@ test.describe('Shortcuts Modal', () => { expect(await shortcutsIcon.isVisible()).toEqual(true); await shortcutsIcon.click(); + await page.waitForTimeout(800); const shortcutsModal = page.locator('[data-testid=shortcuts-modal]'); await expect(shortcutsModal).toContainText('Keyboard Shortcuts'); });