mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 22:45:54 +02:00
MDL-57623 behat: Remove deprecated step from 3.3
This commit is contained in:
parent
8e9e9a5f7e
commit
09dedee2e1
@ -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<gradepath_string>(?:[^"]|\\")*)" 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)
|
||||
*
|
||||
|
@ -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 "<gradepath_string>" in the course gradebook
|
||||
|
||||
=== 3.7 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user