test case updated
This commit is contained in:
parent
8b435daf27
commit
c510507431
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue