test for impaired members form

pull/329/head
jwollert 11 years ago committed by Nils Kenneweg
parent be934e9757
commit acbc978b03
  1. 9
      features/members/membership.feature

@ -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"

Loading…
Cancel
Save