Skip to content

Commit 18dcad5

Browse files
author
Valeriy Nayda
committed
GraphQL-54: [Mutations] My Account: Change Password
1 parent 67145c3 commit 18dcad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CustomerChangePasswordTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function testGuestUserCannotChangePassword()
7878
*/
7979
public function testChangeWeakPassword()
8080
{
81+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/190');
8182
$customerEmail = '[email protected]';
8283
$oldCustomerPassword = 'password';
8384
$newCustomerPassword = 'weakpass';
@@ -96,6 +97,7 @@ public function testChangeWeakPassword()
9697
*/
9798
public function testCannotChangeWithIncorrectPassword()
9899
{
100+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/190');
99101
$customerEmail = '[email protected]';
100102
$oldCustomerPassword = 'password';
101103
$newCustomerPassword = 'anotherPassword1';

0 commit comments

Comments
 (0)