Skip to content
Snippets Groups Projects
Commit e3fcd8cc authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2853623: [8.4.x] Added [ Feature: User Management - Standard User...

Issue #2853623: [8.4.x] Added [ Feature: User Management - Standard User Management - Users with permission to assign roles may select which roles are available for assignment. ] automated functional testing feature.
parent e51dcaf2
No related branches found
No related tags found
No related merge requests found
Feature: User Management - Standard User Management - Users with permission to assign roles may select which roles are available for assignment.
As a logged in site admin and a permission to Assign roles
I will be able to assign roles to other users.
So that only users with permission to assign roles may select which roles are available for assignment
@javascript @check @local @development @staging @production
Scenario: Check if we do have the Role Assign module installed in the system.
Given I am a logged in user with the "webmaster" user
When I go to "/admin/modules"
And I wait
Then I should see "RoleAssign"
And the "RoleAssign" checkbox should be checked
@javascript @check @local @development @staging @production
Scenario: Check the Role Assign configuration.
Given I am a logged in user with the "webmaster" user
When I go to "/admin/config/people/roleassign"
And I wait
Then I should see "Role assign"
And the "Editor" checkbox should be checked
And the "Content Admin" checkbox should be checked
And the "Site Admin" checkbox should be checked
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment