Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 72ae4a1

Browse files
committed
ugh still need to wait for requests to complete
1 parent a09c33d commit 72ae4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function run(env) {
242242
it('reuses prefetch promise', () => {
243243
return nightmare
244244
.goto(`${base}/blog`)
245-
.init()
245+
.init().wait(100)
246246
.then(() => {
247247
return capture(() => {
248248
return nightmare

0 commit comments

Comments
 (0)