From efd9ab06089aaa805747ddcfcf984d7052cda8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 19 Feb 2014 12:55:37 +0100 Subject: [PATCH] Try clicking only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving mouse seems to be problematic in Selenium, see https://code.google.com/p/selenium/issues/detail?id=2067 Signed-off-by: Michal Čihař --- test/selenium/TestBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/selenium/TestBase.php b/test/selenium/TestBase.php index 9d63f95bb5..3648c86f95 100644 --- a/test/selenium/TestBase.php +++ b/test/selenium/TestBase.php @@ -431,7 +431,6 @@ abstract class PMA_SeleniumBase extends PHPUnit_Extensions_Selenium2TestCase } catch (PHPUnit_Extensions_Selenium2TestCase_WebDriverException $e) { return; } - $this->moveto($more); $more->click(); } }