@@ -41,15 +41,15 @@ Feature: Main Menu opens the right page
4141 @lms_from4.5
4242 Scenario : Opens right main menu tab when defaulthomepage is set to a custom URL that belongs to a tab
4343 Given the following config values are set as admin:
44- | defaulthomepage | # wwwroot # /message /index .php |
44+ | defaulthomepage | /message /index .php |
4545 And I entered the app as "student"
4646 Then "Messages" "ion-tab-button" should be selected in the app
4747 And I should find "Contacts" in the app
4848
4949 @lms_from4.5
5050 Scenario : Opens new page when defaulthomepage is set to a custom URL
5151 Given the following config values are set as admin:
52- | defaulthomepage | # wwwroot # /badges /mybadges .php |
52+ | defaulthomepage | /badges /mybadges .php |
5353 And I entered the app as "student"
5454 Then I should find "Badges" in the app
5555 And I should find "There are currently no badges" in the app
@@ -61,7 +61,7 @@ Feature: Main Menu opens the right page
6161 @lms_from4.5
6262 Scenario : defaulthomepage ignored if it's set to a custom URL not supported by the app
6363 Given the following config values are set as admin:
64- | defaulthomepage | # wwwroot # /foo /bar .php |
64+ | defaulthomepage | /foo /bar .php |
6565 And I entered the app as "student"
6666 Then "My courses" "ion-tab-button" should be selected in the app
6767 And I should find "Course 1" in the app
0 commit comments