mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 03:04:21 -05:00
Fix firefox e2e runs (#356)
* Increase cypress default command wait time * remove firefox hack from cypress.json
This commit is contained in:
parent
9b4d232b54
commit
69ad1d16ce
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:3000/",
|
"baseUrl": "http://localhost:3000/",
|
||||||
"experimentalFetchPolyfill": true,
|
"defaultCommandTimeout": 15000,
|
||||||
"firefoxGcInterval": {
|
"experimentalFetchPolyfill": true
|
||||||
"runMode": null,
|
|
||||||
"openMode": null
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue