We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da33310 + ec9e1fe commit 4740cc1Copy full SHA for 4740cc1
src/core/features/mainmenu/tests/behat/mainmenu.feature
@@ -2,7 +2,11 @@
2
Feature: Main Menu opens the right page
3
4
Background:
5
- Given the following "users" exist:
+ # These 2 settings are needed in Moodle 5.2+, in previous versions they're ignored.
6
+ Given the following config values are set as admin:
7
+ | enablemyhome | 1 |
8
+ | enablemycourses | 1 |
9
+ And the following "users" exist:
10
| username |
11
| student |
12
And the following "courses" exist:
0 commit comments