Skip to content

Commit 0e85c33

Browse files
Merge remote-tracking branch 'magento-l3/ACP2E-1674' into L3-PR-2023-09-06
2 parents 5722051 + 6e8c32c commit 0e85c33

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/DefaultBillingAddressShouldBeCheckedOnPaymentPageTest.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
<after>
3636
<!-- Disable shipping method for customer with default address -->
3737
<comment userInput="config:set DisableFlatRateConfigData.path DisableFlatRateConfigData.value" stepKey="disableFlatRate"/>
38+
3839
<!--Logout from customer account-->
3940
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutStorefront"/>
4041
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
4142
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
4243
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
43-
<!-- set shipping as default -->
44-
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
45-
<actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openShippingMethodConfigPage"/>
46-
<conditionalClick selector="{{AdminShippingMethodFlatRateSection.carriersFlatRateTab}}" dependentSelector="{{AdminShippingMethodFlatRateSection.carriersFlatRateActive}}" visible="false" stepKey="expandFlatRateTab"/>
47-
<click selector="{{AdminShippingMethodFlatRateSection.carriersEnableFlatRateActive}}" stepKey="useDefaultValue"/>
48-
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfigs"/>
49-
<waitForPageLoad stepKey="waitForPageLoad"/>
50-
<see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the configuration." stepKey="seeSuccessMessage"/>
51-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
52-
<!-- set shipping as default -->
44+
45+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="loginAsAdmin"/>
46+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openShippingMethodConfigPage"/>
47+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="expandFlatRateTab"/>
48+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="useDefaultValue"/>
49+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="saveConfigs"/>
50+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageLoad"/>
51+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeSuccessMessage"/>
52+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="logout"/>
5353
<comment userInput="BIC workaround" stepKey="logoutCustomer"/>
5454
</after>
5555
<!-- Add simple product to cart and go to checkout-->

0 commit comments

Comments
 (0)