Fix the rest of the mfing tests

This commit is contained in:
lee-at-zoo-corp
2025-03-27 10:46:00 -04:00
parent 74f9afb2ca
commit 81f70251e1
4 changed files with 13 additions and 7 deletions

View File

@ -690,7 +690,6 @@ extrude002 = extrude(profile002, length = 150)
scene,
toolbar,
viewport,
cmdBar,
}) => {
await context.folderSetupFn(async (dir) => {
const legoDir = path.join(dir, 'lego')
@ -706,7 +705,7 @@ extrude002 = extrude(profile002, length = 150)
await toolbar.closePane('code')
})
await test.step(`Waiting for scene to settle`, async () => {
await scene.settled(cmdBar)
await scene.connectionEstablished()
})
await test.step(`The part should start loading quickly, not waiting until execution is complete`, async () => {
// TODO: use the viewport size to pick the center point, but the `viewport` fixture's values were wrong.