Deflake revolve some revolve tests

This commit is contained in:
lee-at-zoo-corp
2025-03-26 21:56:11 -04:00
parent d03343d97d
commit 74f9afb2ca
3 changed files with 60 additions and 20 deletions

View File

@ -101,7 +101,7 @@ sketch001 = startSketchOn(XY)
// Make sure we didn't clear the scene.
await expect(
page.locator('[data-message-type="execution-done"]')
).toHaveCount(3)
).toHaveCount(2)
await expect(
page.locator('[data-receive-command-type="scene_clear_all"]')
).toHaveCount(1)