Commit 243a2726ca763f615d967582d86949b67fa4062e
1 parent
7ba12764
Exists in
master
and in
28 other branches
Removing useless test
A regular member by default does not even get to see the control panel!
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
features/delete_profile.feature
... | ... | @@ -98,13 +98,6 @@ Feature: delete profile |
98 | 98 | And I go to /myprofile/sample-enterprise/profile_editor/destroy_profile |
99 | 99 | Then I should see "Access denied" |
100 | 100 | |
101 | - Scenario: community regular member cannot see link to delete profile | |
102 | - Given "Joao Silva" is a member of "Sample Community" | |
103 | - And I am logged in as "joaosilva" | |
104 | - And I am on Sample Community's control panel | |
105 | - When I follow "Community Info and settings" | |
106 | - Then I should not see "Delete profile" | |
107 | - | |
108 | 101 | Scenario: environment admin deletes profile |
109 | 102 | Given I am logged in as admin |
110 | 103 | And I am on Joao Silva's control panel | ... | ... |