mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 05:45:27 +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', () => {
|
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(() => {
|
.then(() => {
|
||||||
return capture(() => nightmare.click('a[href="/about"]'));
|
return capture(() => nightmare.click('a[href="/about"]'));
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user