chore(cypress): bigger viewport size
Build / Build-and-ng-test (pull_request) Failing after 1m1s Details

This commit is contained in:
Mihajlo Medjedovic 2024-04-12 11:48:23 +02:00
parent 2b1dad8e48
commit efff4dd553
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ export default defineConfig({
html: true,
json: false,
},
viewportHeight: 900,
viewportWidth: 1600,
chromeWebSecurity: false,
defaultCommandTimeout: 30000,