Minor - fix behat test

pull/2487/head
Julio 7 years ago
parent 384c1c3f3a
commit 0593dc6170
  1. 8
      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"

Loading…
Cancel
Save