Skip to content

Commit f3253ac

Browse files
Sahil.kumarSahil.kumar
authored andcommitted
Removed extra files
1 parent b78b9fa commit f3253ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<element name="firstnameInput" type="input" selector="input[name=firstname]"/>
1414
<element name="lastnameInput" type="input" selector="input[name=lastname]"/>
1515
<element name="streetInput" type="input" selector="input[name=street]"/>
16-
<element name="streetLineCount" type="input" selector="//input[@name='street[{{lineCount}}]']" parameterized="true" timeout="30"/>
1716
<element name="cityInput" type="input" selector="input[name=city]"/>
1817
<element name="stateSelector" type="select" selector="input[name=input]"/>
1918
<element name="postcodeInput" type="input" selector="input[name=postcode]"/>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<element name="company" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'company')]"/>
1515
<element name="phoneNumber" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'telephone')]"/>
1616
<element name="streetAddress" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'street')]"/>
17-
<element name="streetLineCount" type="input" selector="//input[@name='street[{{lineCount}}]']" parameterized="true" timeout="30"/>
1817
<element name="city" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'city')]"/>
1918
<element name="state" type="select" selector="//form[@class='form-address-edit']//select[contains(@name, 'region_id')]"/>
2019
<element name="zip" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'postcode')]"/>

0 commit comments

Comments
 (0)