Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
779972f784
@ -57,14 +57,14 @@ class PMA_SeleniumSettingsTest extends PMA_SeleniumBase
|
||||
{
|
||||
$this->byLinkText("Features")->click();
|
||||
|
||||
$this->waitForElement("byId", "Servers-1-hide_db")
|
||||
$this->waitForElement("byName", "Servers-1-hide_db")
|
||||
->value($this->database_name);
|
||||
$this->saveConfig();
|
||||
$this->assertFalse(
|
||||
$this->isElementPresent("byLinkText", $this->database_name)
|
||||
);
|
||||
|
||||
$this->waitForElement("byId", "Servers-1-hide_db")->clear();
|
||||
$this->waitForElement("byName", "Servers-1-hide_db")->clear();
|
||||
$this->saveConfig();
|
||||
$this->assertTrue(
|
||||
$this->isElementPresent("byLinkText", $this->database_name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user