mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 07:05:24 +00:00
ugh still need to wait for requests to complete
This commit is contained in:
@@ -242,7 +242,7 @@ function run(env) {
|
|||||||
it('reuses prefetch promise', () => {
|
it('reuses prefetch promise', () => {
|
||||||
return nightmare
|
return nightmare
|
||||||
.goto(`${base}/blog`)
|
.goto(`${base}/blog`)
|
||||||
.init()
|
.init().wait(100)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
return capture(() => {
|
return capture(() => {
|
||||||
return nightmare
|
return nightmare
|
||||||
|
|||||||
Reference in New Issue
Block a user