Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaAPak committed Jan 10, 2021
1 parent d766016 commit b628917
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</after>

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

<!-- Fill the form and validate message -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</after>

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

<!-- Fill the form and validate message -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</after>

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

<!--Fill the form and validate save success message-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</after>

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

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

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

0 comments on commit b628917

Please sign in to comment.