Files
edx-platform/lms/djangoapps/courseware/features/lti.feature
2013-09-09 19:13:20 +03:00

11 lines
379 B
Gherkin

Feature: LTI component
As a student, I want to view LTI component in LMS.
Scenario: LTI component in LMS is not rendered
Given the course has a LTI component with empty fields
Then I view the LTI and it is not rendered
Scenario: LTI component in LMS is rendered
Given the course has a LTI component filled with correct data
Then I view the LTI and it is rendered