MOBILE-3954 behat: Adapt changes on storage manager

main
Pau Ferrer Ocaña 2022-02-04 09:31:57 +01:00
parent ee2b6e7075
commit 1efc0c52b7
4 changed files with 8 additions and 8 deletions

View File

@ -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 | | 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 When I enter the course "Course 1" as "student1" in the app
And I press "Display options" 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 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 Then I should find "Downloaded" within "Test single choice name" "ion-item" in the app
And I press the back button in the app And I press the back button in the app

View File

@ -183,7 +183,7 @@ Feature: Test basic usage of forum activity in app
When I press the back button in the app When I press the back button in the app
And I press "Display options" 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 "Download" within "Test forum name" "ion-item" in the app
And I press the back button in the app And I press the back button in the app
And I press "Test forum name" 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 When I press the back button in the app
And I press "Display options" 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 "Download" within "Test forum name" "ion-item" in the app
And I press the back button in the app And I press the back button in the app
And I press "Test forum name" 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 "Post to forum" in the app
And I press the back button in the app And I press the back button in the app
And I press "Display options" 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 "Download" within "Test forum name" "ion-item" in the app
And I press the back button in the app And I press the back button in the app
And I press "Test forum name" 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 When I press the back button in the app
And I press "Display options" 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 "Download" within "Test forum name" "ion-item" in the app
Then I should find "Downloaded" 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 And I press the back button in the app

View File

@ -375,7 +375,7 @@ Feature: Test basic usage of survey activity in app
| survey | Test survey critical incidents | Test survey1 | 5 | C1 | survey1 | 0 | | survey | Test survey critical incidents | Test survey1 | 5 | C1 | survey1 | 0 |
When I enter the course "Course 1" as "student1" in the app When I enter the course "Course 1" as "student1" in the app
And I press "Display options" 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 "cloud download" near "Test survey critical incidents" in the app
And I press the back button in the app And I press the back button in the app
And I switch offline mode to "true" And I switch offline mode to "true"

View File

@ -35,7 +35,7 @@ Feature: It navigates properly within settings.
And I press "Preferences" in the app And I press "Preferences" in the app
Then I should find "Messages" in the app Then I should find "Messages" in the app
And I should find "Notifications" 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 # Preferences details
When I press "Messages" in the app When I press "Messages" in the app
@ -72,7 +72,7 @@ Feature: It navigates properly within settings.
And I press "Preferences" in the app And I press "Preferences" in the app
Then I should find "Messages" in the app Then I should find "Messages" in the app
And I should find "Notifications" 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 "Messages" should be selected in the app
And I should find "Accept messages from" in the app And I should find "Accept messages from" in the app
And I should find "Notification preferences" in the app And I should find "Notification preferences" in the app