Skip to content

Commit 7f11fe7

Browse files
committed
1 parent d6cdfea commit 7f11fe7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Security/Test/Mftf/Test/SecureChangingCustomerEmailTest.xml renamed to app/code/Magento/Security/Test/Mftf/Test/StorefrontSecureChangingCustomerEmailTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="SecureChangingCustomerEmailTest">
11+
<test name="StorefrontSecureChangingCustomerEmailTest">
1212
<annotations>
1313
<features value="Security"/>
1414
<stories value="Changing Customer's email"/>
1515
<title value="Changing Customer Email Test"/>
1616
<description value="Changing Customer's email with correct and wrong passwords"/>
17+
<testCaseId value="MC-14385"/>
1718
<group value="security"/>
1819
<group value="mtf_migrated"/>
1920
</annotations>
@@ -48,7 +49,7 @@
4849
<!-- Checking Email checkbox, entering new email, saving with incorrect password -->
4950
<actionGroup ref="StorefrontCustomerChangeEmailActionGroup" stepKey="changeEmailWrongAttempt">
5051
<argument name="email" value="$$customer.email$$"/>
51-
<argument name="password" value="{incorrect.password}"/>
52+
<argument name="password" value="WRONG_PASSWORD_123123q"/>
5253
</actionGroup>
5354
<!-- See Failure Message-->
5455
<actionGroup ref="AssertMessageCustomerChangeAccountInfoActionGroup" stepKey="seeFailureMessage">

0 commit comments

Comments
 (0)