From: Jessica Sachs Date: Sun, 10 May 2020 11:47:42 +0000 (-0400) Subject: test(e2e): fix transition e2e specs by increasing css timing (#227) X-Git-Tag: v4.0.0-alpha.11~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a810dd78c3a08f4c379c1e97cacdcb8eefefa5ff;p=thirdparty%2Fvuejs%2Frouter.git test(e2e): fix transition e2e specs by increasing css timing (#227) --- 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 @@