diff --git a/lib/tests/behat/behat_deprecated.php b/lib/tests/behat/behat_deprecated.php index 777078bbeef..e9284f75d7b 100644 --- a/lib/tests/behat/behat_deprecated.php +++ b/lib/tests/behat/behat_deprecated.php @@ -41,19 +41,6 @@ use Behat\Mink\Exception\ElementNotFoundException as ElementNotFoundException, */ class behat_deprecated extends behat_base { - /** - * Navigates to the course gradebook and selects a specified item from the grade navigation tabs. - * @Given /^I go to "(?P(?:[^"]|\\")*)" in the course gradebook$/ - * @param string $gradepath - * @deprecated since Moodle 3.3 MDL-57282 - please do not use this step any more. - */ - public function i_go_to_in_the_course_gradebook($gradepath) { - $alternative = 'I navigate to "' . $this->escape($gradepath) . '" in the course gradebook'; - $this->deprecated_message($alternative); - - $this->execute('behat_grade::i_navigate_to_in_the_course_gradebook', $gradepath); - } - /** * Click link in navigation tree that matches the text in parentnode/s (seperated using greater-than character if more than one) * diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 6b6bd9e6811..17b27ce8d8c 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -50,6 +50,8 @@ validation against and defaults to null (so, no user needed) if not provided. The following are _invalid_ template names and locations: mod_forum/post/user: mod/forum/templates/local/post/user.mustache +* Following behat steps have been removed from core: + - I go to "" in the course gradebook === 3.7 ===