Files
edx-platform/lms/djangoapps/courseware/features/annotatable.feature
2014-09-29 13:12:06 +05:00

10 lines
399 B
Gherkin

@shard_2
Feature: LMS.Annotatable Component
As a student, I want to view an Annotatable component in the LMS
Scenario: An Annotatable component can be rendered in the LMS
Given that a course has an annotatable component with 2 annotations
When I view the annotatable component
Then the annotatable component has rendered
And the annotatable component has 2 highlighted passages