Skip to content

Commit 66a857c

Browse files
committed
CTP-3560 fix newlines
1 parent 75db391 commit 66a857c

File tree

35 files changed

+9
-111
lines changed

35 files changed

+9
-111
lines changed

tests/behat/allocation_automatic_equal_assessor_allocations.feature

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ Feature: Automatic equal assessor allocations
3333
And I log in as the teacher
3434
And I visit the coursework page
3535
Then I should see the student's name on the page
36-
37-
38-
39-
40-

tests/behat/allocation_automatic_interacting_with_manual_allocations.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ Feature: Automatically allocations interacting with manually allocated students
3434
And I press "Apply"
3535
When I visit the allocations page
3636
Then I should see the student allocated to the other teacher for the first assessor
37-

tests/behat/allocation_automatic_percentage_assessor_allocations.feature

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ Feature: Automatic percentage assessor allocations
3737
And I log in as the teacher
3838
And I visit the coursework page
3939
Then I should not see the student's name on the page
40-
41-
42-
43-

tests/behat/allocation_visibility_of_all_students_capability.feature

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,3 @@ Feature: View of all students: allocated and non allocated students
3838
And I visit the coursework page
3939
And I click show all students button
4040
Then I should see another student's name on the page
41-
42-
43-
44-
45-
46-
47-
48-

tests/behat/allocation_visibility_of_allocated_students.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Feature: Visibility of allocated students
2626
And I log out
2727
And I log in as the teacher
2828
And I visit the coursework page
29-
Then I should see the student's name on the page
29+
Then I should see the student's name on the page

tests/behat/automatic_agreement.feature

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,3 @@ Feature: Automatic agreement for simple grades
3737
And I click on the new feedback button for assessor 2
3838
And I grade the submission as 63 using the simple form
3939
Then I should see the final grade as 67 on the multiple marker page
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-

tests/behat/blind_marking_visibiilty_for_agreed_graders_with_blind_marking.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ Feature: visibility of agreed graders with blind marking
3030
And I visit the coursework page
3131
When I click on the view icon for the first initial assessor's grade
3232
Then I should see the first initial assessors grade and comment
33-

tests/behat/blind_marking_visibiilty_for_agreed_graders_without_blind_marking.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Feature: visibility of agreed graders without blind marking
3030
And I am logged in as the other teacher
3131
And I visit the coursework page
3232
When I click on the view icon for the first initial assessor's grade
33-
Then I should see the first initial assessors grade and comment
33+
Then I should see the first initial assessors grade and comment

tests/behat/blind_marking_visibility_for_teachers_with_blind_marking.feature

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ Feature: Visibility for teachers with blind marking
3636
And I am logged in as the other teacher
3737
When I visit the coursework page
3838
Then I should not see the grade from the teacher in the assessor table
39-
40-
41-

tests/behat/blind_marking_visibility_for_teachers_without_blind_marking.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ Feature: visibility for teachers without blind marking
3636
And I am logged in as the other teacher
3737
When I visit the coursework page
3838
Then I should see the grade from the teacher in the assessor table
39-

0 commit comments

Comments
 (0)