@@ -6,7 +6,7 @@ Feature: Tests all use-cases of the Evasys-block
6
6
| username | firstname | lastname | email |
7
7
| teacher1 | Teacher | 1 | teacher1 @example .com |
8
8
| student1 | Student | 1 | student1 @example .com |
9
- | tutor1 | Tutor | 1 | tutor1 @example .com |
9
+ | tutor1 | Tutor | 1 | tutor1 @example .com |
10
10
And the following "courses" exist:
11
11
| fullname | shortname | category |
12
12
| Course 1 | C1 | 0 |
@@ -28,7 +28,7 @@ Feature: Tests all use-cases of the Evasys-block
28
28
And I turn editing mode off
29
29
Then I should see "Change mapping"
30
30
And I should not see "Name:"
31
- And I should not see "IdnumberSurvey"
31
+ And I should not see "IdnumberSurvey"
32
32
And I should not see "DynamicSurvey"
33
33
34
34
Scenario : If there is no standardtimemode I should not see the option to use it
@@ -161,7 +161,7 @@ And I should not see "IdnumberSurvey"
161
161
And only tutors enrolled in course C1
162
162
And there is no idnumber mapped to course C1
163
163
And only invalid mappings are present for course C1
164
- And the internal state of course C1 is "closed "
164
+ And the internal state of course C1 is "notopened "
165
165
And I turn editing mode on
166
166
And I add the "EvaSys Sync" block
167
167
And I turn editing mode off
@@ -673,7 +673,7 @@ And I should not see "IdnumberSurvey"
673
673
And only tutors enrolled in course C1
674
674
And the idnumber for course C1 is invalid
675
675
And no courses are mapped to course C1
676
- And the internal state of course C1 is "closed "
676
+ And the internal state of course C1 is "notopened "
677
677
And I turn editing mode on
678
678
And I add the "EvaSys Sync" block
679
679
And I turn editing mode off
@@ -837,7 +837,7 @@ And I should not see "IdnumberSurvey"
837
837
And only tutors enrolled in course C1
838
838
And the idnumber for course C1 is invalid
839
839
And only invalid mappings are present for course C1
840
- And the internal state of course C1 is "closed "
840
+ And the internal state of course C1 is "notopened "
841
841
And I turn editing mode on
842
842
And I add the "EvaSys Sync" block
843
843
And I turn editing mode off
@@ -1010,7 +1010,7 @@ And I should not see "IdnumberSurvey"
1010
1010
And students enrolled in course C1
1011
1011
And there is no idnumber mapped to course C1
1012
1012
And only invalid mappings are present for course C1
1013
- And the internal state of course C1 is "notopened"
1013
+ And there is no internal record of course C1
1014
1014
And I turn editing mode on
1015
1015
And I add the "EvaSys Sync" block
1016
1016
And I turn editing mode off
@@ -1584,7 +1584,7 @@ And I should not see "IdnumberSurvey"
1584
1584
And students enrolled in course C1
1585
1585
And the idnumber for course C1 is invalid
1586
1586
And no courses are mapped to course C1
1587
- And the internal state of course C1 is "notopened"
1587
+ And there is no internal record of course C1
1588
1588
And I turn editing mode on
1589
1589
And I add the "EvaSys Sync" block
1590
1590
And I turn editing mode off
@@ -1729,7 +1729,7 @@ And I should not see "IdnumberSurvey"
1729
1729
And students enrolled in course C1
1730
1730
And the idnumber for course C1 is invalid
1731
1731
And only invalid mappings are present for course C1
1732
- And the internal state of course C1 is "notopened"
1732
+ And there is no internal record of course C1
1733
1733
And I turn editing mode on
1734
1734
And I add the "EvaSys Sync" block
1735
1735
And I turn editing mode off
0 commit comments