File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Widget/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
<click selector =" {{AdminNewWidgetSection.addLayoutUpdate}}" stepKey =" clickAddLayoutUpdate" />
48
48
<waitForElementVisible selector =" {{AdminNewWidgetSection.selectDisplayOn}}" stepKey =" waitForSelectElement" />
49
49
<selectOption selector =" {{AdminNewWidgetSection.displayOnByIndex(index)}}" userInput =" {{widget.display_on}}" stepKey =" setDisplayOn" />
50
- <waitForAjaxLoad stepKey =" waitForAjaxLoad " />
50
+ <waitForPageLoad stepKey =" waitForDisplayOnChangesApplied " />
51
51
<selectOption selector =" {{AdminNewWidgetSection.layoutByIndex(index)}}" userInput =" {{widget.page}}" stepKey =" selectPage" />
52
52
<selectOption selector =" {{AdminNewWidgetSection.templateByIndex(index)}}" userInput =" {{widget.template}}" stepKey =" selectTemplate" />
53
53
<scrollTo selector =" {{AdminNewWidgetSection.containerByIndex(index)}}" stepKey =" scrollToSelectContainerElement" />
54
- <waitForAjaxLoad stepKey =" waitForAjaxLoad1 " />
54
+ <waitForPageLoad stepKey =" waitForScroll " />
55
55
<selectOption selector =" {{AdminNewWidgetSection.containerByIndex(index)}}" userInput =" {{widget.container}}" stepKey =" setContainer" />
56
- <waitForAjaxLoad stepKey =" waitForAjaxLoad2 " />
56
+ <waitForPageLoad stepKey =" waitForContainerChangesApplied " />
57
57
</actionGroup >
58
58
<!-- Create Product List Widget-->
59
59
<actionGroup name =" AdminCreateProductsListWidgetActionGroup" extends =" AdminCreateWidgetActionGroup" >
You can’t perform that action at this time.
0 commit comments