mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-56954 behat: Fixed string to pass behat
colon is not concatenated to Search courses string
This commit is contained in:
parent
cf8c463de6
commit
808cfcc372
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user