summaryrefslogtreecommitdiff
path: root/spec/features/invites_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-07 21:08:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-07 21:08:21 +0000
commita87ae2e97ee1eb3af2338e33bc3b2fb0e1ae1d42 (patch)
tree698e1cefd12d12f9230b985988d91e6820f40040 /spec/features/invites_spec.rb
parent1850d48925997ccc467fe0cbe6144d1d67fbdb55 (diff)
downloadgitlab-ce-a87ae2e97ee1eb3af2338e33bc3b2fb0e1ae1d42.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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/invites_spec.rb b/spec/features/invites_spec.rb
index 8a4c4cc1eca..8ccaf82536a 100644
--- a/spec/features/invites_spec.rb
+++ b/spec/features/invites_spec.rb
@@ -23,7 +23,8 @@ RSpec.describe 'Group or Project invitations', :aggregate_failures do
end
def fill_in_sign_up_form(new_user)
- fill_in 'new_user_name', with: new_user.name
+ fill_in 'new_user_first_name', with: new_user.first_name
+ fill_in 'new_user_last_name', with: new_user.last_name
fill_in 'new_user_username', with: new_user.username
fill_in 'new_user_email', with: new_user.email
fill_in 'new_user_password', with: new_user.password