Skip to content

Commit 0aea1de

Browse files
authored
Merge pull request #133 from magento-pangolin/MC-4555
MC-4555
2 parents be7a334 + aa3cef4 commit 0aea1de

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-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"/>

app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerCreateFormSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
<element name="yesNoAttribute" type="select" selector="//select[@id='{{var}}']" parameterized="true" />
3131
<element name="yesNoOptionAttribute" type="select" selector="//select[@id='{{var}}']/option[2]" parameterized="true" />
3232
<element name="selectedOption" type="text" selector="//select[@id='{{var}}']/option[@selected='selected']" parameterized="true"/>
33+
<element name="attributeLabel" type="text" selector="//span[text()='{{attributeLabel}}']" parameterized="true"/>
3334
</section>
3435
</sections>

0 commit comments

Comments
 (0)