Files
edx-platform/lms/djangoapps/courseware/features/lti.feature
Valera Rozuvan d02ef8bc12 Add Learning Tools Interoperability (LTI) blade.
LTI blade allows to include LTI components to courses.
Python integration, Jasmine and acceptance tests are included.
2013-09-09 23:54:49 +03:00

17 lines
714 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 correct LTI credentials
And the course has an LTI component with incorrect fields
Then I view the LTI and it is not rendered
Scenario: LTI component in LMS is rendered
Given the course has correct LTI credentials
And the course has an LTI component filled with correct fields
Then I view the LTI and it is rendered
Scenario: LTI component in LMS is rendered incorrectly
Given the course has incorrect LTI credentials
And the course has an LTI component filled with correct fields
Then I view the LTI but incorrect_signature warning is rendered