More e2e fixes

This commit is contained in:
lee-at-zoo-corp
2025-03-25 17:27:25 -04:00
parent 6c8a525762
commit d03343d97d
9 changed files with 30 additions and 19 deletions

View File

@ -86,7 +86,7 @@ test.describe('Feature Tree pane', () => {
sortBy: 'last-modified-desc',
})
await homePage.openProject('test-sample')
await scene.settled(cmdBar)
// await scene.connectionEstablished()
await editor.closePane()
await toolbar.openFeatureTreePane()
})