Skip to content

Commit 7e43811

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 7d3788e commit 7e43811

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontUpdateCustomerAddressTest/StorefrontUpdateCustomerShippingAddressFromBlockFailedTest.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,8 @@
2424
</before>
2525
<after>
2626
<deleteData createDataKey="createCustomer" stepKey="DeleteCustomer"/>
27-
<amOnPage url="{{CustomerAttributePrefixPage.url(CustomerAddressStreetAttribute.attribute_code)}}" stepKey="goToStreet"/>
28-
<waitForPageLoad stepKey="waitForPrefixPageOpened"/>
29-
<actionGroup ref="AdminEditCustomerAddressAttributePropertiesActionGroup" stepKey="editCustomerAddressPropertiesRollBack">
30-
<argument name="minimumTextLength" value="1"/>
31-
<argument name="maximumTextLength" value="255"/>
32-
</actionGroup>
3327
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
3428
</after>
35-
<amOnPage url="{{CustomerAttributePrefixPage.url(CustomerAddressStreetAttribute.attribute_code)}}" stepKey="goToStreet"/>
36-
<waitForPageLoad stepKey="waitForPrefixPageOpened"/>
37-
<actionGroup ref="AdminEditCustomerAddressAttributePropertiesActionGroup" stepKey="editCustomerAddressProperties">
38-
<argument name="minimumTextLength" value="1"/>
39-
<argument name="maximumTextLength" value="10"/>
40-
</actionGroup>
4129
<!--Log in to Storefront as Customer 1 -->
4230
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="signUp">
4331
<argument name="Customer" value="$$createCustomer$$"/>

0 commit comments

Comments
 (0)