chore(cypress): bigger viewport size
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m1s
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m1s
This commit is contained in:
@ -9,6 +9,8 @@ export default defineConfig({
|
||||
html: true,
|
||||
json: false,
|
||||
},
|
||||
viewportHeight: 900,
|
||||
viewportWidth: 1600,
|
||||
|
||||
chromeWebSecurity: false,
|
||||
defaultCommandTimeout: 30000,
|
||||
|
Reference in New Issue
Block a user