File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
app/code/Magento/Checkout/Test/Mftf Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 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"
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 >
Original file line number Diff line number Diff line change 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"
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" />
Original file line number Diff line number Diff line change 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"
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" />
You can’t perform that action at this time.
0 commit comments