diff options
Diffstat (limited to 'features/steps/group/group.rb')
-rw-r--r-- | features/steps/group/group.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb index 99ec77a7613..bcadf21c233 100644 --- a/features/steps/group/group.rb +++ b/features/steps/group/group.rb @@ -40,7 +40,7 @@ class Groups < Spinach::FeatureSteps And 'I select user "John" from list with role "Reporter"' do user = User.find_by_name("John") - within ".new_users_group" do + within ".users-group-form" do select2(user.id, from: "#user_ids", multiple: true) select "Reporter", from: "group_access" end |