Skip to content

Commit

Permalink
MDL-66675 behat: Fix typo in step function name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 18, 2019
1 parent 409b3bb commit 53c04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/behat/behat_general.php
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ protected function get_page_load_xpath() {
*
* @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);
}
Expand Down

0 comments on commit 53c04ba

Please sign in to comment.