Fix
This commit is contained in:
@@ -11,7 +11,7 @@ Feature: LTI component
|
||||
And the course has a LTI component filled with correct fields
|
||||
Then I view the LTI and it is rendered
|
||||
|
||||
Scenario: LTI component in LMS is rendered incorreclty
|
||||
Scenario: LTI component in LMS is rendered incorrectly
|
||||
Given the course has a incorrect LTI credentials
|
||||
And the course has a LTI component filled with correct fields
|
||||
Then I view the LTI but incorrect_signature warning is rendered
|
||||
@@ -3,7 +3,7 @@
|
||||
from django.contrib.auth.models import User
|
||||
from lettuce import world, step
|
||||
from lettuce.django import django_url
|
||||
from common import section_location, course_id
|
||||
from common import course_id
|
||||
|
||||
from student.models import CourseEnrollment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user