mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-43738 behat: Updating steps definitions and deprecating methods
This commit is contained in:
parent
c3f1e9532d
commit
a525414125
10 changed files with 254 additions and 118 deletions
|
@ -57,7 +57,8 @@ class behat_message extends behat_base {
|
|||
}
|
||||
|
||||
$steps[] = new Given('I follow "' . get_string('messages', 'message') . '"');
|
||||
$steps[] = new Given('I fill in "' . get_string('searchcombined', 'message') . '" with "' . $this->escape($userfullname) . '"');
|
||||
$steps[] = new Given('I set the field "' . get_string('searchcombined', 'message') .
|
||||
'" to "' . $this->escape($userfullname) . '"');
|
||||
$steps[] = new Given('I press "' . get_string('searchcombined', 'message') . '"');
|
||||
$steps[] = new Given('I follow "' . $this->escape(get_string('sendmessageto', 'message', $userfullname)) . '"');
|
||||
$steps[] = new Given('I fill in "id_message" with "' . $this->escape($messagecontent) . '"');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue