diff --git a/e2e/onboarding.spec.ts b/e2e/onboarding.spec.ts index 728fd15..0b926fa 100644 --- a/e2e/onboarding.spec.ts +++ b/e2e/onboarding.spec.ts @@ -37,7 +37,7 @@ test.describe('onboarding', () => { } }); - test.beforeEach(async ({ page }, testInfo) => { + test.beforeEach(async ({ page }) => { await page.context().setOffline(false) }); })