|
|
|
@ -71,6 +71,15 @@ Feature: Membership |
|
|
|
|
|
|
|
|
|
@javascript |
|
|
|
|
Scenario: Adding and Removing a Group as Member, impaired |
|
|
|
|
When I am impaired |
|
|
|
|
And I go to the members tab of the settings page of the project "project1" |
|
|
|
|
And I add the principal "A-Team" as "Manager" |
|
|
|
|
And I go to the members tab of the settings page of the project "project1" |
|
|
|
|
Then I should not see "A-Team" within "#principal_results" |
|
|
|
|
And I should see "A-Team" within ".members" |
|
|
|
|
|
|
|
|
|
@javascript |
|
|
|
|
Scenario: User should not appear in members form if he/she is already a member of the project, impaired |
|
|
|
|
When I am impaired |
|
|
|
|
And I go to the members tab of the settings page of the project "project1" |
|
|
|
|
And I add the principal "A-Team" as "Manager" |
|
|
|
|