test case updated

This commit is contained in:
rahulshukla-home 2020-10-15 18:43:14 +05:30
parent ac13fa872f
commit 8b435daf27
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class CartCest
]);
$I->amOnPage('/checkout/cart');
$I->seeElement('.btn-primary"');
$I->seeElement('.btn-primary');
}
public function checkCartWithoutQuantityBox(FunctionalTester $I): void