Skip to content

Commit

Permalink
enabled webkit browser
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar committed Nov 26, 2024
1 parent 06a04b4 commit b84552d
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ module.exports = 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 b84552d

Please sign in to comment.