Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Aug 31, 2023
1 parent af41cf6 commit 4f78757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },
],

/* Run your local dev server before starting the tests */
Expand Down

0 comments on commit 4f78757

Please sign in to comment.