fix: wait for execution done

This commit is contained in:
Kevin Nadro
2025-02-06 12:51:53 -06:00
parent 55a302bd75
commit 0f85e85c57

View File

@ -256,7 +256,11 @@ test.describe('Testing selections', () => {
}
)
test('Solids should be select and deletable', async ({ page, homePage }) => {
test('Solids should be select and deletable', async ({
page,
homePage,
scene,
}) => {
test.setTimeout(90_000)
const u = await getUtils(page)
await page.addInitScript(async () => {
@ -328,10 +332,7 @@ test.describe('Testing selections', () => {
await page.setBodyDimensions({ width: 1000, height: 500 })
await homePage.goToModelingScene()
await u.openDebugPanel()
await u.expectCmdLog('[data-message-type="execution-done"]')
await u.closeDebugPanel()
await scene.waitForExecutionDone()
await u.openAndClearDebugPanel()
await u.sendCustomCmd({