Skip to content

Commit c63a55d

Browse files
authored
Revert staging change (#220)
1 parent 737d76e commit c63a55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public function setErrorReportingToDevelopment()
423423
$this->debug('I wait for Global Configuration title');
424424
$this->waitForText('Global Configuration', TIMEOUT, array('css' => '.page-title'));
425425
$this->debug('I open the Server Tab');
426-
$this->click(array('xpath' => "//div[@role='tablist']/button[@aria-controls='page-server']"));
426+
$this->click(array('link' => 'Server'));
427427
$this->debug('I wait for error reporting dropdown');
428428
$this->selectOptionInChosen('Error Reporting', 'Development');
429429
$this->debug('I click on save');

0 commit comments

Comments
 (0)