From daca9951f46b692f90e4760a9e285ef8accc7aaf Mon Sep 17 00:00:00 2001 From: Johannes Spohr Date: Tue, 17 Sep 2024 13:22:35 +0000 Subject: [PATCH] [ci] format --- packages/astro/e2e/view-transitions.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'));