MDL-56954 behat: Fixed string to pass behat

colon is not concatenated to Search courses string
This commit is contained in:
Rajesh Taneja 2017-02-08 09:50:02 +08:00
parent cf8c463de6
commit 808cfcc372
No known key found for this signature in database
GPG Key ID: B363F7FB787F80E4

View File

@ -20,7 +20,7 @@ Feature: Courses can be searched for and moved in bulk.
Scenario: Search courses finds correct results
Given I log in as "admin"
And I go to the courses management page
When I set the field "Search courses:" to "Biology"
When I set the field "Search courses" to "Biology"
And I press "Go"
Then I should see "Biology Y1"
And I should see "Biology Y2"
@ -31,7 +31,7 @@ Feature: Courses can be searched for and moved in bulk.
Scenario: Search courses and move results in bulk
Given I log in as "admin"
And I go to the courses management page
And I set the field "Search courses:" to "Biology"
And I set the field "Search courses" to "Biology"
And I press "Go"
When I select course "Biology Y1" in the management interface
And I select course "Biology Y2" in the management interface