diff options
Diffstat (limited to '')
-rw-r--r-- | packages/astro/e2e/client-only.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/e2e/client-only.test.js b/packages/astro/e2e/client-only.test.js index fc4316e8d..ec378eb89 100644 --- a/packages/astro/e2e/client-only.test.js +++ b/packages/astro/e2e/client-only.test.js @@ -41,7 +41,6 @@ test.describe('Client only', () => { const counter = await page.locator('#preact-counter'); await expect(counter, 'component is visible').toBeVisible(); - const fallback = await page.locator('[data-fallback=preact]'); await expect(fallback, 'fallback content is hidden').not.toBeVisible(); |