11 lines
404 B
Gherkin
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
|