Remove unused variable

This commit is contained in:
Arnaud 2024-11-21 09:26:40 +01:00
parent b258e40a6a
commit 37592fcdd5
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -37,7 +37,7 @@ test.describe('onboarding', () => {
}
});
test.beforeEach(async ({ page }, testInfo) => {
test.beforeEach(async ({ page }) => {
await page.context().setOffline(false)
});
})