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 eb19940 commit 1ab277fCopy full SHA for 1ab277f
src/JoomlaBrowser.php
@@ -149,7 +149,7 @@ public function installJoomla()
149
$this->debug('I fill Admin Password Confirmation');
150
$I->fillField(['id' => 'jform_admin_password2'], $this->config['password']);
151
$this->debug('I click Site Offline: no');
152
- $I->click(['xpath' => "//fieldset[@id='jform_site_offline']/label[2]"]); // ['No Site Offline']
+ $I->click(['xpath' => "//fieldset[@id='jform_site_offline']/label[@for='jform_site_offline1']"]); // ['No Site Offline']
153
$this->debug('I click Next');
154
$I->click(['link' => 'Next']);
155
0 commit comments