Merge pull request #3394 from gradido/fix_e2e_test

feat(other): increase e2e page load timeout
This commit is contained in:
einhornimmond 2024-11-21 18:11:13 +01:00 committed by GitHub
commit 6b68e78b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ export default defineConfig({
baseUrl: 'http://localhost:3000',
chromeWebSecurity: false,
defaultCommandTimeout: 100000,
pageLoadTimeout: 120000,
supportFile: 'cypress/support/index.ts',
viewportHeight: 720,
viewportWidth: 1280,