Skip to content

Commit 264ae06

Browse files
ACPT-1552 WIP
unskipping
1 parent 3be4f30 commit 264ae06

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCheckoutMutationsStateTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ public function testAddDownloadableProductToCart(): void
199199
*/
200200
public function testSetShippingAddressOnCart(): void
201201
{
202-
$this->markTestSkipped('Fix this later');
203202
$cartId = $this->graphQlStateDiff->getCartIdHash('test_quote');
204203
$query = $this->getShippingAddressQuery();
205204
$this->graphQlStateDiff->testState(

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCustomerMutationsTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function testCustomerState(
6060
string $operationName,
6161
string $expected,
6262
) : void {
63-
$this->markTestSkipped('Fix this later');
6463
if ($operationName === 'createCustomer') {
6564
$emails = [$variables['email'], $variables2['email']];
6665
$this->clearCustomerBeforeTest($emails);
@@ -120,7 +119,6 @@ public function testMergeCarts(): void
120119
*/
121120
public function testRequestPasswordResetEmail(): void
122121
{
123-
$this->markTestSkipped('Fix this later');
124122
$query = $this->getRequestPasswordResetEmailMutation();
125123
$this->graphQlStateDiff->testState(
126124
$query,
@@ -139,7 +137,6 @@ public function testRequestPasswordResetEmail(): void
139137
*/
140138
public function testResetPassword(): void
141139
{
142-
$this->markTestSkipped('Fix this later');
143140
$query = $this->getResetPasswordMutation();
144141
$email = 'customer@example.com';
145142
$this->graphQlStateDiff->testState(
@@ -160,7 +157,6 @@ public function testResetPassword(): void
160157
*/
161158
public function testChangePassword(): void
162159
{
163-
$this->markTestSkipped('Fix this later');
164160
$query = $this->getChangePasswordMutation();
165161
$this->graphQlStateDiff->testState(
166162
$query,

0 commit comments

Comments
 (0)