Remove flaky pixel check from prompt-to-edit test (#6225)
remove flaky pixel check
This commit is contained in:
@ -72,7 +72,6 @@ test.describe('edit with AI example snapshots', () => {
|
||||
const submittingToast = page.getByText('Submitting to Text-to-CAD API...')
|
||||
|
||||
await test.step('wait for scene to load select body and check selection came through', async () => {
|
||||
await scene.expectPixelColor([134, 134, 134], body1CapCoords, 15)
|
||||
await clickBody1Cap()
|
||||
await scene.expectPixelColor(yellow, body1CapCoords, 20)
|
||||
await editor.expectState({
|
||||
|
||||
Reference in New Issue
Block a user