More e2e fixes

This commit is contained in:
lee-at-zoo-corp
2025-03-25 17:27:25 -04:00
parent 6c8a525762
commit d03343d97d
9 changed files with 30 additions and 19 deletions

View File

@ -83,7 +83,7 @@ sketch001 = startSketchOn(XY)
).toHaveCount(1)
await expect(
page.locator('[data-message-type="execution-done"]')
).toHaveCount(2)
).toHaveCount(1)
// Add whitespace to the end of the code.
await u.codeLocator.click()