Commit 3b37e0c1 by Will Daly

Fixed incorrect videoalpha template name

parent e76ef3aa
...@@ -50,7 +50,7 @@ def add_video_to_course(course): ...@@ -50,7 +50,7 @@ def add_video_to_course(course):
def add_videoalpha_to_course(course): def add_videoalpha_to_course(course):
template_name = 'i4x://edx/templates/videoalpha/default' template_name = 'i4x://edx/templates/videoalpha/Video_Alpha_1'
world.ItemFactory.create(parent_location=section_location(course), world.ItemFactory.create(parent_location=section_location(course),
template=template_name, template=template_name,
display_name='Video Alpha 1') display_name='Video Alpha 1')
Feature: Video Alpha component
As a student, I want to view course videos in LMS.
Scenario: Autoplay is enabled in LMS
Given the course has a Video component
Then when I view the video it has autoplay enabled
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment