Lint
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user