|
16 | 16 | <element name="billingAddressNotSameCheckbox" type="checkbox" selector="#billing-address-same-as-shipping-checkmo"/>
|
17 | 17 | <element name="editAddress" type="button" selector="button.action.action-edit-address"/>
|
18 | 18 | <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']"/> |
28 | 28 | <element name="billingAddress" type="text" selector=".payment-method._active div.billing-address-details"/>
|
29 | 29 | <element name="cartItems" type="text" selector="ol.minicart-items"/>
|
30 | 30 | <element name="cartItemsArea" type="button" selector="div.block.items-in-cart"/>
|
|
0 commit comments