Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-11-28 19:32:56 +01:00
commit e42444f926

View File

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