diff --git a/playground/playwright.config.ts b/playground/playwright.config.ts index fb6a563..f610f2a 100644 --- a/playground/playwright.config.ts +++ b/playground/playwright.config.ts @@ -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 }, }, },