Skip to content

Commit b05502f

Browse files
committed
Misc trivia (white space changes to behat tests + a rebuilt authorform.min.js.map)
1 parent 0ec7e03 commit b05502f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

amd/build/authorform.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/behat/check_python_template_params.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Feature: Check that Python and other languages can be used instead of Twig as a
2626
| contextlevel | reference | name |
2727
| Activity module | quiz1 | Test questions |
2828

29-
Scenario: if evaluate per student is true, both teacher and student should be able to answer with their own names
29+
Scenario: if evaluate per student is true, both teacher and student should be able to answer with their own names
3030
When I am on the "Quiz 1" "mod_quiz > Edit" page logged in as "teacher1"
3131
And I disable UI plugins in the CodeRunner question type
3232
And I open the "last" add to quiz menu
@@ -74,7 +74,7 @@ Scenario: if evaluate per student is true, both teacher and student should be ab
7474
Then I should see "Write a program that prints True if seed parameter provided, then Student First O'Connell"
7575
And I should see "Passed all tests"
7676

77-
Scenario: if evaluate per student is unchecked, the teacher's name is displayed not the student's.
77+
Scenario: if evaluate per student is unchecked, the teacher's name is displayed not the student's.
7878
When I am on the "Quiz 1" "mod_quiz > Edit" page logged in as "teacher1"
7979
And I disable UI plugins in the CodeRunner question type
8080
And I open the "last" add to quiz menu

tests/behat/check_twig_quiz_variable.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ Feature: Check the QUIZ Twig variable allows access to the current quiz name and
5454
And I am on the "Test quiz" "quiz activity" page logged in as student1
5555
And I press "Attempt quiz"
5656
Then I should see "Quiz is Test quiz, tags are [\"one\",\"two\"]"
57-

0 commit comments

Comments
 (0)