diff --git a/test/basic.test.ts b/test/basic.test.ts index 3dd305d1c9..604be88e8a 100644 --- a/test/basic.test.ts +++ b/test/basic.test.ts @@ -2637,7 +2637,6 @@ describe('lazy import components', () => { it('lazy load delayed hydration comps at the right time', async () => { expect(html).not.toContain('This shouldn\'t be visible at first!') - expect(html).toContain('This should be visible at first!') const { page } = await renderPage('/lazy-import-components') await page.evaluate(() => window.scrollTo(0, document.body.scrollHeight)) expect(await page.locator('body').getByText('This shouldn\'t be visible at first!').all()).toHaveLength(1)