diff --git a/Test/EndToEnd/playwright.config.ts b/Test/EndToEnd/playwright.config.ts index 00b9e92..9ca43b0 100644 --- a/Test/EndToEnd/playwright.config.ts +++ b/Test/EndToEnd/playwright.config.ts @@ -47,7 +47,7 @@ export default defineConfig({ { name: "chromium", use: { - browserName: "chromium", + browserName: "firefox", storageState: `${testDir}/.auth/user.json`, }, dependencies: ["setup"],