Fix firefox e2e runs (#356)

* Increase cypress default command wait time
* remove firefox hack from cypress.json
This commit is contained in:
mrdrogdrog 2020-07-25 20:25:33 +02:00 committed by GitHub
parent 9b4d232b54
commit 69ad1d16ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,5 @@
{
"baseUrl": "http://localhost:3000/",
"experimentalFetchPolyfill": true,
"firefoxGcInterval": {
"runMode": null,
"openMode": null
}
"defaultCommandTimeout": 15000,
"experimentalFetchPolyfill": true
}