From b5f81cb84a440d6aac10654f85cec3879b00538f Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Thu, 5 Jun 2025 10:46:48 -0500 Subject: [PATCH] Run fmt (#7383) --- e2e/playwright/projects.spec.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/e2e/playwright/projects.spec.ts b/e2e/playwright/projects.spec.ts index 3974d4b1f..5974d9671 100644 --- a/e2e/playwright/projects.spec.ts +++ b/e2e/playwright/projects.spec.ts @@ -169,7 +169,8 @@ test( // error text on hover await page.hover('.cm-lint-marker-error') - const crypticErrorText = 'tag requires a value with type `tag`, but found string' + const crypticErrorText = + 'tag requires a value with type `tag`, but found string' await expect(page.getByText(crypticErrorText).first()).toBeVisible() // black pixel means the scene has been cleared. @@ -367,7 +368,8 @@ test( // error text on hover await page.hover('.cm-lint-marker-error') - const crypticErrorText = 'tag requires a value with type `tag`, but found string' + const crypticErrorText = + 'tag requires a value with type `tag`, but found string' await expect(page.getByText(crypticErrorText).first()).toBeVisible() // black pixel means the scene has been cleared. @@ -405,7 +407,8 @@ test( // error text on hover await page.hover('.cm-lint-marker-error') - const crypticErrorText = 'tag requires a value with type `tag`, but found string' + const crypticErrorText = + 'tag requires a value with type `tag`, but found string' await expect(page.getByText(crypticErrorText).first()).toBeVisible() } )