File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
dev/tests/integration/testsuite/Magento/GraphQl/App Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ public function testAddDownloadableProductToCart(): void
199
199
*/
200
200
public function testSetShippingAddressOnCart (): void
201
201
{
202
- $ this ->markTestSkipped ('Fix this later ' );
203
202
$ cartId = $ this ->graphQlStateDiff ->getCartIdHash ('test_quote ' );
204
203
$ query = $ this ->getShippingAddressQuery ();
205
204
$ this ->graphQlStateDiff ->testState (
Original file line number Diff line number Diff line change @@ -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
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 ,
You can’t perform that action at this time.
0 commit comments