File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Widget/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
<click selector =" {{AdminNewWidgetSection.removeLastLayoutUpdate}}" stepKey =" clickRemoveLastLayoutUpdate" />
29
29
<seeNumberOfElements userInput =" 1" selector =" {{AdminNewWidgetSection.layoutUpdate}}" stepKey =" seeOneLayoutUpdate" />
30
30
<selectOption selector =" {{AdminNewWidgetSection.selectDisplayOn}}" userInput =" {{widget.display_on}}" stepKey =" setDisplayOn" />
31
- <waitForAjaxLoad stepKey =" waitForLoad" />
31
+ <waitForPageLoad stepKey =" waitForLoad" />
32
32
<selectOption selector =" {{AdminNewWidgetSection.selectContainer}}" userInput =" {{widget.container}}" stepKey =" setContainer" />
33
- <waitForAjaxLoad stepKey =" waitForPageLoad" />
33
+ <waitForPageLoad stepKey =" waitForPageLoad" />
34
34
<scrollToTopOfPage stepKey =" scrollToTopOfPage" />
35
35
<click selector =" {{AdminNewWidgetSection.widgetOptions}}" stepKey =" clickWidgetOptions" />
36
36
</actionGroup >
You can’t perform that action at this time.
0 commit comments