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 bd782d1 commit 737d76eCopy full SHA for 737d76e
src/JoomlaBrowser.php
@@ -423,7 +423,7 @@ public function setErrorReportingToDevelopment()
423
$this->debug('I wait for Global Configuration title');
424
$this->waitForText('Global Configuration', TIMEOUT, array('css' => '.page-title'));
425
$this->debug('I open the Server Tab');
426
- $this->click(array('link' => 'Server'));
+ $this->click(array('xpath' => "//div[@role='tablist']/button[@aria-controls='page-server']"));
427
$this->debug('I wait for error reporting dropdown');
428
$this->selectOptionInChosen('Error Reporting', 'Development');
429
$this->debug('I click on save');
0 commit comments