There was an error while loading. Please reload this page.
1 parent 15f8145 commit 9f59623Copy full SHA for 9f59623
1 file changed
tests/e2e/playwright.config.ts
@@ -66,6 +66,7 @@ export default defineConfig({
66
use: {
67
...devices['Desktop Chrome'],
68
baseURL: `http://localhost:${s.port}`,
69
+ viewport: { width: 1280, height: 2000 },
70
},
71
metadata: { playground: s.playground, mode: s.mode },
72
})),
0 commit comments