summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-11 16:14:29 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-04-21 20:20:09 -0400
commit50ed43e49099648fa5c242d0cee15f05e50349c3 (patch)
tree7b5f471f20bb550bcd2ce899aff1e09af78ac294 /spec
parentaea97991977bc2af27ce93f5b5e2bd9b7735999e (diff)
downloadgitlab-ce-50ed43e49099648fa5c242d0cee15f05e50349c3.tar.gz
Improved confirmation UXconfirmation-screen
Closes #4228
Diffstat (limited to 'spec')
-rw-r--r--spec/features/signup_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/signup_spec.rb b/spec/features/signup_spec.rb
index 01472743b2a..51b754ff85c 100644
--- a/spec/features/signup_spec.rb
+++ b/spec/features/signup_spec.rb
@@ -13,8 +13,8 @@ feature 'Signup', feature: true do
fill_in 'user_password_sign_up', with: user.password
click_button "Sign up"
- expect(current_path).to eq user_session_path
- expect(page).to have_content("A message with a confirmation link has been sent to your email address.")
+ expect(current_path).to eq users_almost_there_path
+ expect(page).to have_content("Please check your email to confirm your account")
end
end