Skip to content

Commit 48bfc7d

Browse files
committed
Add case
1 parent 872da28 commit 48bfc7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/landing-header.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ test.describe('Landing Page - Header & Navigation', () => {
213213
await expect(menuButton).toBeVisible()
214214

215215
await menuButton.click()
216-
await page.waitForTimeout(100)
216+
await page.waitForTimeout(1000)
217217

218218
// After clicking menu, the URL should contain menu=1
219219
const url = page.url()

0 commit comments

Comments
 (0)