mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -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/",
|
||||
"experimentalFetchPolyfill": true,
|
||||
"firefoxGcInterval": {
|
||||
"runMode": null,
|
||||
"openMode": null
|
||||
}
|
||||
"defaultCommandTimeout": 15000,
|
||||
"experimentalFetchPolyfill": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue