Skip to content

Commit 65d12ad

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 7e43811 commit 65d12ad

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,35 @@
2121
<before>
2222
<createData entity="Simple_Customer_Without_Address" stepKey="createCustomer"/>
2323
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
24+
<!--Go To Customer Address page-->
25+
<actionGroup ref="GoToCustomerAddress" stepKey="GoToCustomerAddress"/>
26+
<click selector="{{CustomerAccountSection.reset}}" stepKey="resetFiltersOnGrid"/>
27+
<waitForElementVisible selector="{{CustomerAccountSection.defaultLabel}}" stepKey="waitForDefaultLabelToVisible"/>
28+
<fillField selector="{{CustomerAccountSection.defaultLabel}}" userInput="Street Address" stepKey="TypeAttributeName"/>
29+
<click selector="{{CustomerAccountSection.search}}" stepKey="clickToSearchButton"/>
30+
<waitForPageLoad stepKey="waitForResult"/>
31+
<click selector="{{AdminCustomerAddressAttributeSection.firstAttribute}}" stepKey="clickToSelectAttribute"/>
32+
<waitForPageLoad stepKey="waitForAttributePageLoaded"/>
33+
<actionGroup ref="AdminEditCustomerAddressAttributePropertiesActionGroup" stepKey="editCustomerAddressProperties">
34+
<argument name="minimumTextLength" value="1"/>
35+
<argument name="maximumTextLength" value="10"/>
36+
</actionGroup>
2437
</before>
2538
<after>
2639
<deleteData createDataKey="createCustomer" stepKey="DeleteCustomer"/>
40+
<!--Go To Customer Address page-->
41+
<actionGroup ref="GoToCustomerAddress" stepKey="GoToCustomerAddress1"/>
42+
<click selector="{{CustomerAccountSection.reset}}" stepKey="resetFiltersOnGrid1"/>
43+
<waitForElementVisible selector="{{CustomerAccountSection.defaultLabel}}" stepKey="waitForDefaultLabelToVisible1"/>
44+
<fillField selector="{{CustomerAccountSection.defaultLabel}}" userInput="Street Address" stepKey="TypeAttributeName1"/>
45+
<click selector="{{CustomerAccountSection.search}}" stepKey="clickToSearchButton1"/>
46+
<waitForPageLoad stepKey="waitForResult1"/>
47+
<click selector="{{AdminCustomerAddressAttributeSection.firstAttribute}}" stepKey="clickToSelectAttribute1"/>
48+
<waitForPageLoad stepKey="waitForAttributePageLoaded"/>
49+
<actionGroup ref="AdminEditCustomerAddressAttributePropertiesActionGroup" stepKey="editCustomerAddressProperties1">
50+
<argument name="minimumTextLength" value="1"/>
51+
<argument name="maximumTextLength" value="255"/>
52+
</actionGroup>
2753
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
2854
</after>
2955
<!--Log in to Storefront as Customer 1 -->

0 commit comments

Comments
 (0)