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

Issue #3062235: Optimize permissions for default user roles

parent c3c5c524
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ Scenario: Check if a site admin user can NOT masquerade as any user.
And I wait
Then I should not see "Masquerade as webmaster"
# Check if a site admin user can NOT masquerade as an authenticated user.
# Check if a site admin user can masquerade as an authenticated user.
When I go to "/admin/people"
And I wait
And I fill in "test_authenticated" for "Name or email contains"
......@@ -132,7 +132,7 @@ Scenario: Check if a site admin user can NOT masquerade as any user.
Then I should see "test_authenticated"
When I click "test_authenticated"
And I wait
Then I should not see "Masquerade as test_authenticated"
Then I should see "Masquerade as test_authenticated"
# Check if a site admin user can NOT masquerade as an Editor user.
When I go to "/admin/people"
......
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