diff --git a/test/selenium/PmaSeleniumExportTest.php b/test/selenium/PmaSeleniumExportTest.php index 77e6ae5418..a69ae8e14b 100644 --- a/test/selenium/PmaSeleniumExportTest.php +++ b/test/selenium/PmaSeleniumExportTest.php @@ -161,6 +161,7 @@ class PMA_SeleniumExportTest extends PMA_SeleniumBase $this->expandMore(); $this->waitForElement('byLinkText', "Export")->click(); + usleep(500); $this->waitForElement("byId", "quick_or_custom"); /* @@ -178,6 +179,7 @@ class PMA_SeleniumExportTest extends PMA_SeleniumBase if ($type == 'table') { $this->byCssSelector("label[for=radio_allrows_0]")->click(); + usleep(500); $this->byName("limit_to")->clear(); $this->byName("limit_to")->value("1"); } diff --git a/test/selenium/PmaSeleniumTableOperationsTest.php b/test/selenium/PmaSeleniumTableOperationsTest.php index 6f7fdf3359..6fd8ef6944 100644 --- a/test/selenium/PmaSeleniumTableOperationsTest.php +++ b/test/selenium/PmaSeleniumTableOperationsTest.php @@ -50,6 +50,7 @@ class PMA_SeleniumTableOperationsTest extends PMA_SeleniumBase $this->expandMore(); $this->byXPath("//a[contains(., 'Operations')]")->click(); + usleep(500); $this->waitForElement( "byXPath", "//legend[contains(., 'Table maintenance')]"