Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #23 from systemseed/tests
Browse files Browse the repository at this point in the history
Removed content check from checkout page.
  • Loading branch information
duozersk authored Apr 3, 2018
2 parents efb1f47 + c3ccdfd commit 0f269c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ public function checkoutWithCards(FrontendTester $I) {

// Wait until cards part of the form is loaded.
$I->waitForText($gift['title']);
$I->canSee('Step 2 - Choose a card to go with your gifts');

$I->expectTo('See two card configuration rows for the same product');
$I->canSee($gift['title'], '.checkout-container .row.checkout-cards-list .row .col-xs-12:nth-of-type(1) .card-product');
Expand Down

0 comments on commit 0f269c1

Please sign in to comment.