diff --git a/test/selenium/PmaSeleniumExportTest.php b/test/selenium/PmaSeleniumExportTest.php index 5bee4de937..0cfeb853a3 100644 --- a/test/selenium/PmaSeleniumExportTest.php +++ b/test/selenium/PmaSeleniumExportTest.php @@ -202,7 +202,7 @@ class PMA_SeleniumExportTest extends PMA_SeleniumBase if ($plugin == "SQL") { if ($type !== 'db') { - $this->scrollIntoView('sql_structure', -200); + $this->scrollIntoView('sql_structure', -250); $this->waitForElement( 'byCssSelector', "label[for=radio_sql_structure_or_data_structure_and_data]"