diff --git a/tests/behat/features/course.feature b/tests/behat/features/course.feature index b227beb91d..4ac25ddb4d 100644 --- a/tests/behat/features/course.feature +++ b/tests/behat/features/course.feature @@ -5,13 +5,11 @@ Feature: Course tools basic testing As a teacher I need to be able to enter a course and each of its tools - #Background: - #Given I am a platform administrator - #And I am a "English" user - # This is executed just before each scenario below + Background: + Given I am a platform administrator Scenario: See the courses list - Given I am on "/main/admin/course_list.php" + And I am on "/main/admin/course_list.php" Then I should see "Course list" And I should not see "not authorized"