MDL-67424 report_outline: behat user report with a no-grade forum

This commit is contained in:
Shamim Rezaie 2020-01-16 02:24:33 +11:00
parent 77d1c41502
commit 56d5a50483

View File

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