mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-58265 mod_feedback: change custom step to link behat to course
Part of MDL-55611 epic.
This commit is contained in:
parent
f7c476bac5
commit
07d1abe346
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user