Skip to content

Commit

Permalink
refactor: +firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
uchilaka committed Apr 2, 2024
1 parent 9ade4f2 commit 124fd63
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ module.exports = defineConfig({
use: { ...devices["Desktop Chrome"] },
},

/* Test against Firefox. */
// {
// name: "firefox",
// use: { ...devices["Desktop Firefox"] },
// },
{
name: "firefox",
use: { ...devices["Desktop Firefox"] },
},

/* Test against WebKit. */
// {
Expand Down

0 comments on commit 124fd63

Please sign in to comment.