Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-02-24 16:09:05 +01:00
commit 37e2eb730c

View File

@ -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') {