MDL-54564 behat: Wait after hover, to ensure page is ready

This commit is contained in:
Rajesh Taneja
2016-05-18 11:18:59 +08:00
parent 544017f884
commit fe04ddaef3
+1
View File
@@ -96,6 +96,7 @@ class behat_calendar extends behat_base {
$dayofmonth = "a[{$daycontains}]";
return array(
new Given('I hover "//' . $currentmonth . '/descendant::' . $daycell . '/' . $dayofmonth . '" "xpath_element"'),
new Given('I wait until the page is ready'),
);
}