@@ -6,7 +6,7 @@ Feature: Tests all use-cases of the Evasys-block
66 | username | firstname | lastname | email |
77 | teacher1 | Teacher | 1 | teacher1 @example .com |
88 | student1 | Student | 1 | student1 @example .com |
9- | tutor1 | Tutor | 1 | tutor1 @example .com |
9+ | tutor1 | Tutor | 1 | tutor1 @example .com |
1010 And the following "courses" exist:
1111 | fullname | shortname | category |
1212 | Course 1 | C1 | 0 |
@@ -28,7 +28,7 @@ Feature: Tests all use-cases of the Evasys-block
2828 And I turn editing mode off
2929 Then I should see "Change mapping"
3030 And I should not see "Name:"
31- And I should not see "IdnumberSurvey"
31+ And I should not see "IdnumberSurvey"
3232 And I should not see "DynamicSurvey"
3333
3434 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"
161161 And only tutors enrolled in course C1
162162 And there is no idnumber mapped to course C1
163163 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 "
165165 And I turn editing mode on
166166 And I add the "EvaSys Sync" block
167167 And I turn editing mode off
@@ -673,7 +673,7 @@ And I should not see "IdnumberSurvey"
673673 And only tutors enrolled in course C1
674674 And the idnumber for course C1 is invalid
675675 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 "
677677 And I turn editing mode on
678678 And I add the "EvaSys Sync" block
679679 And I turn editing mode off
@@ -837,7 +837,7 @@ And I should not see "IdnumberSurvey"
837837 And only tutors enrolled in course C1
838838 And the idnumber for course C1 is invalid
839839 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 "
841841 And I turn editing mode on
842842 And I add the "EvaSys Sync" block
843843 And I turn editing mode off
@@ -1010,7 +1010,7 @@ And I should not see "IdnumberSurvey"
10101010 And students enrolled in course C1
10111011 And there is no idnumber mapped to course C1
10121012 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
10141014 And I turn editing mode on
10151015 And I add the "EvaSys Sync" block
10161016 And I turn editing mode off
@@ -1584,7 +1584,7 @@ And I should not see "IdnumberSurvey"
15841584 And students enrolled in course C1
15851585 And the idnumber for course C1 is invalid
15861586 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
15881588 And I turn editing mode on
15891589 And I add the "EvaSys Sync" block
15901590 And I turn editing mode off
@@ -1729,7 +1729,7 @@ And I should not see "IdnumberSurvey"
17291729 And students enrolled in course C1
17301730 And the idnumber for course C1 is invalid
17311731 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
17331733 And I turn editing mode on
17341734 And I add the "EvaSys Sync" block
17351735 And I turn editing mode off
0 commit comments