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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-21 16:58:30 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-21 16:58:30 +0300
commit58ce7fc801a0a7fb65223dae69ac729b807d8f3b (patch)
tree9fe429fc4602a891d4f970127131517fddc8efe4 /test/selenium
parent3bc39289e70c383bdc7aedc2f86497024bc0358a (diff)
Fix drop table columns Selenium test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/selenium')
-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();