From 8a0ab394ba270c4d51bcd803aa742a4d5fa8da55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 24 Apr 2014 10:16:12 +0200 Subject: [PATCH] Try to workaround navigation timing issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/TestBase.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/selenium/TestBase.php b/test/selenium/TestBase.php index ebb2a92f57..1692f5c348 100644 --- a/test/selenium/TestBase.php +++ b/test/selenium/TestBase.php @@ -575,6 +575,9 @@ abstract class PMA_SeleniumBase extends PHPUnit_Extensions_Selenium2TestCase 'li.last.table' ); + /* TODO: Timing issue of expanding navigation tree */ + usleep(500); + // go to table page $this->waitForElement( "byXPath",