Skip to content
Snippets Groups Projects
Commit ca045aaa authored by Minh-Tue Vo's avatar Minh-Tue Vo
Browse files

Merge pull request #4139 from edx/mvo/removing-dots

Removing dot in scenario names
parents b835ccf9 ae9955b2
No related merge requests found
......@@ -79,7 +79,7 @@ Feature: LMS.LTI component
And I see graph with total progress "5%"
#9
Scenario: Graded LTI component in LMS is correctly works with LTI2.0 PUT callback
Scenario: Graded LTI component in LMS is correctly works with LTI2v0 PUT callback
Given the course has correct LTI credentials with registered Instructor
And the course has an LTI component with correct fields:
| open_in_a_new_page | weight | is_graded | has_score |
......@@ -98,7 +98,7 @@ Feature: LMS.LTI component
Then I see LTI component feedback with text "This is awesome."
#10
Scenario: Graded LTI component in LMS is correctly works with LTI2.0 PUT delete callback
Scenario: Graded LTI component in LMS is correctly works with LTI2v0 PUT delete callback
Given the course has correct LTI credentials with registered Instructor
And the course has an LTI component with correct fields:
| open_in_a_new_page | weight | is_graded | has_score |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment