@@ -60,7 +60,6 @@ public function testCustomerState(
60
60
string $ operationName ,
61
61
string $ expected ,
62
62
) : void {
63
- $ this ->markTestSkipped ('Fix this later ' );
64
63
if ($ operationName === 'createCustomer ' ) {
65
64
$ emails = [$ variables ['email ' ], $ variables2 ['email ' ]];
66
65
$ this ->clearCustomerBeforeTest ($ emails );
@@ -120,7 +119,6 @@ public function testMergeCarts(): void
120
119
*/
121
120
public function testRequestPasswordResetEmail (): void
122
121
{
123
- $ this ->markTestSkipped ('Fix this later ' );
124
122
$ query = $ this ->getRequestPasswordResetEmailMutation ();
125
123
$ this ->graphQlStateDiff ->testState (
126
124
$ query ,
@@ -139,7 +137,6 @@ public function testRequestPasswordResetEmail(): void
139
137
*/
140
138
public function testResetPassword (): void
141
139
{
142
- $ this ->markTestSkipped ('Fix this later ' );
143
140
$ query = $ this ->getResetPasswordMutation ();
144
141
$ email = 'customer@example.com ' ;
145
142
$ this ->graphQlStateDiff ->testState (
@@ -160,7 +157,6 @@ public function testResetPassword(): void
160
157
*/
161
158
public function testChangePassword (): void
162
159
{
163
- $ this ->markTestSkipped ('Fix this later ' );
164
160
$ query = $ this ->getChangePasswordMutation ();
165
161
$ this ->graphQlStateDiff ->testState (
166
162
$ query ,
0 commit comments