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
 - Merge Pull Request magento/graphql-ce#694 from osrecio/graphql-ce:574-unskip-testapplyexpiredcoupon
 - Merged commits:
   1. 55ad3d0
  • Loading branch information
magento-engcom-team committed May 9, 2019
2 parents 2ec065d + 55ad3d0 commit e0eea69
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 e0eea69

Please sign in to comment.