From 8fa5709b3874de3d3fc946bc9eb9f2f1cd523345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 28 Apr 2014 14:18:27 +0200 Subject: [PATCH] Try adding another random sleep here... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/PmaSeleniumTableBrowseTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/selenium/PmaSeleniumTableBrowseTest.php b/test/selenium/PmaSeleniumTableBrowseTest.php index b57f56c25a..d9b9c2b1e1 100644 --- a/test/selenium/PmaSeleniumTableBrowseTest.php +++ b/test/selenium/PmaSeleniumTableBrowseTest.php @@ -160,6 +160,7 @@ class PMA_SeleniumTableBrowseTest extends PMA_SeleniumBase $this->byCssSelector( "table#table_results tbody tr:nth-child(2) td:nth-child(2) a" )->click(); + $this->sleep(); /* TODO: this occassionally fails, so there is probably something wrong */ $this->waitForElement("byId", "insertForm");