Files
edx-platform/lms/djangoapps/courseware/features/video.feature
Will Daly e76ef3aa31 Combined video and videoalpha acceptance tests.
Resolved conflict between two steps with the same name.
2013-06-20 07:40:12 -04:00

11 lines
404 B
Gherkin

Feature: Video component
As a student, I want to view course videos in LMS.
Scenario: Autoplay is enabled in LMS for a Video component
Given the course has a Video component
Then when I view the video it has autoplay enabled
Scenario: Autoplay is enabled in the LMS for a VideoAlpha component
Given the course has a VideoAlpha component
Then when I view the video it has autoplay enabled