Skip to content

Commit 73307cc

Browse files
committed
MOBILE-4616 core: Fix behats after MDL-83296 change
1 parent a0cf5bf commit 73307cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)