Fix more tests

This commit is contained in:
lee-at-zoo-corp
2025-03-31 16:31:53 -04:00
parent ed1e2aedfd
commit 4c564bf332
6 changed files with 25 additions and 32 deletions

View File

@ -866,6 +866,8 @@ test.describe('Testing settings', () => {
page,
homePage,
tronApp,
scene,
cmdBar
}) => {
if (!tronApp) {
fail()
@ -887,6 +889,8 @@ test.describe('Testing settings', () => {
})
await page.setBodyDimensions({ width: 1200, height: 500 })
await homePage.goToModelingScene()
await scene.connectionEstablished()
await scene.settled(cmdBar)
// Constants and locators
const resizeHandle = page.locator('.sidebar-resize-handles > div.block')