Skip to content

Commit b628917

Browse files
committed
corrected typo
1 parent d766016 commit b628917

4 files changed

+5
-5
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderStatusDuplicatingLabelTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</after>
2727

2828
<!-- Go to new order status page -->
29-
<actionGroup name="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
29+
<actionGroup ref="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
3030
<click selector="{{AdminMainActionsSection.add}}" stepKey="clickCreateNewStatus"/>
3131

3232
<!-- Fill the form and validate message -->

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderStatusTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</after>
2727

2828
<!-- Go to new order status page -->
29-
<actionGroup name="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
29+
<actionGroup ref="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
3030
<click selector="{{AdminMainActionsSection.add}}" stepKey="clickCreateNewStatus"/>
3131

3232
<!-- Fill the form and validate message -->

app/code/Magento/Sales/Test/Mftf/Test/AdminUnassignCustomOrderStatusTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</after>
2626

2727
<!--Go to new order status page-->
28-
<actionGroup name="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
28+
<actionGroup ref="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
2929
<click selector="{{AdminMainActionsSection.add}}" stepKey="clickCreateNewStatus"/>
3030

3131
<!--Fill the form and validate save success message-->

app/code/Magento/Sales/Test/Mftf/Test/AssignCustomOrderStatusNotVisibleOnStorefrontTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</after>
4848

4949
<!-- Create order status -->
50-
<actionGroup name="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
50+
<actionGroup ref="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatusPage"/>
5151
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForOrderStatusPageLoad"/>
5252
<click selector="{{AdminMainActionsSection.add}}" stepKey="clickCreateNewStatus"/>
5353

@@ -119,7 +119,7 @@
119119
<see selector="{{AdminMessagesSection.success}}" userInput="We canceled 1 order(s)." stepKey="seeSuccessMessage"/>
120120

121121
<!-- Unassign order status -->
122-
<actionGroup name="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatus"/>
122+
<actionGroup ref="AdminGoToOrderStatusPageActionGroup" stepKey="goToOrderStatus"/>
123123
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForStatusPageLoad"/>
124124
<actionGroup ref="FilterOrderStatusByLabelAndCodeActionGroup" stepKey="filterStatusGrid">
125125
<argument name="statusLabel" value="{{defaultOrderStatus.label}}"/>

0 commit comments

Comments
 (0)