0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Johannes Spohr 2024-09-17 14:12:42 +00:00 committed by astrobot-houston
parent a582cb6124
commit 00ea675409

View file

@ -544,7 +544,7 @@ test.describe('View Transitions', () => {
await expect(pageTitle).toHaveText('Island 2');
});
test('Solid Islands can persist using transition:persist', async ({ page, astro }) => {
test('Solid Islands can persist using transition:persist', async ({ page, astro }) => {
// Go to page 1
await page.goto(astro.resolveUrl('/island-solid-one'));
let cnt = page.locator('.counter pre');
@ -569,7 +569,7 @@ test.describe('View Transitions', () => {
await expect(cnt).toHaveText('A1');
});
test('Svelte Islands can persist using transition:persist', async ({ page, astro }) => {
test('Svelte Islands can persist using transition:persist', async ({ page, astro }) => {
// Go to page 1
await page.goto(astro.resolveUrl('/island-svelte-one'));
let cnt = page.locator('.counter pre');