We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c396 commit cc625edCopy full SHA for cc625ed
tests/behat/features/course.feature
@@ -11,15 +11,15 @@ Feature: Course tools basic testing
11
Scenario: See the courses list
12
Given I am on "/main/admin/course_list.php"
13
Then I should see "Course list"
14
- And I should not see "not authorized"
+ And I should not see "not allowed"
15
16
Scenario: See the course creation link on the admin page
17
Given I am on "/main/admin/index.php"
18
Then I should see "Create a course"
19
20
Scenario: Access the course creation page
21
Given I am on "/main/admin/course_add.php"
22
- Then I should not see "not authorized"
+ Then I should not see "not allowed"
23
24
Scenario: Create a private course before testing
25
0 commit comments