Skip to content

Commit

Permalink
test: run only on chrome (#4344)
Browse files Browse the repository at this point in the history
Backport of #4335 

KIT-3494
  • Loading branch information
louis-bompart authored Aug 28, 2024
1 parent c783d65 commit 49bec88
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 49bec88

Please sign in to comment.