Skip to content

Commit c644355

Browse files
author
Ji Lu
committed
MAGETWO-38635: Security - password management 2
1 parent 71bff79 commit c644355

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/LockCustomerOnEditPageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* 6. "The password doesn't match this account." appears after each change password attempt.
3030
* 7. Perform all assertions.
3131
*
32-
* @ZephyrId SPM-126
32+
* @ZephyrId MAGETWO-29411
3333
*/
3434
class LockCustomerOnEditPageTest extends Injectable
3535
{

dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/LockCustomerOnLoginPageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
* 3. "Invalid login or password." appears after each login attempt.
2424
* 4. Perform all assertions.
2525
*
26-
* @ZephyrId SPM-125
26+
* @ZephyrId MAGETWO-49519
2727
*/
2828
class LockCustomerOnLoginPageTest extends Injectable
2929
{
3030
/* tags */
3131
const MVP = 'no';
32-
const DOMAIN = 'CS';
32+
const DOMAIN = 'PS';
3333
/* end tags */
3434

3535
/**

dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/LockAdminUserWhenCreatingNewIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* 6. "You have entered an invalid password for current user." appears after each attempt.
2828
* 7. Perform all assertions.
2929
*
30-
* @ZephyrId SPM-104
30+
* @ZephyrId MAGETWO-49038
3131
*/
3232
class LockAdminUserWhenCreatingNewIntegrationTest extends Injectable
3333
{

dev/tests/functional/tests/app/Magento/Security/Test/TestCase/ResetCustomerPasswordFailedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* 3. Password reset failed message appears on each password reset attempt starting the second one.
2222
* 4. Perform all assertions.
2323
*
24-
* @ZephyrId SPM-65
24+
* @ZephyrId MAGETWO-49027
2525
*/
2626
class ResetCustomerPasswordFailedTest extends Injectable
2727
{

dev/tests/functional/tests/app/Magento/Security/Test/TestCase/ResetUserPasswordFailedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* 3. Password reset failed message appears on each password reset attempt starting the second one.
2222
* 4. Perform all assertions.
2323
*
24-
* @ZephyrId SPM-66
24+
* @ZephyrId MAGETWO-49028
2525
*/
2626
class ResetUserPasswordFailedTest extends Injectable
2727
{

dev/tests/functional/tests/app/Magento/User/Test/TestCase/LockAdminUserWhenCreatingNewRoleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* 6. "You have entered an invalid password for current user." appears after each attempt.
2828
* 7. Perform all assertions.
2929
*
30-
* @ZephyrId SPM-102
30+
* @ZephyrId MAGETWO-49036
3131
*/
3232
class LockAdminUserWhenCreatingNewRoleTest extends Injectable
3333
{

0 commit comments

Comments
 (0)