mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-81036 behat: fix the action menu clickable area selector
This commit is contained in:
parent
e567c21d6e
commit
7a6aae501e
@ -132,8 +132,8 @@ class behat_action_menu extends behat_base {
|
||||
if ($this->running_javascript()) {
|
||||
// Open the menu by clicking on the trigger.
|
||||
$this->execute(
|
||||
'behat_general::i_click_on',
|
||||
[$menu, "NodeElement"]
|
||||
'behat_general::i_click_on_in_the',
|
||||
['a.dropdown-toggle', 'css_element', $menu, "NodeElement"]
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user