Skip to content

Commit

Permalink
Merge branch 'REDSHOP-6083' of github.com:anhredweb/redSHOP-1 into RE…
Browse files Browse the repository at this point in the history
…DSHOP-6083
  • Loading branch information
H.A committed Aug 25, 2020
2 parents 4149bb3 + 0f0f67e commit 01c8450
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ public function ConfigurationProductAccessoryOnCart($categoryName, $productName,
$I->waitForText(FrontEndProductManagerJoomla3Page::$alertSuccessMessage, 5);
$I->amOnPage(ProductManagerPage::$cartPageUrL);
$I->waitForText($productNameAccessories, 30, FrontEndProductManagerJoomla3Page::$nameProduct1OnCart);
$I->see($productName);
$I->waitForText($productName, 30, FrontEndProductManagerJoomla3Page::$nameProduct2OnCart);
$I->see($productNameAccessories);
$I->waitForText($productName, 30, FrontEndProductManagerJoomla3Page::$nameProduct2OnCart);
$I->see($productName);
break;
case 'No':
$I->waitForText(FrontEndProductManagerJoomla3Page::$alertSuccessMessage, 5);
Expand Down

0 comments on commit 01c8450

Please sign in to comment.