Skip to content

Commit

Permalink
Try to fix port errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pkirilin committed Jan 3, 2024
1 parent 7164dc5 commit 200b5cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] },
},

{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },

{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },

/* Test against mobile viewports. */
// {
Expand Down

0 comments on commit 200b5cd

Please sign in to comment.