MDL-81036 behat: fix the action menu clickable area selector

This commit is contained in:
Marina Glancy
2024-02-23 11:22:54 +00:00
parent b0cd9cac9a
commit 8e08798e8e
+2 -2
View File
@@ -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"]
);
}