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
.goto(`${base}/about`)
.init()
.wait(100)
.wait(200)
.then(() => {
return capture(() => {
return nightmare
.click('.prefetch')
.wait(100);
.wait(200);
});
})
.then(requests => {