diff --git a/mod/choice/tests/behat/app_basic_usage.feature b/mod/choice/tests/behat/app_basic_usage.feature index abd199c27..2f0fd786d 100755 --- a/mod/choice/tests/behat/app_basic_usage.feature +++ b/mod/choice/tests/behat/app_basic_usage.feature @@ -133,7 +133,7 @@ Feature: Test basic usage of choice activity in app | choice | Test single choice name | Test single choice description | C1 | choice1 | Option 1, Option 2, Option 3 | 0 | 0 | 1 | When I enter the course "Course 1" as "student1" in the app And I press "Display options" in the app - And I press "Manage course storage" in the app + And I press "Course downloads" in the app And I press "Download" within "Test single choice name" "ion-item" in the app Then I should find "Downloaded" within "Test single choice name" "ion-item" in the app And I press the back button in the app diff --git a/mod/forum/tests/behat/app_basic_usage.feature b/mod/forum/tests/behat/app_basic_usage.feature index 12eaf072d..6e7a2b55d 100755 --- a/mod/forum/tests/behat/app_basic_usage.feature +++ b/mod/forum/tests/behat/app_basic_usage.feature @@ -183,7 +183,7 @@ Feature: Test basic usage of forum activity in app When I press the back button in the app And I press "Display options" in the app - And I press "Manage course storage" in the app + And I press "Course downloads" in the app And I press "Download" within "Test forum name" "ion-item" in the app And I press the back button in the app And I press "Test forum name" in the app @@ -210,7 +210,7 @@ Feature: Test basic usage of forum activity in app When I press the back button in the app And I press "Display options" in the app - And I press "Manage course storage" in the app + And I press "Course downloads" in the app And I press "Download" within "Test forum name" "ion-item" in the app And I press the back button in the app And I press "Test forum name" in the app @@ -289,7 +289,7 @@ Feature: Test basic usage of forum activity in app And I press "Post to forum" in the app And I press the back button in the app And I press "Display options" in the app - And I press "Manage course storage" in the app + And I press "Course downloads" in the app And I press "Download" within "Test forum name" "ion-item" in the app And I press the back button in the app And I press "Test forum name" in the app @@ -368,7 +368,7 @@ Feature: Test basic usage of forum activity in app When I press the back button in the app And I press "Display options" in the app - And I press "Manage course storage" in the app + And I press "Course downloads" in the app And I press "Download" within "Test forum name" "ion-item" in the app Then I should find "Downloaded" within "Test forum name" "ion-item" in the app And I press the back button in the app diff --git a/mod/survey/tests/behat/app_basic_usage.feature b/mod/survey/tests/behat/app_basic_usage.feature index fdbc42998..09a72b533 100755 --- a/mod/survey/tests/behat/app_basic_usage.feature +++ b/mod/survey/tests/behat/app_basic_usage.feature @@ -375,7 +375,7 @@ Feature: Test basic usage of survey activity in app | survey | Test survey critical incidents | Test survey1 | 5 | C1 | survey1 | 0 | When I enter the course "Course 1" as "student1" in the app And I press "Display options" in the app - And I press "Manage course storage" in the app + And I press "Course downloads" in the app And I press "cloud download" near "Test survey critical incidents" in the app And I press the back button in the app And I switch offline mode to "true" diff --git a/tests/behat/settings_navigation.feature b/tests/behat/settings_navigation.feature index 2837c1171..fea11957a 100644 --- a/tests/behat/settings_navigation.feature +++ b/tests/behat/settings_navigation.feature @@ -35,7 +35,7 @@ Feature: It navigates properly within settings. And I press "Preferences" in the app Then I should find "Messages" in the app And I should find "Notifications" in the app - And I should find "Space usage" in the app + And I should find "Manage downloads" in the app # Preferences details When I press "Messages" in the app @@ -72,7 +72,7 @@ Feature: It navigates properly within settings. And I press "Preferences" in the app Then I should find "Messages" in the app And I should find "Notifications" in the app - And I should find "Space usage" in the app + And I should find "Manage downloads" in the app And "Messages" should be selected in the app And I should find "Accept messages from" in the app And I should find "Notification preferences" in the app