File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 293
293
</arguments >
294
294
<waitForElementVisible time =" 10" selector =" {{PageBuilderActionsSection.contentTypeInStage(contentType.role)}}" stepKey =" waitForContentTypeInStageVisible" />
295
295
<moveMouseOver selector =" {{PageBuilderActionsSection.contentTypeInStage(contentType.role)}}" x =" {{offsetXCoordinate}}" y =" {{offsetYCoordinate}}" stepKey =" onMouseOverContentTypeStage" />
296
- <waitForPageLoad stepKey =" waitForPageLoad " />
296
+ <waitForPageLoad stepKey =" waitForOptionsAnimation " />
297
297
<waitForElementVisible time =" 10" selector =" {{PageBuilderActionsSection.contentTypeOptionsMenuByIndex(contentType.role, '1')}}" stepKey =" waitForOptions" />
298
298
<click selector =" {{PageBuilderActionsSection.contentTypeRemove(contentType.role)}}" stepKey =" clickRemoveContentType" />
299
+ <waitForPageLoad stepKey =" waitForRemoveAnimation" />
299
300
</actionGroup >
300
301
<actionGroup name =" removeContentTypeFromStageByIndex" >
301
302
<arguments >
307
308
<seeElement selector =" {{PageBuilderActionsSection.contentTypeInStageByIndex(contentType.role, contentTypeNumber)}}" stepKey =" seeContentTypeInStage" />
308
309
<waitForElementVisible time =" 20" selector =" {{PageBuilderActionsSection.contentTypeInStageByIndex(contentType.role, contentTypeNumber)}}" stepKey =" waitForContentTypeInStageVisible" />
309
310
<moveMouseOver selector =" {{PageBuilderActionsSection.contentTypeInStageByIndex(contentType.role, contentTypeNumber)}}" x =" {{x}}" y =" {{y}}" stepKey =" onMouseOverContentTypeStage" />
310
- <waitForPageLoad stepKey =" waitForPageLoad " />
311
+ <waitForPageLoad stepKey =" waitForOptionsAnimation " />
311
312
<waitForElementVisible time =" 10" selector =" {{PageBuilderActionsSection.contentTypeOptionsMenuByIndex(contentType.role, contentTypeNumber)}}" stepKey =" waitForOptions" />
312
313
<click selector =" {{PageBuilderActionsSection.contentTypeRemoveByIndex(contentType.role, contentTypeNumber)}}" stepKey =" clickRemoveContentType" />
313
314
<waitForPageLoad time =" 30" stepKey =" waitForRemoveAnimation" />
You can’t perform that action at this time.
0 commit comments