Fix test by closing code pane after loading the scene (#6907)
This commit is contained in:
@ -329,10 +329,10 @@ extrude002 = extrude(profile002, length = 150)
|
|||||||
)
|
)
|
||||||
|
|
||||||
const websocketPromise = page.waitForEvent('websocket')
|
const websocketPromise = page.waitForEvent('websocket')
|
||||||
await toolbar.closePane('code')
|
|
||||||
await page.setBodyDimensions({ width: 1000, height: 500 })
|
await page.setBodyDimensions({ width: 1000, height: 500 })
|
||||||
|
|
||||||
await homePage.goToModelingScene()
|
await homePage.goToModelingScene()
|
||||||
|
await toolbar.closePane('code')
|
||||||
const websocket = await websocketPromise
|
const websocket = await websocketPromise
|
||||||
|
|
||||||
await scene.connectionEstablished()
|
await scene.connectionEstablished()
|
||||||
|
Reference in New Issue
Block a user