Fixed one cuke to use the new core step definition to allow selecting

a principal from the select2 field
pull/6827/head
Sebastian Schuster 11 years ago
parent 11fcee0fba
commit 8651ad0ec3
  1. 2
      features/member_roles.feature

@ -13,6 +13,6 @@ Feature: Unchanged Member Roles
And there is a role "MemberRole1"
And I am already logged in as "admin"
When I go to the members tab of the settings page for the project "projectid"
And I filter for the user "bob"
And I select the principal "bob"
Then I should see "MemberRole1"
And I should not see "GlobalRole1"

Loading…
Cancel
Save