chore: remove wait for load state

This commit is contained in:
Michael Brevard 2024-04-14 12:53:49 +03:00 committed by GitHub
parent 8eaf057ffe
commit 0cb15c6bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')
})
})