Skip to content

Commit b9757f9

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-197: JS validation error doesn't work for the 2nd line of the street attribute
1 parent 23caf7f commit b9757f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressAttributePropertiesActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<argument name="maximumTextLength" type="string" defaultValue="255"/>
1919
</arguments>
2020
<!--Update customer attribute properties-->
21-
<amOnPage url="{{CustomerAttributePrefixPage.url(CustomerStreetAddressPrefixAttribute.attribute_code)}}" stepKey="goToPrefix"/>
21+
<amOnPage url="{{CustomerAttributePrefixPage.url(CustomerStreetAddressPrefixAttribute.attribute_code)}}" stepKey="customerAddressUrl"/>
2222
<waitForPageLoad stepKey="waitForPrefixPageOpened"/>
2323
<fillField selector="{{AdminReturnAttributePropertiesSection.minTextLength}}" userInput="{{minimumTextLength}}" stepKey="minimumTextLength"/>
2424
<fillField selector="{{AdminReturnAttributePropertiesSection.maxTextLength}}" userInput="{{maximumTextLength}}" stepKey="maximumTextLength"/>

0 commit comments

Comments
 (0)