Compare commits

...

4 Commits

Author SHA1 Message Date
b1b874c074 multi-profile sketching off on windows 2025-02-14 14:09:44 -05:00
e3b8afa373 Revert "Another one"
This reverts commit 3d5307264b.
2025-02-14 14:08:02 -05:00
3d5307264b Another one 2025-02-14 13:55:41 -05:00
433ec2d6cc Disable multi-profile sketch deletion test 2025-02-14 13:37:40 -05:00

View File

@ -1352,7 +1352,7 @@ test.describe(`Sketching with offset planes`, () => {
})
})
test.describe('multi-profile sketching', () => {
test.describe('multi-profile sketching', { tag: '@skipWin' }, () => {
test(
`snapToProfile start only works for current profile`,
{ tag: ['@skipWin'] },
@ -1883,7 +1883,7 @@ profile004 = circleThreePoint(sketch001, p1 = [13.44, -6.8], p2 = [13.39, -2.07]
})
}
)
test(
test.fixme(
'Can delete a profile in the editor while is sketch mode, and sketch mode does not break, can ctrl+z to undo after constraint with variable was added',
{ tag: ['@skipWin'] },
async ({ scene, toolbar, editor, cmdBar, page, homePage }) => {