need to come up with a more robust approach to this...

This commit is contained in:
Rich Harris
2018-02-17 19:27:34 -05:00
parent beb415c65d
commit 181d7b4a61

View File

@@ -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"]'));
})