We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b40b4 commit fc12cb7Copy full SHA for fc12cb7
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CouponTest.php
@@ -92,6 +92,7 @@ public function testApplyCouponTwice()
92
*/
93
public function testApplyCouponToCartWithNoItems()
94
{
95
+ $this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/191');
96
$couponCode = '2?ds5!2d';
97
98
$this->quoteResource->load($this->quote, 'test_order_1', 'reserved_order_id');
0 commit comments