mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
test: Increase viewport width/height to macbook-16 (no-changelog)
This commit is contained in:
parent
9674208421
commit
1df7050da1
|
@ -25,4 +25,7 @@ module.exports = defineConfig({
|
|||
screenshotsFolder: 'screenshots',
|
||||
videosFolder: 'videos',
|
||||
},
|
||||
// macbook-16 https://docs.cypress.io/api/commands/viewport
|
||||
viewportHeight: 960,
|
||||
viewportWidth: 1536,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue