Skip to content

Commit

Permalink
Test: Behat scenario 'Show hint for self enrolment without an enrolme…
Browse files Browse the repository at this point in the history
…nt key' was broken, solves moodle-an-hochschulen#398.
  • Loading branch information
abias committed Sep 25, 2023
1 parent 10283b5 commit d3cfb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2023-09-24 - Test: Behat scenario 'Show hint for self enrolment without an enrolment key' was broken, solves #398.
* 2023-09-22 - Improvement: Reuse Moodle core function remove_dir(), solves #369.

### v4.2-r2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Feature: Configuring the theme_boost_union plugin for the "Courses" tab on the "
And ".course-hint-selfenrol" "css_element" should exist
When I click on "Self enrolment (Student)" "link" in the ".course-hint-selfenrol" "css_element"
And I set the following fields to these values:
| Allow new enrolments | 0 |
| Allow new self enrolments | 0 |
And I press "Save changes"
And I am on "Course 1" course homepage
Then I should not see "This course is currently visible to everyone and self enrolment without an enrolment key is"
Expand Down

0 comments on commit d3cfb04

Please sign in to comment.