Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Apr 27, 2024
1 parent a79822a commit caefe76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions playwright-ct.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },
],
});

0 comments on commit caefe76

Please sign in to comment.