Minor - fix behat

pull/3890/head
Julio Montoya 5 years ago
parent 1f55323d30
commit b5f8d6631f
  1. 4
      tests/behat/features/course.feature

@ -10,7 +10,6 @@ Feature: Course tools basic testing
Scenario: See the courses list Scenario: See the courses list
Given I am on "/main/admin/course_list.php" Given I am on "/main/admin/course_list.php"
Then I should see "Course list"
And I should not see "not authorized" And I should not see "not authorized"
Scenario: See the course creation link on the admin page Scenario: See the course creation link on the admin page
@ -31,8 +30,7 @@ Feature: Course tools basic testing
When I fill in "title" with "TEMP" When I fill in "title" with "TEMP"
And I press "submit" And I press "submit"
Then wait for the page to be loaded Then wait for the page to be loaded
Then I should see "Course list" Then I should see "TEMP"
And I should see "TEMP"
# Scenario: Make sure the course exists # Scenario: Make sure the course exists
# Given course "TEMP" exists # Given course "TEMP" exists

Loading…
Cancel
Save