Fix flaky playwright test 'Shell point-and-click sketch on face' (#5002)
Fixes #4998
This commit is contained in:
@ -1182,9 +1182,11 @@ shellSketchOnFacesCases.forEach((initialCode, index) => {
|
||||
commandName: 'Shell',
|
||||
})
|
||||
await clickOnCap()
|
||||
await page.waitForTimeout(500)
|
||||
await cmdBar.progressCmdBar()
|
||||
await page.waitForTimeout(500)
|
||||
await cmdBar.progressCmdBar()
|
||||
await page.waitForTimeout(500)
|
||||
await cmdBar.expectState({
|
||||
stage: 'review',
|
||||
headerArguments: {
|
||||
|
Reference in New Issue
Block a user