This commit is contained in:
lee-at-zoo-corp
2025-03-27 11:26:11 -04:00
parent fb192ee213
commit c75aafa60d
7 changed files with 40 additions and 26 deletions

View File

@ -72,7 +72,6 @@ test.describe('integrations tests', () => {
})
await test.step('setup for next assertion', async () => {
await toolbar.openFile('main.kcl')
await scene.settled(cmdBar)
await clickObj()
@ -89,7 +88,7 @@ test.describe('integrations tests', () => {
await toolbar.expectFileTreeState(['main.kcl', fileName])
})
await test.step('check sketch mode is exited when opening a different file', async () => {
await toolbar.openFile(fileName, { wait: false })
await toolbar.openFile(fileName)
// check we're out of sketch mode
await expect(toolbar.exitSketchBtn).not.toBeVisible()