Skip to content

Commit

Permalink
adjusted comments to clarify that they were added for preserving back…
Browse files Browse the repository at this point in the history
…ward compatibility
  • Loading branch information
AnnaAPak committed Nov 22, 2020
1 parent b2a767d commit 98c0b0b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<click selector="{{AdminOrderFormItemsSection.updateItemsAndQuantities}}" stepKey="clickUpdateItemsAndQuantitiesButton"/>

<!--Fill customer group and customer email-->
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup"/>
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectCustomerGroup"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</actionGroup>

<!--Fill customer group information-->
<comment userInput="Fill Account Information" stepKey="selectGroup"/>
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectGroup"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillEmail">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<scrollToTopOfPage stepKey="scrollToTopOfOrderFormPage" after="seePaymentMethodRequired"/>

<!--Fill customer group and customer email-->
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup" after="scrollToTopOfOrderFormPage"/>
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectCustomerGroup" after="scrollToTopOfOrderFormPage"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail" after="selectCustomerGroup">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</actionGroup>

<!--Fill customer group and customer email-->
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup" after="addSimpleProductToOrder"/>
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectCustomerGroup" after="addSimpleProductToOrder"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail" after="selectCustomerGroup">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</actionGroup>

<!--Fill customer group and customer email-->
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup" after="addSimpleProductToOrder"/>
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectCustomerGroup" after="addSimpleProductToOrder"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail" after="selectCustomerGroup">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</actionGroup>

<!--Fill customer group and customer email-->
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup"/>
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectCustomerGroup"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>
Expand Down

0 comments on commit 98c0b0b

Please sign in to comment.