Remove mistakenly pasted code

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-02-24 14:07:27 +01:00
parent 9605b1c68a
commit bdeddc9279

View File

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