From 72ae4a1c64b27b2fc1dacf6115e501604e4c5712 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 20 Jan 2018 19:55:21 -0500 Subject: [PATCH] ugh still need to wait for requests to complete --- test/common/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/test.js b/test/common/test.js index ede60e6..cd5652f 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -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