From bdeddc92793c192510d21b079e474c5fbcb62d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Feb 2014 14:07:27 +0100 Subject: [PATCH] Remove mistakenly pasted code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/PmaSeleniumDbOperationsTest.php | 3 --- 1 file changed, 3 deletions(-) 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() ) ); }