Merge branch 'MDL-50666-master-fix' of git://github.com/junpataleta/moodle

This commit is contained in:
Jun Pataleta
2017-12-20 13:42:58 +13:00
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
@core @core_badges @role_visibility
Feature: Test role visibility
@core @core_badges
Feature: Test role visibility for the badge administration page
In order to control access
As an admin
I need to control which roles can see each other
@@ -48,4 +48,4 @@ Feature: Test role visibility
And I set the following fields to these values:
| Add badge criteria | Manual issue by role |
Then I should see "Teacher"
And I should not see "Manager"
And I should not see "Manager"
+3 -3
View File
@@ -1,5 +1,5 @@
@core @core_enrol @role_visibility
Feature: Test role visibility
@core @core_enrol
Feature: Test role visibility for the participants page
In order to control access
As an admin
I need to control which roles can see each other
@@ -35,4 +35,4 @@ Feature: Test role visibility
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 "Manager 1" row "Roles" column of "participants" table should not contain "Manager"
And "Manager 1" row "Roles" column of "participants" table should contain "No roles"
And "Manager 1" row "Roles" column of "participants" table should contain "No roles"
+2 -2
View File
@@ -1,5 +1,5 @@
@core @core_group @role_visibility
Feature: Test role visibility
@core @core_group
Feature: Test role visibility for the groups management page
In order to control access
As an admin
I need to control which roles can see each other