summaryrefslogtreecommitdiff
path: root/spec/features/projects/members/share_with_group_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/members/share_with_group_spec.rb')
-rw-r--r--spec/features/projects/members/share_with_group_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/members/share_with_group_spec.rb b/spec/features/projects/members/share_with_group_spec.rb
index 3b368f8e25d..63b5df5a8f5 100644
--- a/spec/features/projects/members/share_with_group_spec.rb
+++ b/spec/features/projects/members/share_with_group_spec.rb
@@ -149,7 +149,7 @@ feature 'Project > Members > Share with Group', :js do
create(:group).add_owner(master)
visit project_settings_members_path(project)
- execute_script 'GroupsSelect.PER_PAGE = 1;'
+ execute_script 'GROUP_SELECT_PER_PAGE = 1;'
open_select2 '#link_group_id'
end