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

@ -110,12 +110,14 @@ sketch001 = startSketchOn(XY)
test('ensure we use the cache, and do not clear on append', async ({
homePage,
page,
scene,
cmdBar,
}) => {
const u = await getUtils(page)
await page.setBodyDimensions({ width: 1000, height: 500 })
await homePage.goToModelingScene()
await u.waitForPageLoad()
await scene.settled(cmdBar)
await u.codeLocator.click()
await page.keyboard.type(`sketch001 = startSketchOn(XY)