MDL-58265 mod_feedback: change custom step to link behat to course

Part of MDL-55611 epic.
This commit is contained in:
Simey Lameze 2017-03-17 10:57:34 +08:00 committed by Damyon Wiese
parent f7c476bac5
commit 07d1abe346

View File

@ -90,7 +90,7 @@ class behat_mod_feedback extends behat_base {
$this->execute('behat_auth::i_log_in_as', $username);
// Navigate to feedback complete form.
$this->execute('behat_general::click_link', $coursename);
$this->execute('behat_navigation::i_am_on_course_homepage', $coursename);
$this->execute('behat_general::click_link', $feedbackname);
$this->execute('behat_general::click_link', $completeform);