mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-67424 report_outline: behat user report with a no-grade forum
This commit is contained in:
parent
77d1c41502
commit
56d5a50483
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user