Merge pull request #52 from finnlabs/fix-spec-according-to-select2

Select2 is no longer used for multiple selects
pull/6827/head
Stefan Botzenhart 9 years ago
commit 327fe89ec2
  1. 6
      features/member_roles.feature

@ -28,7 +28,5 @@ Feature: Unchanged Member Roles
And there is a role "MemberRole1"
And I am already admin
When I go to the new member page of the project "projectid"
And I enter the role name "MemberRole1"
Then I should see "MemberRole1"
And I enter the role name "GlobalRole1"
Then I should not see "GlobalRole1"
Then I should see "MemberRole1" within "#member_role_ids"
Then I should not see "GlobalRole1" within "#member_role_ids"

Loading…
Cancel
Save