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
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/profiles/password_spec.rb')
-rw-r--r--spec/features/profiles/password_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/password_spec.rb b/spec/features/profiles/password_spec.rb
index a274f2b6d96..039966080d8 100644
--- a/spec/features/profiles/password_spec.rb
+++ b/spec/features/profiles/password_spec.rb
@@ -42,7 +42,7 @@ RSpec.describe 'Profile > Password' do
fill_passwords('mypassword', 'mypassword')
page.within('.flash-notice') do
- expect(page).to have_content('Password was successfully updated. Please login with it')
+ expect(page).to have_content('Password was successfully updated. Please sign in again.')
end
end
end