Skip to content

Commit 7c2c2d2

Browse files
ACQE-7860: [MFTF PR TESTS] NewCustomerPasswordComplexityTest
- Updated the code to navigate customer account page.
1 parent 26cbb2b commit 7c2c2d2

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

app/code/Magento/Security/Test/Mftf/Test/NewCustomerPasswordComplexityTest.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"
@@ -24,13 +24,8 @@
2424
<!-- Go to storefront home page -->
2525
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStoreFrontHomePage"/>
2626

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

3530
<!-- Fill Registration Form with not secure enough password -->
3631
<actionGroup ref="StorefrontFillCustomerAccountCreationFormActionGroup" stepKey="fillRegistrationFormPasswordNotSecure">

0 commit comments

Comments
 (0)