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 <mauriciofauth@gmail.com>2018-11-16 19:45:48 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-11-16 19:45:48 +0300
commit56b7432bde9ce2d80db34fab8ce77610f628579b (patch)
treeecce8fa7792a8474649ffc3ed39213d7fc58b266 /test/selenium/SqlQueryTest.php
parentb6bba4fba351570872afa85b84eb5e516cc1b4f5 (diff)
Fix failing Selenium tests
"Other element would receive the click" Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test/selenium/SqlQueryTest.php')
-rw-r--r--test/selenium/SqlQueryTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/selenium/SqlQueryTest.php b/test/selenium/SqlQueryTest.php
index a826a40afa..de9943c57d 100644
--- a/test/selenium/SqlQueryTest.php
+++ b/test/selenium/SqlQueryTest.php
@@ -131,6 +131,7 @@ class SqlQueryTest extends TestBase
$this->waitAjax();
$this->typeInTextArea('SELECT * FROM `test_table` WHERE `val` NOT IN (2, 3);');
+ $this->scrollToBottom();
$this->byId('button_submit_query')->click();
$this->waitAjax();