From 181d7b4a615eb633ed83e91ddb4a9dee0f1ceb05 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 17 Feb 2018 19:27:34 -0500 Subject: [PATCH] need to come up with a more robust approach to this... --- test/common/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/test.js b/test/common/test.js index fa6afe4..5bf9e2c 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -150,7 +150,7 @@ function run(env) { }); it('navigates to a new page without reloading', () => { - return capture(() => nightmare.goto(base).init().wait(200)) + return capture(() => nightmare.goto(base).init().wait(400)) .then(() => { return capture(() => nightmare.click('a[href="/about"]')); })