diff --git a/test/e2e/playwright.config.ts b/test/e2e/playwright.config.ts index b2300ddd..40becfaa 100644 --- a/test/e2e/playwright.config.ts +++ b/test/e2e/playwright.config.ts @@ -3,7 +3,8 @@ import { defineConfig } from "playwright/test"; export default defineConfig({ reporter: "list", use: { - baseURL: "http://localhost:3000" + baseURL: "http://localhost:3000", + viewport: { width: 1280, height: 720 } }, projects: [ {