test: fix broken tests & change inactive time for cypress

This commit is contained in:
Dominik Biedebach
2022-05-13 14:34:53 +02:00
committed by Dominik
parent 7d25030e80
commit 483468df66
6 changed files with 17 additions and 17 deletions

View File

@@ -2,5 +2,5 @@
"baseUrl": "http://localhost:3000",
"integrationFolder": "../",
"testFiles": "{demos,tests}/**/*.spec.{js,ts}",
"defaultCommandTimeout": 50000
"defaultCommandTimeout": 5000
}