diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb b/spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb index 09a9148b6f2..2ecd9fdb264 100644 --- a/spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb +++ b/spec/features/projects/members/master_adds_member_with_expiration_date_spec.rb @@ -17,7 +17,6 @@ feature 'Projects > Members > Master adds member with expiration date', feature: scenario 'expiration date is displayed in the members list' do travel_to Time.zone.parse('2016-08-06 08:00') do visit namespace_project_settings_members_path(project.namespace, project) - save_screenshot page.within '.users-project-form' do select2(new_member.id, from: '#user_ids', multiple: true) |