Skip to content
Snippets Groups Projects
Commit 1cef5827 authored by Muddasser's avatar Muddasser
Browse files

Merge pull request #11829 from edx/muddasser/lms/data_download

Partially covered in bokchoy at lms/test_lms_instructor_dashboard.py:DataDownloadsTest 
parents c9f8682a 79c5a792
No related merge requests found
......@@ -35,21 +35,3 @@ Feature: LMS.Instructor Dash Data Download
| Role |
| instructor |
| staff |
Scenario: Generate & download a grade report
Given I am "<Role>" for a course
When I click "Generate Grade Report"
Then I see a grade report csv file in the reports table
Examples:
| Role |
| instructor |
| staff |
Scenario: Generate & download a student profile report
Given I am "<Role>" for a course
When I click "Download profile information as a CSV"
Then I see a student profile csv file in the reports table
Examples:
| Role |
| instructor |
| staff |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment