Bokchoy tests for Instructor dashboard data download tab
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
@shard_2
|
||||
Feature: LMS.Instructor Dash Data Download
|
||||
As an instructor or course staff,
|
||||
In order to manage my class
|
||||
I want to view and download data information about my students.
|
||||
|
||||
### todos when more time can be spent on instructor dashboard
|
||||
#Scenario: Download profile information as a CSV
|
||||
#Scenario: Download student anonymized IDs as a CSV
|
||||
## Need to figure out how to assert csvs will download without actually downloading them
|
||||
|
||||
Scenario: List enrolled students' profile information
|
||||
Given I am "<Role>" for a course
|
||||
When I click "List enrolled students' profile information"
|
||||
Then I see a table of student profiles
|
||||
Examples:
|
||||
| Role |
|
||||
| instructor |
|
||||
| staff |
|
||||
|
||||
Scenario: List enrolled students' profile information for a large course
|
||||
Given I am "<Role>" for a very large course
|
||||
When I visit the "Data Download" tab
|
||||
Then I do not see a button to 'List enrolled students' profile information'
|
||||
Examples:
|
||||
| Role |
|
||||
| instructor |
|
||||
| staff |
|
||||
|
||||
Scenario: View the grading configuration
|
||||
Given I am "<Role>" for a course
|
||||
When I click "Grading Configuration"
|
||||
Then I see the grading configuration for the course
|
||||
Examples:
|
||||
| Role |
|
||||
| instructor |
|
||||
| staff |
|
||||
@@ -159,6 +159,9 @@ FEATURES['RESTRICT_AUTOMATIC_AUTH'] = False
|
||||
# Open up endpoint for faking Software Secure responses
|
||||
FEATURES['ENABLE_SOFTWARE_SECURE_FAKE'] = True
|
||||
|
||||
# Disable instructor dash buttons for downloading course data when enrollment exceeds this number
|
||||
FEATURES['MAX_ENROLLMENT_INSTR_BUTTONS'] = 4
|
||||
|
||||
FEATURES['ENABLE_ENROLLMENT_TRACK_USER_PARTITION'] = True
|
||||
|
||||
########################### Entrance Exams #################################
|
||||
|
||||
Reference in New Issue
Block a user