mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 09:30:17 +01:00
MDL-55074 theme_boost: Phantomjs robustness
Raj was seeing some fails with phantomjs because the action menus were not open after clicking on the link to open them. Make sure we look for the open menu before continuing.
This commit is contained in:
parent
8387614051
commit
3f1fa45771
@ -58,6 +58,7 @@ class behat_theme_boost_behat_course extends behat_course {
|
||||
array("a[data-toggle='dropdown']", "css_element", $this->escape($activityname))
|
||||
);
|
||||
|
||||
$this->actions_menu_should_be_open($activityname);
|
||||
}
|
||||
|
||||
public function i_close_actions_menu($activityname) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user