diff --git a/backend-gifts/tests/codeception/tests/acceptance/falcon/frontend/GiftsCheckoutStripeCest.php b/backend-gifts/tests/codeception/tests/acceptance/falcon/frontend/GiftsCheckoutStripeCest.php index e2060ff..bb8bcbc 100644 --- a/backend-gifts/tests/codeception/tests/acceptance/falcon/frontend/GiftsCheckoutStripeCest.php +++ b/backend-gifts/tests/codeception/tests/acceptance/falcon/frontend/GiftsCheckoutStripeCest.php @@ -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');