Skip to content

Commit 363167b

Browse files
ACQE-8298: [MFTF TESTS] NewCustomerPasswordLengthTest
- Updated the code to navigate customer account page.
1 parent 132b9e6 commit 363167b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

app/code/Magento/Security/Test/Mftf/Test/NewCustomerPasswordLengthTest.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
<!-- Go to storefront home page -->
2626
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStoreFrontHomePage"/>
2727

28-
<!-- See the Registration Link -->
29-
<actionGroup ref="StorefrontSeeHeaderLinksActionGroup" stepKey="seeTheLink"/>
30-
31-
<!-- Click the Registration Link -->
32-
<actionGroup ref="StorefrontClickHeaderLinkActionGroup" stepKey="clickTheLink">
33-
<argument name="linkName" value="Create an Account"/>
34-
</actionGroup>
28+
<!-- Go to the Registration Link -->
29+
<actionGroup ref="StorefrontOpenCustomerAccountCreatePageActionGroup" stepKey="openCreateAccountPage"/>
3530

3631
<!-- Fill Registration Form with Password length is bellow 8 Characters -->
3732
<actionGroup ref="StorefrontFillCustomerAccountCreationFormActionGroup" stepKey="fillRegistrationFormPasswordLengthBellowEightCharacters">

0 commit comments

Comments
 (0)