summaryrefslogtreecommitdiff
path: root/spec/features/projects/group_links_spec.rb
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2016-12-26 16:15:32 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-03 10:52:14 -0600
commitcfd8f635b391c9389aa122db4e0c9031adef6b5a (patch)
tree9ff91fc6d991eb5519e76eb4ac871022c9d930d9 /spec/features/projects/group_links_spec.rb
parent57b5612aaa6fd243f18587acbf0a8ebbb37551f2 (diff)
downloadgitlab-ce-cfd8f635b391c9389aa122db4e0c9031adef6b5a.tar.gz
Added tests for the MembersController and corrected some more tests
Diffstat (limited to 'spec/features/projects/group_links_spec.rb')
-rw-r--r--spec/features/projects/group_links_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/group_links_spec.rb b/spec/features/projects/group_links_spec.rb
index 32e68ab817b..8b302a6aa23 100644
--- a/spec/features/projects/group_links_spec.rb
+++ b/spec/features/projects/group_links_spec.rb
@@ -17,7 +17,7 @@ feature 'Project group links', feature: true, js: true do
visit namespace_project_settings_members_path(project.namespace, project)
select2 group.id, from: '#link_group_id'
- fill_in 'expires_at', with: (Time.current + 4.5.days).strftime('%Y-%m-%d')
+ fill_in 'expires_at_groups', with: (Time.current + 4.5.days).strftime('%Y-%m-%d')
page.find('body').click
click_on 'Share'
end