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',
|
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: {
|
||||||
|
Reference in New Issue
Block a user