diff --git a/tests/functional/Checkout/Cart/CartCest.php b/tests/functional/Checkout/Cart/CartCest.php index 1cdfc03e5..971bba3e0 100644 --- a/tests/functional/Checkout/Cart/CartCest.php +++ b/tests/functional/Checkout/Cart/CartCest.php @@ -37,7 +37,7 @@ class CartCest ]); $I->amOnPage('/checkout/cart'); - $I->seeElement('.btn-primary"'); + $I->seeElement('.btn-primary'); } public function checkCartWithoutQuantityBox(FunctionalTester $I): void