Files
edx-platform/lms/djangoapps/courseware/features/lti.feature
Alexander Kryklia f45eddc1cb Fix
2013-09-09 19:16:17 +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