0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
matthewp 2023-08-24 18:46:59 +00:00 committed by astrobot-houston
parent a8f35777e7
commit 660e6f80f4

View file

@ -193,7 +193,10 @@ test.describe('View Transitions', () => {
await expect(article, 'should have script content').toHaveText('works');
});
test('astro:page-load event fires when navigating directly to a page', async ({ page, astro }) => {
test('astro:page-load event fires when navigating directly to a page', async ({
page,
astro,
}) => {
// Go to page 2
await page.goto(astro.resolveUrl('/two'));
const article = page.locator('#twoarticle');