diff options
author | 2024-09-17 13:22:35 +0000 | |
---|---|---|
committer | 2024-09-17 13:22:35 +0000 | |
commit | daca9951f46b692f90e4760a9e285ef8accc7aaf (patch) | |
tree | f7b1bd5e47535125f99ae272fd7a0961388b12aa | |
parent | 082f45094471d52e55c55d3291f541306d9388b1 (diff) | |
download | astro-daca9951f46b692f90e4760a9e285ef8accc7aaf.tar.gz astro-daca9951f46b692f90e4760a9e285ef8accc7aaf.tar.zst astro-daca9951f46b692f90e4760a9e285ef8accc7aaf.zip |
[ci] format
-rw-r--r-- | packages/astro/e2e/view-transitions.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/e2e/view-transitions.test.js b/packages/astro/e2e/view-transitions.test.js index d5f78f1de..64e0e3b79 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')); |