diff --git a/tests/features/createCourse.feature b/tests/features/createCourse.feature index 4b18d19eff..54e4b9b018 100644 --- a/tests/features/createCourse.feature +++ b/tests/features/createCourse.feature @@ -10,11 +10,6 @@ Feature: Courses management as admin Then I should see "Course list" And I should not see "not authorized" - Scenario: See the course creation link on the courses list page - Given I am a platform administrator - And I am on "/main/admin/course_list.php" - Then I should see "Create a course" - Scenario: See the course creation link on the admin page Given I am a platform administrator And I am on "/main/admin/index.php"