Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-03-03 13:02:30 +0400
committerMichal Čihař <michal@cihar.com>2014-03-03 13:02:30 +0400
commitbff6f471a9a6efb031eb9aab0d8e532714f3d9d6 (patch)
tree07d5640d9983baba4ed8761717b9d7cdcb5a35df
parent5a7bf6e001af282e2479c4e68770d761d8df7ba8 (diff)
Expand More menu here as well
It can happend that Operations tab is hidden in the menu. Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--test/selenium/PmaSeleniumDbOperationsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/selenium/PmaSeleniumDbOperationsTest.php b/test/selenium/PmaSeleniumDbOperationsTest.php
index 66a52b3a29..8ccd924704 100644
--- a/test/selenium/PmaSeleniumDbOperationsTest.php
+++ b/test/selenium/PmaSeleniumDbOperationsTest.php
@@ -27,6 +27,7 @@ class PMA_SeleniumDbOperationsTest extends PMA_SeleniumBase
{
$this->login();
$this->waitForElement('byLinkText', $this->database_name)->click();
+ $this->expandMore();
$this->waitForElement("byLinkText", "Operations")->click();
$this->waitForElement(
"byXPath", "//legend[contains(., 'Rename database to:')]"