Skip to content

Commit

Permalink
disable safari for now
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 authored Nov 9, 2023
1 parent eb93436 commit 9b37a64
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 @@ -40,10 +40,10 @@ export default defineConfig({
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 9b37a64

Please sign in to comment.