diff --git a/packages/astro/e2e/view-transitions.test.js b/packages/astro/e2e/view-transitions.test.js index d5f78f1de08b..64e0e3b793ae 100644 --- a/packages/astro/e2e/view-transitions.test.js +++ b/packages/astro/e2e/view-transitions.test.js @@ -567,8 +567,8 @@ test.describe('View Transitions', () => { cnt = page.locator('.counter pre'); // Count should remain, but the postfix should be removed again (to test unsetting props) await expect(cnt).toHaveText('A1'); - }); - + }); + test('Vue Islands can persist using transition:persist', async ({ page, astro }) => { // Go to page 1 await page.goto(astro.resolveUrl('/island-vue-one'));