Removed duplicate lettuce test from data_download.feature

This commit is contained in:
Muddasser
2016-03-17 14:39:40 +05:00
parent 9b8ff773ee
commit 79c5a792e8

View File

@@ -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 |