Skip to content

Commit

Permalink
♻️ Increase cookie button click timeout in toolbar E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
sasamuku committed Feb 10, 2025
1 parent 1937074 commit 49a4744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/e2e/tests/e2e/toolbar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test.beforeEach(async ({ page }) => {
const cookieButton = page.getByRole('button', {
name: 'Accept All Cookies',
})
await cookieButton.click({ timeout: 1000, force: true }).catch(() => {})
await cookieButton.click({ timeout: 3000, force: true }).catch(() => {})
})

test.describe('Desktop Toolbar', () => {
Expand Down

0 comments on commit 49a4744

Please sign in to comment.