Fix flaky playwright test 'Shell point-and-click sketch on face' (#5002)

Fixes #4998
This commit is contained in:
Pierre Jacquier
2025-01-10 18:32:31 +00:00
committed by GitHub
parent 9334d64608
commit aed62ff912

View File

@ -1182,9 +1182,11 @@ shellSketchOnFacesCases.forEach((initialCode, index) => {
commandName: 'Shell', commandName: 'Shell',
}) })
await clickOnCap() await clickOnCap()
await page.waitForTimeout(500)
await cmdBar.progressCmdBar() await cmdBar.progressCmdBar()
await page.waitForTimeout(500) await page.waitForTimeout(500)
await cmdBar.progressCmdBar() await cmdBar.progressCmdBar()
await page.waitForTimeout(500)
await cmdBar.expectState({ await cmdBar.expectState({
stage: 'review', stage: 'review',
headerArguments: { headerArguments: {