From 7e2ca0697fb0892f71deb303d869c566519db536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 19 Feb 2014 14:18:02 +0100 Subject: [PATCH] Remove not used implicit wait MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/TestBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/selenium/TestBase.php b/test/selenium/TestBase.php index b30365f4f4..38ae6425f2 100644 --- a/test/selenium/TestBase.php +++ b/test/selenium/TestBase.php @@ -422,8 +422,6 @@ abstract class PMA_SeleniumBase extends PHPUnit_Extensions_Selenium2TestCase 'script' => "$('#topmenu').menuResizer('destroy');", 'args' => array() )); - - $this->timeouts()->implicitWait(10000); } } ?>