mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-44236 behat: Fixing wrong old step call
This commit is contained in:
parent
c13854785f
commit
ced0f98322
@ -511,7 +511,7 @@ class behat_deprecated extends behat_base {
|
||||
* @param TableNode $data
|
||||
*/
|
||||
public function the_following_exists($elementname, TableNode $data) {
|
||||
$alternative = 'the following "' . $this->escape($elementname) . '" exist';
|
||||
$alternative = 'the following "' . $this->escape($elementname) . '" exist:';
|
||||
$this->deprecated_message($alternative);
|
||||
return new Given($alternative, $data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user