Skip to content

Commit

Permalink
MDL-70972 format_singleactivity: Apply new behavior to behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Jun 4, 2024
1 parent 966f354 commit 8c7892c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Feature: Courses can be created in Single Activity mode
| moodle/course:manageactivities | allow |
| moodle/course:viewparticipants | allow |
| moodle/role:assign | allow |
| mod/quiz:addinstance | allow |
When I log in as "kevin"
And I am on site homepage
And I press "Add a new course"
Expand All @@ -31,6 +30,7 @@ Feature: Courses can be created in Single Activity mode
| Format | Single activity format |
And I press "Update format"
Then I should see "Quiz" in the "Type of activity" "field"
And I should not see "Forum" in the "Type of activity" "field"
And I should see "Forum" in the "Type of activity" "field"
And I set the field "Type of activity" to "Quiz"
And I press "Save and display"
And I should see "Adding a new Quiz"

0 comments on commit 8c7892c

Please sign in to comment.