diff --git a/test/selenium/PmaSeleniumDbOperationsTest.php b/test/selenium/PmaSeleniumDbOperationsTest.php index 5ea9f8c8ce..66a52b3a29 100644 --- a/test/selenium/PmaSeleniumDbOperationsTest.php +++ b/test/selenium/PmaSeleniumDbOperationsTest.php @@ -52,9 +52,6 @@ class PMA_SeleniumDbOperationsTest extends PMA_SeleniumBase $this->waitForElement( "byXPath", "//span[@id='span_table_comment' and contains(., 'comment_foobar')]" - 'script' => "$('#topmenu').css('width', '50%')" - . ".menuResizer('destroy');", - 'args' => array() ) ); }