mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
Merge branch 'patch-21' of https://github.com/GalacticHypernova/nuxt into patch-21
This commit is contained in:
commit
0c8672bc62
@ -2676,7 +2676,7 @@ describe('lazy import components', () => {
|
||||
expect(await page.locator('body').getByText('This shouldn\'t be visible at first with network!').all()).toHaveLength(1)
|
||||
expect(await page.locator('body').getByText('This should be visible at first with viewport!').all()).toHaveLength(1)
|
||||
await page.evaluate(() => window.scrollTo(0, document.body.scrollHeight))
|
||||
await page.waitForTimeout(1000); //attempt a hard-coded delay to ensure IO isn't triggered after network is idle
|
||||
await page.waitForTimeout(1000) // attempt a hard-coded delay to ensure IO isn't triggered after network is idle
|
||||
await page.waitForLoadState('networkidle')
|
||||
expect(await page.locator('body').getByText('This shouldn\'t be visible at first with viewport!').all()).toHaveLength(1)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user