Fix broken code test

This commit is contained in:
Adam Chalmers
2025-01-29 10:49:12 -06:00
parent 1ae55c2946
commit 260ec9fe45
2 changed files with 1 additions and 17 deletions

View File

@ -185,7 +185,7 @@ test(
// error text on hover
await page.hover('.cm-lint-marker-error')
const crypticErrorText = `Expected a tag declarator`
const crypticErrorText = `Expected a tag identifier`
await expect(page.getByText(crypticErrorText).first()).toBeVisible()
// black pixel means the scene has been cleared.