Merge branch 'wip-mdl-54564-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE

This commit is contained in:
Andrew Nicols
2016-05-18 12:27:06 +08:00
+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'),
);
}