Skip to content

Commit

Permalink
Fixed hide_db setting clearing
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 18, 2014
1 parent 1ea586a commit 3befe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/PmaSeleniumServerSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testHideDatabase()
$this->isElementPresent("byLinkText", $this->database_name)
);

$this->byCssSelector("a[href='#Servers-1-hide_db']")->clear();
$this->waitForElement("byId", "Servers-1-hide_db")->clear();
$this->byName("submit_save")->click();
$this->waitForElement(
"byXPath",
Expand Down

0 comments on commit 3befe77

Please sign in to comment.