MOBILE-4069 behat: Add missing refresh gestures
parent
595b574ea1
commit
ae63c71d42
|
@ -73,7 +73,9 @@ Feature: Test basic usage of courses in app
|
|||
When I press "Open block drawer" in the app
|
||||
And I press "Grade" in the app
|
||||
Then the header should be "assignment" in the app
|
||||
And I should find "Test assignment description" in the app
|
||||
|
||||
When I pull to refresh in the app
|
||||
Then I should find "Test assignment description" in the app
|
||||
And I should find "Time remaining" in the app
|
||||
|
||||
When I press "Needs grading" in the app
|
||||
|
|
|
@ -118,7 +118,9 @@ Feature: Test basic usage of courses in app
|
|||
When I press "Open block drawer" in the app
|
||||
And I press "Grade" in the app
|
||||
Then the header should be "assignment" in the app
|
||||
And I should find "Test assignment description" in the app
|
||||
|
||||
When I pull to refresh in the app
|
||||
Then I should find "Test assignment description" in the app
|
||||
And I should find "Time remaining" in the app
|
||||
|
||||
When I press "Needs grading" in the app
|
||||
|
|
Loading…
Reference in New Issue