Skip to content

Commit

Permalink
Merge branch 'develop' into FEB-53
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenTrang091296 authored Dec 31, 2020
2 parents 0921815 + c51a7db commit 69ec271
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testsSitePreparation($use_htaccess = 1, $cleanUp = 1)
* When joomla Staging branch has a bug you can uncomment the following line as a tmp fix for the tests layer.
* Use as $version value the latest tagged stable version at: https://github.com/joomla/joomla-cms/releases
*/
$version = '3.9.22';
$version = '3.9.23';

$this->_exec("git clone -b $version --single-branch --depth 1 https://github.com/joomla/joomla-cms.git tests/joomla-cms");
$this->say("Joomla CMS ($version) site created at tests/joomla-cms");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ public function ConfigurationOder($configurationOder = array())
$I->wait(2);
$I->canSeeInPopup(ConfigurationPage::$alertMessageResetID);
$I->acceptPopup();
$I->wait(2);
$I->wait(3);
$I->canSeeInPopup(ConfigurationPage::$messagePopup);
$I->seeInPopup(ConfigurationPage::$messagePopup);
$I->acceptPopup();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public function addOrderWithVATWithUserForeignCountry($nameUser, $function, $vat

$I->waitForJS("return window.jQuery && jQuery.active == 0;", 30);
$I->waitForElementVisible($userOrderPage->returnXpathAttributeValue($product['size']), 30);
$I->wait(0.5);
$I->wait(1);
$I->seeElement($userOrderPage->returnXpathAttributeName($product['attributeName']));
$I->click($userOrderPage->returnXpathAttributeValue($product['size']));
$I->waitForJs('return document.readyState == "complete"', 10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function addressInformation($addressDetail)
$I->click(FrontEndProductManagerJoomla3Page::$countryCode1);

$I->waitForElementVisible(FrontEndProductManagerJoomla3Page::$searchCountryInput, 30);
$I->click(FrontEndProductManagerJoomla3Page::$searchCountryInput);
$I->fillField(FrontEndProductManagerJoomla3Page::$searchCountryInput, $addressDetail['country']);
$I->wait(0.5);
$I->pressKey(FrontEndProductManagerJoomla3Page::$searchCountryInput, \Facebook\WebDriver\WebDriverKeys::ENTER);
Expand Down

0 comments on commit 69ec271

Please sign in to comment.