MOBILE-3352 behat: Behat basic test for assignment

main
David Castellón 2020-02-20 10:38:18 +01:00
parent 0b8fc262ba
commit bb3d7e8046
1 changed files with 3 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Feature: Test basic usage of assignment activity in app
And I should see "Submission test 2 attempt" And I should see "Submission test 2 attempt"
@app @3.8.0 @OK @app @3.8.0 @OK
Scenario: Add submission offline (online text) Scenario: Add submission offline (online text), submit for grading offline and sync submissions
When I enter the app When I enter the app
And I log in as "student1" And I log in as "student1"
Then the header should be "Acceptance test site" in the app Then the header should be "Acceptance test site" in the app
@ -156,6 +156,8 @@ Feature: Test basic usage of assignment activity in app
And I switch offline mode to "false" And I switch offline mode to "false"
And I press the back button in the app And I press the back button in the app
And I press "assignment1" in the app And I press "assignment1" in the app
And I press "Display options" in the app
And I press "Refresh" in the app
Then I should not see "This Assignment has offline data to be synchronised." Then I should not see "This Assignment has offline data to be synchronised."
And I should see "Submitted for grading" And I should see "Submitted for grading"