We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff9554 commit 0f0cc13Copy full SHA for 0f0cc13
src/JoomlaBrowser.php
@@ -60,6 +60,7 @@ public function installJoomla()
60
61
$I->click("//div[@id='jform_language_chzn']/a"); // Language Selector
62
$I->click("//li[text()='English (United Kingdom)']"); // English (United Kingdom)
63
+ sleep(1);
64
$I->fillField('Site Name', 'Joomla CMS test');
65
$I->fillField('Description', 'Site for testing Joomla CMS');
66
0 commit comments