From a810dd78c3a08f4c379c1e97cacdcb8eefefa5ff Mon Sep 17 00:00:00 2001 From: Jessica Sachs Date: Sun, 10 May 2020 07:47:42 -0400 Subject: [PATCH] test(e2e): fix transition e2e specs by increasing css timing (#227) --- e2e/specs/transitions.js | 2 +- e2e/transitions/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/specs/transitions.js b/e2e/specs/transitions.js index 05d91463..4909b63e 100644 --- a/e2e/specs/transitions.js +++ b/e2e/specs/transitions.js @@ -6,7 +6,7 @@ module.exports = { '@tags': ['no-headless'], transitions: function (browser) { - const TIMEOUT = 2000 + const TIMEOUT = 3000 browser .url('http://localhost:8080/transitions/') diff --git a/e2e/transitions/index.html b/e2e/transitions/index.html index c94babbd..e655fc2c 100644 --- a/e2e/transitions/index.html +++ b/e2e/transitions/index.html @@ -11,7 +11,7 @@