Skip to content

Commit

Permalink
MDL-67424 report_outline: behat user report with a no-grade forum
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Jan 15, 2020
1 parent 77d1c41 commit 56d5a50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions report/outline/tests/behat/user.feature
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,17 @@ Feature: View the user page for the outline report
When I follow "Complete report"
And I should see "4 views"
And I should see "3 views"

Scenario: View the user complete report page when there is a no-grade forum
Given the following "activities" exist:
| activity | name | description | course | idnumber |
| forum | forum1 | C1 first forum | C1 | forum1 |
And I am on "Course 1" course homepage
When I follow "Participants"
And I follow "Student 1"
And I follow "Outline report"
Then I should see "Outline report"
When I follow "Participants"
And I follow "Student 1"
And I follow "Complete report"
Then I should see "Complete report"

0 comments on commit 56d5a50

Please sign in to comment.