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