Skip to content

Commit e56232c

Browse files
committed
MC-5650: Custom customer address attributes not displayed on Shipping or billing address form
- Added selector
1 parent 6fc726b commit e56232c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<element name="availablePaymentSolutions" type="text" selector="#checkout-payment-method-load>div>div>div:nth-child(2)>div.payment-method-title.field.choice"/>
1414
<element name="notAvailablePaymentSolutions" type="text" selector="#checkout-payment-method-load>div>div>div.payment-method._active>div.payment-method-title.field.choice"/>
1515
<element name="billingNewAddressForm" type="text" selector="[data-form='billing-new-address']"/>
16+
<element name="billingAddressNotSameCheckbox" type="checkbox" selector="#billing-address-same-as-shipping-checkmo"/>
1617
<element name="placeOrderDisabled" type="button" selector="#checkout-payment-method-load button.disabled"/>
1718
<element name="update" type="button" selector=".payment-method-billing-address .action.action-update"/>
1819
<element name="guestFirstName" type="input" selector=".billing-address-form input[name*='firstname']"/>

0 commit comments

Comments
 (0)