Skip to content

Commit

Permalink
Merge pull request #16 from NguyenTrang091296/REDSHOP-6083
Browse files Browse the repository at this point in the history
Fix fail random
  • Loading branch information
NguyenTrang091296 committed Aug 25, 2020
2 parents 01c8450 + e38ea32 commit 32b923e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ public function checkoutProductWithSkillPayment($checkoutAccountDetail, $product
$I->wait(0.5);
$I->waitForElementVisible(FrontEndProductManagerJoomla3Page::$checkoutFinalStep, 30);
$I->click(FrontEndProductManagerJoomla3Page::$checkoutFinalStep);
$I->wait(1);
$I->dontSeeInCurrentUrl(FrontEndProductManagerJoomla3Page::$checkoutURL);

try
Expand Down

0 comments on commit 32b923e

Please sign in to comment.