Skip to content

Commit

Permalink
chore: add viewport to pw
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jun 16, 2024
1 parent 3875d19 commit 86159e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playground/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ export default defineConfig({
name: 'chromium',
use: {
...devices['Desktop Chrome'],
viewport: { width: 1280, height: 720 },
},
},
{
name: 'firefox',
use: {
...devices['Desktop Firefox'],
viewport: { width: 1280, height: 720 },
},
},

Expand Down

0 comments on commit 86159e3

Please sign in to comment.