mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-63337 enrol: Fix behat test
The link to the course homepage now requires javascript, by directly navigating to the course page we can still avoid the need for javascript in this test.
This commit is contained in:
parent
5266994547
commit
7e1ca773bb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Feature: Test role visibility for the participants page
|
||||||
|
|
||||||
Scenario: Check the default roles are visible
|
Scenario: Check the default roles are visible
|
||||||
Given I log in as "manager1"
|
Given I log in as "manager1"
|
||||||
And I follow "Course 1"
|
And I am on "Course 1" course homepage
|
||||||
When I navigate to "Users > Enrolled users" in current page administration
|
When I navigate to "Users > Enrolled users" in current page administration
|
||||||
Then "Learner 1" row "Roles" column of "participants" table should contain "Student"
|
Then "Learner 1" row "Roles" column of "participants" table should contain "Student"
|
||||||
And "Teacher 1" row "Roles" column of "participants" table should contain "Teacher"
|
And "Teacher 1" row "Roles" column of "participants" table should contain "Teacher"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue