Skip to content

Commit 3f0530a

Browse files
committed
GraphQL-479: [Test Coverage] 'ApplyCouponToCart' functionality
1 parent 4451cf6 commit 3f0530a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public function testApplyCouponToNonExistentCart()
174174
*/
175175
public function testApplyExpiredCoupon()
176176
{
177+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/574');
177178
$couponCode = '2?ds5!2d';
178179
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
179180
$query = $this->getQuery($maskedQuoteId, $couponCode);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public function testApplyCouponToNonExistentCart()
139139
*/
140140
public function testApplyExpiredCoupon()
141141
{
142+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/574');
142143
$couponCode = '2?ds5!2d';
143144
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
144145
$query = $this->getQuery($maskedQuoteId, $couponCode);

0 commit comments

Comments
 (0)