From 79c5a792e867c9a42d9fbd71f4e260bb18b9bf69 Mon Sep 17 00:00:00 2001
From: Muddasser <muddasser1991@yahoo.com>
Date: Thu, 17 Mar 2016 14:39:40 +0500
Subject: [PATCH] Removed duplicate lettuce test from data_download.feature

---
 .../instructor/features/data_download.feature  | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/lms/djangoapps/instructor/features/data_download.feature b/lms/djangoapps/instructor/features/data_download.feature
index f83f785226d..2cd75bc15db 100644
--- a/lms/djangoapps/instructor/features/data_download.feature
+++ b/lms/djangoapps/instructor/features/data_download.feature
@@ -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         |
-- 
GitLab