@@ -12,12 +12,12 @@ Feature: Access to portal reports as admin
12
12
Scenario : Access the company report
13
13
Given I am a platform administrator
14
14
And I am on "/main/mySpace/company_reports.php"
15
- Then I should not see "not authorized "
15
+ Then I should not see "not allowed "
16
16
17
17
Scenario : Access the resumed version of the company report
18
18
Given I am a platform administrator
19
19
And I am on "/main/mySpace/company_reports_resumed.php"
20
- Then I should not see "not authorized "
20
+ Then I should not see "not allowed "
21
21
22
22
Scenario : See the company reports link on the admin page
23
23
Given I am a platform administrator
@@ -27,7 +27,7 @@ Feature: Access to portal reports as admin
27
27
Scenario : See the company reports link on the admin page
28
28
Given I am a platform administrator
29
29
And I am on "/main/admin/teacher_time_report.php"
30
- Then I should not see "not authorized "
30
+ Then I should not see "not allowed "
31
31
32
32
Scenario : See the company reports link on the admin page
33
33
Given I am a platform administrator
@@ -37,4 +37,4 @@ Feature: Access to portal reports as admin
37
37
Scenario : See the company reports link on the admin page
38
38
Given I am a platform administrator
39
39
And I am on "/main/admin/teachers_time_by_session_report.php"
40
- Then I should not see "not authorized "
40
+ Then I should not see "not allowed "
0 commit comments