diff --git a/e2e/playwright/prompt-to-edit.spec.ts b/e2e/playwright/prompt-to-edit.spec.ts index aaf5bbefc..fa1474324 100644 --- a/e2e/playwright/prompt-to-edit.spec.ts +++ b/e2e/playwright/prompt-to-edit.spec.ts @@ -35,7 +35,7 @@ sketch003 = startSketchOn('XY') extrude003 = extrude(sketch003, length = 20) ` -test.describe('Check the happy path, for basic changing color', () => { +test.fixme('Check the happy path, for basic changing color', () => { const cases = [ { desc: 'User accepts change',