Skip to content

Commit

Permalink
disable webkit specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten König committed Aug 1, 2024
1 parent cb2ff0d commit b5009ee
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 @@ -42,10 +42,10 @@ export default defineConfig({
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 b5009ee

Please sign in to comment.