This commit is contained in:
Pierre Jacquier
2025-03-18 12:10:17 -04:00
parent 089b3397b6
commit 53a04d0f24
2 changed files with 179 additions and 184 deletions

View File

@ -850,12 +850,9 @@ openSketch = startSketchOn('XY')
})
})
test.fixme(`Shift-click to select and deselect sketch segments`, async ({
page,
homePage,
scene,
editor,
}) => {
test.fixme(
`Shift-click to select and deselect sketch segments`,
async ({ page, homePage, scene, editor }) => {
// Locators
const firstPointLocation = { x: 200, y: 100 }
const secondPointLocation = { x: 800, y: 100 }
@ -1002,7 +999,8 @@ openSketch = startSketchOn('XY')
)
})
})
})
}
)
test(`Offset plane point-and-click`, async ({
context,

View File

@ -452,13 +452,9 @@ profile003 = startProfileAt([40.16, -120.48], sketch006)
await page.waitForTimeout(200)
await expect(u.codeLocator).not.toContainText(codeToBeDeletedSnippet)
})
test.fixme('parent Solid should be select and deletable and uses custom planes to position children', async ({
page,
homePage,
scene,
cmdBar,
editor,
}) => {
test.fixme(
'parent Solid should be select and deletable and uses custom planes to position children',
async ({ page, homePage, scene, cmdBar, editor }) => {
test.setTimeout(90_000)
const u = await getUtils(page)
await page.addInitScript(async () => {
@ -522,7 +518,8 @@ profile001 = startProfileAt([7.49, 9.96], sketch001)
shouldNormalise: true,
})
await editor.snapshot()
})
}
)
test('Hovering over 3d features highlights code, clicking puts the cursor in the right place and sends selection id to engine', async ({
page,
homePage,