Skip to content

Commit 4813b45

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +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"/>
40+
<element name="billingAddressDetails" type="text" selector=".billing-address-details"/>
4141
<element name="state" type="button" selector="//*[text()='Alabama']"/>
4242
<element name="stateInput" type="input" selector="input[name=region]"/>
4343
<element name="regionOptions" type="select" selector="select[name=region_id] option"/>

0 commit comments

Comments
 (0)