Skip to content

Commit 0c673f5

Browse files
authored
ENGCOM-5096: 574 - Unskip tests Cart testApplyExpiredCoupon magento#694
2 parents e52226a + e0eea69 commit 0c673f5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

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

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

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

0 commit comments

Comments
 (0)