From ff3fc0566c2f00d4ba1f7418b786765e570f7993 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 23 Oct 2018 15:27:13 +0800 Subject: [PATCH] MDL-62139 output: Menus fixes Change the boost custom behat step to click on a button. Revert the clean templates to unchanged versions. --- theme/boost/tests/behat/behat_theme_boost_behat_action_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/boost/tests/behat/behat_theme_boost_behat_action_menu.php b/theme/boost/tests/behat/behat_theme_boost_behat_action_menu.php index 15597921458..c7e536b628b 100644 --- a/theme/boost/tests/behat/behat_theme_boost_behat_action_menu.php +++ b/theme/boost/tests/behat/behat_theme_boost_behat_action_menu.php @@ -39,7 +39,7 @@ class behat_theme_boost_behat_action_menu extends behat_action_menu { public function i_open_the_action_menu_in($element, $selectortype) { // Gets the node based on the requested selector type and locator. - $node = $this->get_node_in_container("css_element", "[role=menuitem][aria-haspopup=true]", $selectortype, $element); + $node = $this->get_node_in_container("css_element", "[role=button][aria-haspopup=true]", $selectortype, $element); // Check if it is not already opened. if ($node->getAttribute('aria-expanded') === 'true') {