summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Johannes Spohr <martrapp@users.noreply.github.com> 2024-09-17 13:22:35 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-09-17 13:22:35 +0000
commitdaca9951f46b692f90e4760a9e285ef8accc7aaf (patch)
treef7b1bd5e47535125f99ae272fd7a0961388b12aa
parent082f45094471d52e55c55d3291f541306d9388b1 (diff)
downloadastro-daca9951f46b692f90e4760a9e285ef8accc7aaf.tar.gz
astro-daca9951f46b692f90e4760a9e285ef8accc7aaf.tar.zst
astro-daca9951f46b692f90e4760a9e285ef8accc7aaf.zip
[ci] format
-rw-r--r--packages/astro/e2e/view-transitions.test.js4
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'));