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();