Skip to content

Commit

Permalink
MDL-74211 behat: add course question categories page type
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Jul 29, 2022
1 parent 3578378 commit 1ff7bee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions question/tests/behat/behat_core_question.php
Expand Up @@ -71,6 +71,10 @@ protected function resolve_page_instance_url(string $type, string $identifier):
return new moodle_url('/question/edit.php',
['courseid' => $this->get_course_id($identifier)]);

case 'course question categories':
return new moodle_url('/question/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)]);
Expand Down

0 comments on commit 1ff7bee

Please sign in to comment.