summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-08-24 18:46:59 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-24 18:46:59 +0000
commit660e6f80f4b6dc71318c5da2cb6e4eeed37db8d6 (patch)
tree61b44eb735e2310b4f7db9a287afef2b754c2666
parenta8f35777e7e322068a4e2f520c2c9e43ade19e58 (diff)
downloadastro-660e6f80f4b6dc71318c5da2cb6e4eeed37db8d6.tar.gz
astro-660e6f80f4b6dc71318c5da2cb6e4eeed37db8d6.tar.zst
astro-660e6f80f4b6dc71318c5da2cb6e4eeed37db8d6.zip
[ci] format
-rw-r--r--packages/astro/e2e/view-transitions.test.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/astro/e2e/view-transitions.test.js b/packages/astro/e2e/view-transitions.test.js
index 02fb76e4f..fc69ac640 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');