some things needed for multi-profile tests

This commit is contained in:
Kurt Hutten Irev-Dev
2025-02-04 15:55:57 +11:00
parent 87eabef450
commit d8dc49b08a
3 changed files with 12 additions and 6 deletions

View File

@ -961,12 +961,12 @@ sketch002 = startSketchOn('XZ')
await clickOnSketch2()
await page.waitForTimeout(500)
await cmdBar.progressCmdBar()
await toolbar.openPane('code')
await page.waitForTimeout(500)
})
await test.step(`Confirm code is added to the editor, scene has changed`, async () => {
await scene.expectPixelColor([135, 64, 73], testPoint, 15)
await toolbar.openPane('code')
await editor.expectEditor.toContain(sweepDeclaration)
await editor.expectState({
diagnostics: [],