Fix more tests

This commit is contained in:
Adam Chalmers
2025-02-01 21:11:58 -06:00
parent 4ca5d6727d
commit a8fe2c5526
2 changed files with 6 additions and 6 deletions

View File

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