mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
argh
This commit is contained in:
@@ -184,12 +184,12 @@ function run(env) {
|
||||
return nightmare
|
||||
.goto(`${base}/about`)
|
||||
.init()
|
||||
.wait(100)
|
||||
.wait(200)
|
||||
.then(() => {
|
||||
return capture(() => {
|
||||
return nightmare
|
||||
.click('.prefetch')
|
||||
.wait(100);
|
||||
.wait(200);
|
||||
});
|
||||
})
|
||||
.then(requests => {
|
||||
|
||||
Reference in New Issue
Block a user