Skip to content

Commit 996cd5e

Browse files
committed
Merge branch 'ACP2E-3458' of https://github.com/adobe-commerce-tier-4/magento2ce into PR-VK-2024-11-27-CE
2 parents 16c81e9 + 173f82e commit 996cd5e

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickUpdateAddressInCheckoutActionGroup.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2020 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -16,6 +16,7 @@
1616
<waitForElementVisible selector="{{CheckoutShippingSection.updateAddress}}" stepKey="waitForUpdateButton"/>
1717
<waitForElementClickable selector="{{CheckoutShippingSection.updateAddress}}" stepKey="waitForUpdateButtonClickable"/>
1818
<click selector="{{CheckoutShippingSection.updateAddress}}" stepKey="clickUpdateButton"/>
19+
<waitForElementVisible selector="{{CheckoutShippingSection.billingAddressDetails}}" stepKey="waitForBillingAddressUpdate"/>
1920
<waitForPageLoad stepKey="waitForAddressSaved"/>
2021
</actionGroup>
2122
</actionGroups>

app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -19,6 +19,7 @@
1919
<argument name="orderSummaryTotal" type="string"/>
2020
</arguments>
2121

22+
<wait time="30" stepKey="waitForShippingSummary"/>
2223
<see selector="{{CheckoutPaymentSection.orderSummarySubtotal}}" userInput="{{orderSummarySubTotal}}" stepKey="seeCorrectSubtotal"/>
2324
<see selector="{{CheckoutPaymentSection.orderSummaryShippingTotal}}" userInput="{{orderSummaryShippingTotal}}" stepKey="seeCorrectShipping"/>
2425
<see selector="{{CheckoutPaymentSection.orderSummaryTotal}}" userInput="{{orderSummaryTotal}}" stepKey="seeCorrectOrderTotal"/>

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutShippingSection.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2017 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -37,6 +37,7 @@
3737
<element name="next" type="button" selector="button.button.action.continue.primary" timeout="30"/>
3838
<element name="firstShippingMethod" type="radio" selector="//*[@id='checkout-shipping-method-load']//input[@class='radio']"/>
3939
<element name="defaultShipping" type="button" selector=".billing-address-details"/>
40+
<element name="billingAddressDetails" type="text" selector=".billing-address-details"/>
4041
<element name="state" type="button" selector="//*[text()='Alabama']"/>
4142
<element name="stateInput" type="input" selector="input[name=region]"/>
4243
<element name="regionOptions" type="select" selector="select[name=region_id] option"/>

0 commit comments

Comments
 (0)