MOBILE-3954 behat: Adapt changes on storage manager
parent
ee2b6e7075
commit
1efc0c52b7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue