fix: set explicit viewport size for Playwright tests
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-07 08:06:50 +00:00
parent 7c5e63497f
commit 7549b43e01

View file

@ -16,6 +16,7 @@ export default defineConfig({
baseURL: 'http://localhost:3000', baseURL: 'http://localhost:3000',
trace: 'on-first-retry', trace: 'on-first-retry',
headless: true, headless: true,
viewport: { width: 1280, height: 720 },
}, },
projects: [ projects: [
{ {