diff --git a/packages/playwright-test/src/index.ts b/packages/playwright-test/src/index.ts index e27db4a594..9440d50f6d 100644 --- a/packages/playwright-test/src/index.ts +++ b/packages/playwright-test/src/index.ts @@ -153,7 +153,7 @@ export const test = _baseTest.extend({ storageState: [ undefined, { option: true } ], timezoneId: [ undefined, { option: true } ], userAgent: [ undefined, { option: true } ], - viewport: [ undefined, { option: true } ], + viewport: [ { width: 1280, height: 720 }, { option: true } ], actionTimeout: [ undefined, { option: true } ], navigationTimeout: [ undefined, { option: true } ], baseURL: [ async ({ }, use) => {