MDL-66675 behat: Fix typo in step function name
This commit is contained in:
@@ -1613,7 +1613,7 @@ EOF;
|
||||
*
|
||||
* @Then /^(?:|I )pause(?:| scenario execution)$/
|
||||
*/
|
||||
public function i_pause_scenario_executon() {
|
||||
public function i_pause_scenario_execution() {
|
||||
$message = "<colour:lightYellow>Paused. Press <colour:lightRed>Enter/Return<colour:lightYellow> to continue.";
|
||||
behat_util::pause($this->getSession(), $message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user