test case updated

This commit is contained in:
rahulshukla-home 2020-10-15 22:30:27 +05:30
parent 8b435daf27
commit c510507431
1 changed files with 2 additions and 1 deletions

View File

@ -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