wip: testing page text getting

This commit is contained in:
Michael Brevard 2024-04-08 18:52:27 +03:00 committed by GitHub
parent d209a02492
commit 88bae15ad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2565,5 +2565,7 @@ describe('lazy import components', () => {
it('lazy load delayed hydration comps at the right time', () => {
expect(html).not.toContain('This shouldn\'t be visible at first!')
const { page } = await renderPage('/lazy-import-components')
expect(page.locator('body').getByText('This shouldn\'t be visible at first!')).not.toBeDefined()
})
})