MOBILE-3833 assignment: Update submissions order
parent
e8aaf2c158
commit
a3910f141f
|
@ -56,20 +56,20 @@ Feature: Test assignments navigation
|
||||||
But I should not find "Second Student" in the app
|
But I should not find "Second Student" in the app
|
||||||
And I should not find "Third Student" in the app
|
And I should not find "Third Student" in the app
|
||||||
|
|
||||||
|
When I swipe to the left in the app
|
||||||
|
Then I should find "Second Student" in the app
|
||||||
|
But I should not find "First Student" in the app
|
||||||
|
And I should not find "Third Student" in the app
|
||||||
|
|
||||||
When I swipe to the left in the app
|
When I swipe to the left in the app
|
||||||
Then I should find "Third Student" in the app
|
Then I should find "Third Student" in the app
|
||||||
But I should not find "First Student" in the app
|
But I should not find "First Student" in the app
|
||||||
And I should not find "Second Student" in the app
|
And I should not find "Second Student" in the app
|
||||||
|
|
||||||
When I swipe to the left in the app
|
When I swipe to the left in the app
|
||||||
Then I should find "Second Student" in the app
|
Then I should find "Third Student" in the app
|
||||||
But I should not find "First Student" in the app
|
But I should not find "First Student" in the app
|
||||||
And I should not find "Third Student" in the app
|
And I should not find "Second Student" in the app
|
||||||
|
|
||||||
When I swipe to the left in the app
|
|
||||||
Then I should find "Second Student" in the app
|
|
||||||
But I should not find "First Student" in the app
|
|
||||||
And I should not find "Third Student" in the app
|
|
||||||
|
|
||||||
# Drafts
|
# Drafts
|
||||||
When I press the back button in the app
|
When I press the back button in the app
|
||||||
|
@ -133,21 +133,21 @@ Feature: Test assignments navigation
|
||||||
And I should find "Third Student" in the app
|
And I should find "Third Student" in the app
|
||||||
But I should not find "First Student" in the app
|
But I should not find "First Student" in the app
|
||||||
|
|
||||||
When I press "Third Student" in the app
|
When I press "Second Student" in the app
|
||||||
And I swipe to the right in the app
|
And I swipe to the right in the app
|
||||||
|
Then I should find "Second Student" in the app
|
||||||
|
But I should not find "First Student" in the app
|
||||||
|
And I should not find "Third Student" in the app
|
||||||
|
|
||||||
|
When I swipe to the left in the app
|
||||||
Then I should find "Third Student" in the app
|
Then I should find "Third Student" in the app
|
||||||
But I should not find "First Student" in the app
|
But I should not find "First Student" in the app
|
||||||
And I should not find "Second Student" in the app
|
And I should not find "Second Student" in the app
|
||||||
|
|
||||||
When I swipe to the left in the app
|
When I swipe to the left in the app
|
||||||
Then I should find "Second Student" in the app
|
Then I should find "Third Student" in the app
|
||||||
But I should not find "First Student" in the app
|
But I should not find "First Student" in the app
|
||||||
And I should not find "Third Student" in the app
|
And I should not find "Second Student" in the app
|
||||||
|
|
||||||
When I swipe to the left in the app
|
|
||||||
Then I should find "Second Student" in the app
|
|
||||||
But I should not find "First Student" in the app
|
|
||||||
And I should not find "Third Student" in the app
|
|
||||||
|
|
||||||
Scenario: Tablet navigation
|
Scenario: Tablet navigation
|
||||||
Given I enter the course "Course 1" as "teacher1" in the app
|
Given I enter the course "Course 1" as "teacher1" in the app
|
||||||
|
@ -212,13 +212,13 @@ Feature: Test assignments navigation
|
||||||
And I press "Group 2" in the app
|
And I press "Group 2" in the app
|
||||||
Then I should find "Second Student" in the app
|
Then I should find "Second Student" in the app
|
||||||
And I should find "Third Student" in the app
|
And I should find "Third Student" in the app
|
||||||
And "Third Student" near "Second Student" should be selected in the app
|
And "Second Student" near "Third Student" should be selected in the app
|
||||||
And I should find "Third Student" inside the split-view content in the app
|
|
||||||
But I should not find "First Student" in the app
|
|
||||||
And I should not find "Second Student" inside the split-view content in the app
|
|
||||||
|
|
||||||
When I press "Second Student" in the app
|
|
||||||
Then "Second Student" near "Third Student" should be selected in the app
|
|
||||||
And I should find "Second Student" inside the split-view content in the app
|
And I should find "Second Student" inside the split-view content in the app
|
||||||
But I should not find "Third Student" inside the split-view content in the app
|
But I should not find "First Student" in the app
|
||||||
|
And I should not find "Third Student" inside the split-view content in the app
|
||||||
|
|
||||||
|
When I press "Third Student" in the app
|
||||||
|
Then "Third Student" near "Second Student" should be selected in the app
|
||||||
|
And I should find "Third Student" inside the split-view content in the app
|
||||||
|
But I should not find "Second Student" inside the split-view content in the app
|
||||||
And I should not find "First Student" in the app
|
And I should not find "First Student" in the app
|
||||||
|
|
Loading…
Reference in New Issue