Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 181d7b4

Browse files
committed
need to come up with a more robust approach to this...
1 parent beb415c commit 181d7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function run(env) {
150150
});
151151

152152
it('navigates to a new page without reloading', () => {
153-
return capture(() => nightmare.goto(base).init().wait(200))
153+
return capture(() => nightmare.goto(base).init().wait(400))
154154
.then(() => {
155155
return capture(() => nightmare.click('a[href="/about"]'));
156156
})

0 commit comments

Comments
 (0)