diff --git a/tests/e2e/playwright.config.ts b/tests/e2e/playwright.config.ts index 2862b1622a..802e2e3d0c 100644 --- a/tests/e2e/playwright.config.ts +++ b/tests/e2e/playwright.config.ts @@ -66,6 +66,7 @@ export default defineConfig({ use: { ...devices['Desktop Chrome'], baseURL: `http://localhost:${s.port}`, + viewport: { width: 1280, height: 2000 }, }, metadata: { playground: s.playground, mode: s.mode }, })),