File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,22 +95,22 @@ Feature: Test course list shown on app start tab
9595 | student2 | Z10 | student |
9696 When I enter the app
9797 And I log in as "student2"
98+ Then I press "Display options" near "Course overview" in the app
9899 Then I should see "C1"
99100 And I should see "C2"
100101 And I should see "C3"
101102 And I should see "C4"
102103 And I should see "C5"
103104 And I should see "C6"
104- And I press "Information" near "Course overview" in the app
105- And I press "Filter my courses" in the app
105+ Then I press "Filter my courses" in the app
106106 And I set the field "Filter my courses" to "fr" in the app
107107 Then I should not see "C1"
108108 And I should not see "C2"
109109 And I should see "C3"
110110 And I should see "C4"
111111 And I should not see "C5"
112112 And I should not see "C6"
113- And I press "Information " near "Course overview" in the app
113+ And I press "Display options " near "Course overview" in the app
114114 And I press "Filter my courses" in the app
115115 Then I should see "C1"
116116 And I should see "C2"
You can’t perform that action at this time.
0 commit comments