[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 @core @core_grades @gradereport_user 2 Feature: We can use the user report 3 As a user 4 I browse to the User report 5 6 Background: 7 Given the following "courses" exist: 8 | fullname | shortname | category | 9 | Course 1 | C1 | 0 | 10 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 17 And I select "All users (0)" from the "Select all or one user" singleselect 18 Then I should see "No students enrolled in this course yet"
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |