Skip to content

Commit

Permalink
test(playwright): Use firefox for test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Apr 12, 2024
1 parent 8398fb9 commit 5dee75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/EndToEnd/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
{
name: "chromium",
use: {
browserName: "chromium",
browserName: "firefox",
storageState: `${testDir}/.auth/user.json`,
},
dependencies: ["setup"],
Expand Down

0 comments on commit 5dee75d

Please sign in to comment.