Skip to content

Commit cc625ed

Browse files
committed
CI: Use "not allowed" instead of "not authorized" in course feature
1 parent f93c396 commit cc625ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/behat/features/course.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Feature: Course tools basic testing
1111
Scenario: See the courses list
1212
Given I am on "/main/admin/course_list.php"
1313
Then I should see "Course list"
14-
And I should not see "not authorized"
14+
And I should not see "not allowed"
1515

1616
Scenario: See the course creation link on the admin page
1717
Given I am on "/main/admin/index.php"
1818
Then I should see "Create a course"
1919

2020
Scenario: Access the course creation page
2121
Given I am on "/main/admin/course_add.php"
22-
Then I should not see "not authorized"
22+
Then I should not see "not allowed"
2323

2424
Scenario: Create a private course before testing
2525
Given I am on "/main/admin/course_add.php"

0 commit comments

Comments
 (0)