Skip to content

Commit

Permalink
MDL-75669 theme_boost: Fix BS5 related behat steps
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Dec 3, 2024
1 parent 0e79a14 commit cd3e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/behat/behat_action_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function i_choose_in_the_open_action_menu($menuitemstring) {
$menuitems = explode('>', $menuitemstring);
foreach ($menuitems as $menuitem) {
// Gets the node based on the requested selector type and locator.
$menuselector = ".moodle-actionmenu .dropdown.show .dropdown-menu";
$menuselector = ".moodle-actionmenu .dropdown .dropdown-menu.show";
$node = $this->get_node_in_container("link", trim($menuitem), "css_element", $menuselector);
$node->click();
}
Expand Down

0 comments on commit cd3e8b4

Please sign in to comment.