Skip to content

Commit 4f05753

Browse files
committed
ACP2E-3458: tentative fix for mftf
1 parent 8395e9f commit 4f05753

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +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.editActiveAddressButton}}" stepKey="waitForEditButton"/>
19+
<waitForElementVisible selector="{{CheckoutShippingSection.billingAddressDetails}}" stepKey="waitForBillingAddressUpdate"/>
2020
<waitForPageLoad stepKey="waitForAddressSaved"/>
2121
</actionGroup>
2222
</actionGroups>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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="string" 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)