Skip to content

Commit a54cc96

Browse files
committed
add Backward Compatibility
1 parent 8e463fe commit a54cc96

4 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
</actionGroup>
5151
<!--Click "Save Addresses" -->
5252
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
53+
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
5354
<dontSeeElement selector="{{StorefrontCheckoutAddressPopupSection.newAddressModalPopup}}" stepKey="dontSeeModalPopup"/>
5455
<!--Select Shipping Rate "Flat Rate" and click "Next" button-->
5556
<actionGroup ref="CheckoutSelectFlatRateShippingMethodActionGroup" stepKey="selectFlatRateShipping"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<argument name="address" value="UK_Not_Default_Address"/>
7171
</actionGroup>
7272
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveNewAddress"/>
73-
73+
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaving"/>
7474
<!-- Click next button to open payment section -->
7575
<actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext"/>
7676

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
<!--Click "Save Addresses" -->
5555
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
56+
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
5657
<dontSeeElement selector="{{StorefrontCheckoutAddressPopupSection.newAddressModalPopup}}" stepKey="dontSeeModalPopup"/>
5758

5859
<!--Select Shipping Rate "Flat Rate"-->

app/code/Magento/Tax/Test/Mftf/Test/StorefrontTaxQuoteCheckoutTest/StorefrontTaxQuoteCheckoutLoggedInSimpleTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<argument name="classPrefix" value="._show"/>
116116
</actionGroup>
117117
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
118+
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
118119
<see stepKey="seeAddress2" selector="{{CheckoutShippingSection.selectedShippingAddress}}" userInput="{{SimpleTaxCA.state}}"/>
119120
<actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext2"/>
120121

0 commit comments

Comments
 (0)