Skip to content

Commit 2b4bb70

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 613f5f4 commit 2b4bb70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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="customerAddressUrl"/>
21+
<amOnPage url="{{CustomerAttributePrefixPage.url(CustomerAddressStreetAttribute.attribute_code)}}" stepKey="goToStreet"/>
2222
<waitForPageLoad stepKey="waitForPrefixPageOpened"/>
2323
<fillField selector="{{AdminReturnAttributePropertiesSection.minTextLength}}" userInput="{{minimumTextLength}}" stepKey="minimumTextLength"/>
2424
<fillField selector="{{AdminReturnAttributePropertiesSection.maxTextLength}}" userInput="{{maximumTextLength}}" stepKey="maximumTextLength"/>

app/code/Magento/Customer/Test/Mftf/Data/CustomerConfigData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<data key="label">Global</data>
6262
<data key="value">0</data>
6363
</entity>
64-
<entity name="CustomerStreetAddressPrefixAttribute" type="customer_address_prefix">
64+
<entity name="CustomerAddressStreetAttribute" type="customer_address_street">
6565
<data key="attribute_code">28</data>
6666
</entity>
6767
</entities>

0 commit comments

Comments
 (0)