test case updated
This commit is contained in:
parent
ac13fa872f
commit
8b435daf27
|
|
@ -37,7 +37,7 @@ class CartCest
|
|||
]);
|
||||
|
||||
$I->amOnPage('/checkout/cart');
|
||||
$I->seeElement('.btn-primary"');
|
||||
$I->seeElement('.btn-primary');
|
||||
}
|
||||
|
||||
public function checkCartWithoutQuantityBox(FunctionalTester $I): void
|
||||
|
|
|
|||
Loading…
Reference in New Issue