File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ public function testApplyCouponToNonExistentCart()
174
174
*/
175
175
public function testApplyExpiredCoupon ()
176
176
{
177
- $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/574 ' );
178
177
$ couponCode = '2?ds5!2d ' ;
179
178
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
180
179
$ query = $ this ->getQuery ($ maskedQuoteId , $ couponCode );
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ public function testApplyCouponToNonExistentCart()
139
139
*/
140
140
public function testApplyExpiredCoupon ()
141
141
{
142
- $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/574 ' );
143
142
$ couponCode = '2?ds5!2d ' ;
144
143
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
145
144
$ query = $ this ->getQuery ($ maskedQuoteId , $ couponCode );
You can’t perform that action at this time.
0 commit comments