Skip to content

Commit 98c0b0b

Browse files
committed
adjusted comments to clarify that they were added for preserving backward compatibility
1 parent b2a767d commit 98c0b0b

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<click selector="{{AdminOrderFormItemsSection.updateItemsAndQuantities}}" stepKey="clickUpdateItemsAndQuantitiesButton"/>
6262

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</actionGroup>
4646

4747
<!--Fill customer group information-->
48-
<comment userInput="Fill Account Information" stepKey="selectGroup"/>
48+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectGroup"/>
4949
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillEmail">
5050
<argument name="email" value="{{Simple_US_Customer.email}}"/>
5151
</actionGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<scrollToTopOfPage stepKey="scrollToTopOfOrderFormPage" after="seePaymentMethodRequired"/>
4949

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</actionGroup>
4747

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</actionGroup>
4646

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

app/code/Magento/Tax/Test/Mftf/Test/AdminCheckingTaxReportGridTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</actionGroup>
155155

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

0 commit comments

Comments
 (0)