MDL-74211 behat: add course question categories page type

This commit is contained in:
Simey Lameze
2022-07-29 13:07:55 +08:00
parent 15b31bfb39
commit 56781dec40
@@ -71,6 +71,10 @@ class behat_core_question extends behat_question_base {
return new moodle_url('/question/edit.php',
['courseid' => $this->get_course_id($identifier)]);
case 'course question categories':
return new moodle_url('/question/bank/managecategories/category.php',
['courseid' => $this->get_course_id($identifier)]);
case 'course question import':
return new moodle_url('/question/import.php',
['courseid' => $this->get_course_id($identifier)]);