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() } )