mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
chore: remove wait for load state
This commit is contained in:
parent
8eaf057ffe
commit
0cb15c6bbd
@ -2576,6 +2576,5 @@ describe('lazy import components', () => {
|
||||
const response = page.waitForResponse(response => response.url().includes('DelayedWrapperTestComponent') && response.status() === 200)
|
||||
await page.evaluate(() => window.scrollTo(0, document.body.scrollHeight))
|
||||
await response
|
||||
await page.waitForLoadState('networkidle')
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user