Skip to content

Commit a84ed61

Browse files
committed
MC-18280: Dynamic Block based on segment not displaying correctly for visitor
1 parent a01f548 commit a84ed61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
<click selector="{{AdminNewWidgetSection.addLayoutUpdate}}" stepKey="clickAddLayoutUpdate"/>
4848
<waitForElementVisible selector="{{AdminNewWidgetSection.selectDisplayOn}}" stepKey="waitForSelectElement"/>
4949
<selectOption selector="{{AdminNewWidgetSection.displayOnByIndex(index)}}" userInput="{{widget.display_on}}" stepKey="setDisplayOn"/>
50-
<waitForAjaxLoad stepKey="waitForAjaxLoad"/>
50+
<waitForPageLoad stepKey="waitForDisplayOnChangesApplied"/>
5151
<selectOption selector="{{AdminNewWidgetSection.layoutByIndex(index)}}" userInput="{{widget.page}}" stepKey="selectPage"/>
5252
<selectOption selector="{{AdminNewWidgetSection.templateByIndex(index)}}" userInput="{{widget.template}}" stepKey="selectTemplate"/>
5353
<scrollTo selector="{{AdminNewWidgetSection.containerByIndex(index)}}" stepKey="scrollToSelectContainerElement"/>
54-
<waitForAjaxLoad stepKey="waitForAjaxLoad1"/>
54+
<waitForPageLoad stepKey="waitForScroll"/>
5555
<selectOption selector="{{AdminNewWidgetSection.containerByIndex(index)}}" userInput="{{widget.container}}" stepKey="setContainer"/>
56-
<waitForAjaxLoad stepKey="waitForAjaxLoad2"/>
56+
<waitForPageLoad stepKey="waitForContainerChangesApplied"/>
5757
</actionGroup>
5858
<!--Create Product List Widget-->
5959
<actionGroup name="AdminCreateProductsListWidgetActionGroup" extends="AdminCreateWidgetActionGroup">

0 commit comments

Comments
 (0)