This commit is contained in:
Rich Harris
2018-02-17 19:22:05 -05:00
parent 5bbd7ead17
commit beb415c65d

View File

@@ -184,12 +184,12 @@ function run(env) {
return nightmare return nightmare
.goto(`${base}/about`) .goto(`${base}/about`)
.init() .init()
.wait(100) .wait(200)
.then(() => { .then(() => {
return capture(() => { return capture(() => {
return nightmare return nightmare
.click('.prefetch') .click('.prefetch')
.wait(100); .wait(200);
}); });
}) })
.then(requests => { .then(requests => {