From b74b23131c23365de50627e77706d84c7380018a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Nov 2017 18:51:18 +0100 Subject: [PATCH] Scroll element into view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It might be hidden by console Signed-off-by: Michal Čihař --- test/selenium/PmaSeleniumSqlQueryTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/selenium/PmaSeleniumSqlQueryTest.php b/test/selenium/PmaSeleniumSqlQueryTest.php index 436b63f2c6..6e7599936d 100644 --- a/test/selenium/PmaSeleniumSqlQueryTest.php +++ b/test/selenium/PmaSeleniumSqlQueryTest.php @@ -176,6 +176,7 @@ class PMA_SeleniumSqlQueryTest extends PMA_SeleniumBase // type in next sql query $this->typeInTextArea('SELECT 1', 1); + $this->scrollIntoView('sql_query_edit_save'); $this->byId('sql_query_edit_save')->click(); $this->waitAjax();