From 69ad1d16ce1d137a7a0f737bd6428fb6bfe09e80 Mon Sep 17 00:00:00 2001 From: mrdrogdrog Date: Sat, 25 Jul 2020 20:25:33 +0200 Subject: [PATCH] Fix firefox e2e runs (#356) * Increase cypress default command wait time * remove firefox hack from cypress.json --- cypress.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cypress.json b/cypress.json index 8be32412a..5993cb871 100644 --- a/cypress.json +++ b/cypress.json @@ -1,8 +1,5 @@ { "baseUrl": "http://localhost:3000/", - "experimentalFetchPolyfill": true, - "firefoxGcInterval": { - "runMode": null, - "openMode": null - } + "defaultCommandTimeout": 15000, + "experimentalFetchPolyfill": true }