1 @core @core_grades @gradereport_user
2 Feature: We can use the user report
4 I browse to the User report
7 Given the following "courses" exist:
8 | fullname | shortname | category |
11 Scenario: Verify we can view a user grade report with no users enrolled.
12 Given I log in as "admin"
13 And I am on site homepage
14 And I follow "Course 1"
15 And I navigate to "Grades" node in "Course administration"
16 And I select "User report" from the "Grade report" singleselect
18 And I select "All users (0)" from the "Select all or one user" singleselect
19 And I click on "Go" "button" in the "#choosegradeuser" "css_element"
20 Then I should see "No students enrolled in this course yet"