This commit is contained in:
Andrew Nicols 2023-07-13 08:48:06 +08:00 committed by Sara Arjona
commit 5d1a115c64
No known key found for this signature in database
28 changed files with 88 additions and 103 deletions

View file

@ -25,7 +25,7 @@ Feature: Role assignments can be made at the category level
And I am on course index
When I follow "Cat 1"
And I navigate to "Permissions" in current page administration
Then I should see "Assign roles" in the "jump" "select"
Then "Assign roles" "text" should exist in the ".tertiary-navigation" "css_element"
@javascript
Scenario: A user with a category role cannot assign roles if there are no roles to assign
@ -41,4 +41,4 @@ Feature: Role assignments can be made at the category level
And I am on course index
When I follow "Cat 1"
And I navigate to "Permissions" in current page administration
Then I should not see "Assign roles" in the "jump" "select"
Then "Assign roles" "text" should not exist in the ".tertiary-navigation" "css_element"