diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-16 00:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-16 00:09:37 +0000 |
commit | fe890c45c21e32bc7d06d093fe2c37f319c62e3e (patch) | |
tree | 4c1801723d3e028e1510d9b52490a726560f46f7 /spec/features/invites_spec.rb | |
parent | 7dc8bd3c16a6f8367fdee691711d3313e2efc3c6 (diff) | |
download | gitlab-ce-fe890c45c21e32bc7d06d093fe2c37f319c62e3e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/invites_spec.rb')
-rw-r--r-- | spec/features/invites_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/invites_spec.rb b/spec/features/invites_spec.rb index bbe0e64b422..26b9b398692 100644 --- a/spec/features/invites_spec.rb +++ b/spec/features/invites_spec.rb @@ -26,7 +26,6 @@ RSpec.describe 'Invites', :aggregate_failures do fill_in 'new_user_name', with: new_user.name fill_in 'new_user_username', with: new_user.username fill_in 'new_user_email', with: new_user.email - fill_in 'new_user_email_confirmation', with: new_user.email fill_in 'new_user_password', with: new_user.password click_button 'Register' end |