0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Johannes Spohr 2024-09-17 13:22:35 +00:00 committed by astrobot-houston
parent 082f450944
commit daca9951f4

View file

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