From ca2977ab5fb30b4f590ab8d1665302fd14116c1b Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Wed, 9 Apr 2014 10:17:56 -0400 Subject: [PATCH] Fix video feature name so the test results roll up correctly --- lms/djangoapps/courseware/features/video.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/features/video.feature b/lms/djangoapps/courseware/features/video.feature index 3f9c682425..78515f2acc 100644 --- a/lms/djangoapps/courseware/features/video.feature +++ b/lms/djangoapps/courseware/features/video.feature @@ -1,5 +1,5 @@ @shard_2 -Feature: LMS Video component +Feature: LMS.Video component As a student, I want to view course videos in LMS # 1 Disabled 4/8/14 after intermittent failures in master