Skip to content

Commit

Permalink
test: run only on chrome (#4335)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Aug 28, 2024
1 parent e62f91d commit a380ae6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/atomic/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ export default defineConfig({
viewport: DEFAULT_DESKTOP_VIEWPORT,
},
},
{
name: 'firefox',
use: {...devices['Desktop Firefox'], viewport: DEFAULT_DESKTOP_VIEWPORT},
},
{
name: 'webkit',
use: {...devices['Desktop Safari'], viewport: DEFAULT_DESKTOP_VIEWPORT},
},
// {
// name: 'firefox',
// use: {...devices['Desktop Firefox'], viewport: DEFAULT_DESKTOP_VIEWPORT},
// },
// {
// name: 'webkit',
// use: {...devices['Desktop Safari'], viewport: DEFAULT_DESKTOP_VIEWPORT},
// },
],
expect: {
timeout: 7 * 1000,
Expand Down

0 comments on commit a380ae6

Please sign in to comment.