Skip to content

Commit f1d1721

Browse files
Merge branch 'ACQE-8298' into ACQE-functional-deployment-v7-1
2 parents 8c8d6f2 + 0b79613 commit f1d1721

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

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

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2019 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -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)