Skip to content

Commit 737d76e

Browse files
authored
Tabs required changes (#219)
1 parent bd782d1 commit 737d76e

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('link' => 'Server'));
426+
$this->click(array('xpath' => "//div[@role='tablist']/button[@aria-controls='page-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)