mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 19:45:26 +00:00
need to come up with a more robust approach to this...
This commit is contained in:
@@ -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"]'));
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user