This commit is contained in:
Pierre Jacquier
2024-12-02 14:30:43 -05:00
parent fe977524b5
commit 967f49055d

View File

@ -701,7 +701,7 @@ sketch002 = startSketchOn(plane001)
const expectedOutput = `${initialCode}loft001 = loft([sketch001, sketch002])`
await test.step(`Look for the white of the sketch001 shape`, async () => {
await scene.expectPixelColor([254,254,254], testPoint, 15)
await scene.expectPixelColor([254, 254, 254], testPoint, 15)
})
await test.step(`Go through the command bar flow`, async () => {
await toolbar.loftButton.click()