MOBILE-4069 behat: Add missing refresh gestures

main
Noel De Martin 2022-08-02 11:45:00 +02:00
parent 595b574ea1
commit ae63c71d42
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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