We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d644d99 commit dc42233Copy full SHA for dc42233
site/e2e/playwright.config.ts
@@ -36,7 +36,6 @@ export default defineConfig({
36
use: {
37
baseURL: `http://localhost:${coderPort}`,
38
video: "retain-on-failure",
39
- viewport: { width: 2560, height: 1440 },
40
...(wsEndpoint
41
? {
42
connectOptions: {
0 commit comments