mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
082f450944
commit
daca9951f4
1 changed files with 2 additions and 2 deletions
|
@ -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'));
|
||||||
|
|
Loading…
Add table
Reference in a new issue