Skip to content

Commit 4740cc1

Browse files
authored
Merge pull request #4732 from dpalou/MOBILE-4974
MOBILE-4974 behat: Prepare Scenarios for MDL-87544 and MDL-87545
2 parents da33310 + ec9e1fe commit 4740cc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/core/features/mainmenu/tests/behat/mainmenu.feature

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
Feature: Main Menu opens the right page
33

44
Background:
5-
Given the following "users" exist:
5+
# 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:
610
| username |
711
| student |
812
And the following "courses" exist:

0 commit comments

Comments
 (0)