Skip to content

Commit

Permalink
ENGCOM-5096: 574 - Unskip tests Cart testApplyExpiredCoupon magento#694
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaorobei authored May 23, 2019
2 parents e52226a + e0eea69 commit 0c673f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public function testApplyCouponToNonExistentCart()
*/
public function testApplyExpiredCoupon()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/574');
$couponCode = '2?ds5!2d';
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
$query = $this->getQuery($maskedQuoteId, $couponCode);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public function testApplyCouponToNonExistentCart()
*/
public function testApplyExpiredCoupon()
{
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/574');
$couponCode = '2?ds5!2d';
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
$query = $this->getQuery($maskedQuoteId, $couponCode);
Expand Down

0 comments on commit 0c673f5

Please sign in to comment.