Skip to content

Commit d33f3d7

Browse files
committed
MC-4459: Convert OnePageCheckoutOfflinePaymentMethodsTest to MFTF
Fixed locator
1 parent ae0cbcd commit d33f3d7

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
@@ -39,7 +39,7 @@
3939
<element name="editActiveAddress" type="button" selector="//div[@class='shipping-address-item selected-item']//span[text()='Edit']" timeout="30"/>
4040
<element name="loginButton" type="button" selector="//button[@data-action='checkout-method-login']" timeout="30"/>
4141
<element name="editActiveAddressButton" type="button" selector="//div[contains(@class,'payment-method _active')]//button[contains(@class,'action action-edit-address')]" timeout="30"/>
42-
<element name="emailAddress" type="input" selector="#checkout-customer-email"/>
42+
<element name="emailAddress" type="input" selector="#customer-email"/>
4343
<element name="shipHereButton" type="button" selector="//div[text()='{{street}}']/button[@class='action action-select-shipping-item']" parameterized="true" timeout="30"/>
4444
<element name="textFieldAttrRequireMessage" type="text" selector="//input[@name='custom_attributes[{{attribute}}]']/ancestor::div[contains(@class, 'control')]/div/span" parameterized="true" timeout="30"/>
4545
<element name="textFieldAttribute" type="input" selector="[name*='custom_attributes[{{attribute}}]']" parameterized="true" timeout="30"/>

0 commit comments

Comments
 (0)