Skip to content

Commit 9909ce0

Browse files
committed
MC-4457: Convert OnePageCheckoutTest to MFTF
1 parent f75f1fe commit 9909ce0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<element name="regionInput" type="input" selector="input[name=region]"/>
2121
<element name="postcode" type="input" selector="input[name=postcode]"/>
2222
<element name="country" type="select" selector="select[name=country_id]"/>
23-
<element name="company" type="input" selector="input[name=company]"/>
2423
<element name="telephone" type="input" selector="input[name=telephone]"/>
2524
<element name="next" type="button" selector="button.button.action.continue.primary" timeout="30"/>
2625
<element name="firstShippingMethod" type="radio" selector=".row:nth-of-type(1) .col-method .radio"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<element name="editAddressButton" type="button" selector=".action-edit-address" timeout="30"/>
1616
<element name="addressDropdown" type="select" selector="[name=billing_address_id]"/>
1717
<element name="newAddressButton" type="button" selector=".action-show-popup" timeout="30"/>
18-
<element name="email" type="input" selector="#customer-email"/>
18+
<element name="email" type="input" selector="input[id*=customer-email]"/>
1919
<element name="password" type="input" selector="#customer-password"/>
2020
<element name="firstName" type="input" selector="input[name=firstname]"/>
2121
<element name="lastName" type="input" selector="input[name=lastname]"/>

0 commit comments

Comments
 (0)