Skip to content

Commit b424d79

Browse files
committed
GraphQL-418: [Shipping methods] Set Shipping Methods on Cart
1 parent f2f05df commit b424d79

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,58 +53,67 @@ protected function setUp()
5353

5454
public function testShippingMethodWithVirtualProduct()
5555
{
56-
56+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
5757
}
5858

5959
public function testShippingMethodWithSimpleProduct()
6060
{
61-
61+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
6262
}
6363

6464
public function testShippingMethodWithSimpleProductWithoutAddress()
6565
{
66-
66+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
6767
}
6868

6969
public function testSetShippingMethodWithMissedRequiredParameters()
7070
{
71-
71+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
7272
}
7373

7474
public function testSetNonExistentShippingMethod()
7575
{
76+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
7677
}
7778

7879
public function testSetShippingMethodIfAddressIsNotBelongToCart()
7980
{
81+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
8082
}
8183

8284
public function testSetShippingMethodToNonExistentCart()
8385
{
86+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
8487
}
8588

8689
public function testSetShippingMethodToGuestCart()
8790
{
88-
91+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
8992
}
9093

9194
public function testSetShippingMethodToAnotherCustomerCart()
9295
{
93-
96+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
9497
}
9598

9699
public function testSetShippingMethodToNonExistentCartAddress()
97100
{
101+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
98102
}
99103

100104
public function testSetShippingMethodToGuestCartAddress()
101105
{
102-
106+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
103107
}
104108

105109
public function testSetShippingMethodToAnotherCustomerCartAddress()
106110
{
111+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
112+
}
107113

114+
public function testSetMultipleShippingMethods()
115+
{
116+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/423');
108117
}
109118

110119
/**

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingMethodsOnCartTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ public function testSetShippingMethodToAnotherCustomerCartAddress()
104104
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/422');
105105
}
106106

107+
public function testSetMultipleShippingMethods()
108+
{
109+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/422');
110+
}
111+
107112
/**
108113
* @param string $maskedQuoteId
109114
* @param string $shippingMethodCode

0 commit comments

Comments
 (0)