Skip to content

Commit b09aa34

Browse files
Manjusha.SManjusha.S
authored andcommitted
Merge branch 'ACQE-4097' into functional-testing-automation
2 parents e9050ba + f7c098d commit b09aa34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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="streetAddressLineCount" type="input" selector="//input[@name='street[{{lineCount}}]']" parameterized="true" timeout="30"/>
1617
<element name="cityInput" type="input" selector="input[name=city]"/>
1718
<element name="stateSelector" type="select" selector="input[name=input]"/>
1819
<element name="postcodeInput" type="input" selector="input[name=postcode]"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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="streetAddressLineCount" type="input" selector="//input[@name='street[{{lineCount}}]']" parameterized="true" timeout="30"/>
1718
<element name="city" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'city')]"/>
1819
<element name="state" type="select" selector="//form[@class='form-address-edit']//select[contains(@name, 'region_id')]"/>
1920
<element name="zip" type="input" selector="//form[@class='form-address-edit']//input[contains(@name, 'postcode')]"/>

0 commit comments

Comments
 (0)