Skip to content

Commit aa3cef4

Browse files
committed
MC-4555: Convert UpdateCustomerCustomAttributesEntityTest to MFTF
Fixed locators
1 parent 6186fee commit aa3cef4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<element name="billingAddressNotSameCheckbox" type="checkbox" selector="#billing-address-same-as-shipping-checkmo"/>
1717
<element name="editAddress" type="button" selector="button.action.action-edit-address"/>
1818
<element name="placeOrderDisabled" type="button" selector="#checkout-payment-method-load button.disabled"/>
19-
<element name="update" type="button" selector=".payment-method-billing-address .action.action-update"/>
20-
<element name="guestFirstName" type="input" selector=".billing-address-form input[name*='firstname']"/>
21-
<element name="guestLastName" type="input" selector=".billing-address-form input[name*='lastname']"/>
22-
<element name="guestStreet" type="input" selector=".billing-address-form input[name*='street[0]']"/>
23-
<element name="guestCity" type="input" selector=".billing-address-form input[name*='city']"/>
24-
<element name="guestCountry" type="select" selector=".billing-address-form select[name*='country_id']"/>
25-
<element name="guestRegion" type="select" selector=".billing-address-form select[name*='region_id']"/>
26-
<element name="guestPostcode" type="input" selector=".billing-address-form input[name*='postcode']"/>
27-
<element name="guestTelephone" type="input" selector=".billing-address-form input[name*='telephone']"/>
19+
<element name="update" type="button" selector=".payment-method._active .payment-method-billing-address .action.action-update"/>
20+
<element name="guestFirstName" type="input" selector=".payment-method._active .billing-address-form input[name='firstname']"/>
21+
<element name="guestLastName" type="input" selector=".payment-method._active .billing-address-form input[name*='lastname']"/>
22+
<element name="guestStreet" type="input" selector=".payment-method._active .billing-address-form input[name*='street[0]']"/>
23+
<element name="guestCity" type="input" selector=".payment-method._active .billing-address-form input[name*='city']"/>
24+
<element name="guestCountry" type="select" selector=".payment-method._active .billing-address-form select[name*='country_id']"/>
25+
<element name="guestRegion" type="select" selector=".payment-method._active .billing-address-form select[name*='region_id']"/>
26+
<element name="guestPostcode" type="input" selector=".payment-method._active .billing-address-form input[name*='postcode']"/>
27+
<element name="guestTelephone" type="input" selector=".payment-method._active .billing-address-form input[name*='telephone']"/>
2828
<element name="billingAddress" type="text" selector=".payment-method._active div.billing-address-details"/>
2929
<element name="cartItems" type="text" selector="ol.minicart-items"/>
3030
<element name="cartItemsArea" type="button" selector="div.block.items-in-cart"/>

0 commit comments

Comments
 (0)