Skip to content

Commit

Permalink
🔧 drop desktop safari from playwright
Browse files Browse the repository at this point in the history
too unconsistent test results
  • Loading branch information
krmax44 committed Jan 29, 2025
1 parent 75ce3dc commit d7f7abb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ export default defineConfig({
use: { ...devices['Desktop Firefox'] },
},

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

/* Test against mobile viewports. */
{
name: 'Mobile Chrome',
Expand Down

0 comments on commit d7f7abb

Please sign in to comment.