From 660e6f80f4b6dc71318c5da2cb6e4eeed37db8d6 Mon Sep 17 00:00:00 2001 From: matthewp Date: Thu, 24 Aug 2023 18:46:59 +0000 Subject: [PATCH] [ci] format --- packages/astro/e2e/view-transitions.test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/astro/e2e/view-transitions.test.js b/packages/astro/e2e/view-transitions.test.js index 02fb76e4f2..fc69ac6400 100644 --- a/packages/astro/e2e/view-transitions.test.js +++ b/packages/astro/e2e/view-transitions.test.js @@ -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');