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");