mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-56614 behat: Fixed steps to use new definition
This commit is contained in:
parent
be1b12490e
commit
9bad658aaf
8 changed files with 20 additions and 20 deletions
|
@ -21,7 +21,7 @@ Feature: Rename roles within a course
|
|||
| student1 | C1 | student |
|
||||
And I log in as "teacher1"
|
||||
And I follow "Course 1"
|
||||
When I go to "Edit settings" in current page administration
|
||||
When I navigate to "Edit settings" in current page administration
|
||||
And I set the following fields to these values:
|
||||
| Your word for 'Non-editing teacher' | Tutor |
|
||||
| Your word for 'Student' | Learner |
|
||||
|
@ -34,7 +34,7 @@ Feature: Rename roles within a course
|
|||
And the "roleid" select box should contain "Learner"
|
||||
And the "roleid" select box should not contain "Student"
|
||||
And I follow "Course 1"
|
||||
And I go to "Edit settings" in current page administration
|
||||
And I navigate to "Edit settings" in current page administration
|
||||
And I set the following fields to these values:
|
||||
| Your word for 'Non-editing teacher' | |
|
||||
| Your word for 'Student' | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue