diff --git a/test/basic.test.ts b/test/basic.test.ts index 170e7dd73a..d7ea4053e1 100644 --- a/test/basic.test.ts +++ b/test/basic.test.ts @@ -2563,7 +2563,7 @@ describe('lazy import components', () => { expect(html).toContain('lazy-named-comp-server') }) - it('lazy load delayed hydration comps at the right time', () => { + it('lazy load delayed hydration comps at the right time', async () => { 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()