diff --git a/test/selenium/PmaSeleniumExportTest.php b/test/selenium/PmaSeleniumExportTest.php index d0c236a01c..3f28df8397 100644 --- a/test/selenium/PmaSeleniumExportTest.php +++ b/test/selenium/PmaSeleniumExportTest.php @@ -167,6 +167,10 @@ class PMA_SeleniumExportTest extends PMA_SeleniumBase $this->waitForElement('byLinkText', "Export")->click(); $this->waitForElement("byId", "quick_or_custom"); + /* + * FIXME: There should be better way to wait for javascript to be executed + */ + usleep(200); $this->byCssSelector("label[for=radio_custom_export]")->click(); if ($type == 'server') {