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