Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-12 15:09:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-12 15:09:59 +0300
commit43eab8d297cce83d7de45ff4bf11ce0dd55028ce (patch)
tree716a46c8fdcb3d8a7d09e9f26a36d8b9ca239fa5 /spec
parent365919d15dd66b55ca8050cee5c9983a0e99d692 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec')
-rw-r--r--spec/features/users/signup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/users/signup_spec.rb b/spec/features/users/signup_spec.rb
index 17a6abb99e0..a651a6c09c6 100644
--- a/spec/features/users/signup_spec.rb
+++ b/spec/features/users/signup_spec.rb
@@ -204,7 +204,7 @@ RSpec.describe 'Signup' do
expect { click_button 'Register' }.to change { User.count }.by(1)
expect(current_path).to eq users_almost_there_path
- expect(page).to have_content('Please check your email to confirm your account')
+ expect(page).to have_content("Please check your email (#{new_user.email}) to confirm your account")
confirm_email