ugh still need to wait for requests to complete

This commit is contained in:
Rich Harris
2018-01-20 19:55:21 -05:00
parent a09c33d6a5
commit 72ae4a1c64

View File

@@ -242,7 +242,7 @@ function run(env) {
it('reuses prefetch promise', () => {
return nightmare
.goto(`${base}/blog`)
.init()
.init().wait(100)
.then(() => {
return capture(() => {
return nightmare