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:
-rw-r--r--test/selenium/Table/StructureTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/Table/StructureTest.php b/test/selenium/Table/StructureTest.php
index ff028bfd5b..3c0244ea57 100644
--- a/test/selenium/Table/StructureTest.php
+++ b/test/selenium/Table/StructureTest.php
@@ -132,7 +132,7 @@ class StructureTest extends TestBase
$this->waitForElement(
'xpath',
"//div[@class='alert alert-success' and contains(., "
- . "'Your SQL query has been executed successfully')]"
+ . "'2 columns have been dropped successfully.')]"
);
$this->waitAjax();