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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-14 15:10:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-14 15:10:37 +0300
commit89a0c1fa668ec9af6e7cc39935199f24dbee23b6 (patch)
treecbc83b998450c3cad752abc9450f211e084bba58 /spec/features
parent3c0faf1c6b40536c7b7687225ff4e03e884192d5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/users/signup_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/users/signup_spec.rb b/spec/features/users/signup_spec.rb
index c8baf7b18e8..539c017dd0f 100644
--- a/spec/features/users/signup_spec.rb
+++ b/spec/features/users/signup_spec.rb
@@ -62,7 +62,7 @@ RSpec.describe 'Signup', :js, feature_category: :user_management do
let(:terms_text) do
<<~TEXT.squish
By clicking Register or registering through a third party you accept the
- Terms of Use and acknowledge the Privacy Policy and Cookie Policy
+ Terms of Use and acknowledge the Privacy Statement and Cookie Policy
TEXT
end
@@ -383,7 +383,7 @@ RSpec.describe 'Signup', :js, feature_category: :user_management do
let(:terms_text) do
<<~TEXT.squish
By clicking Register, I agree that I have read and accepted the Terms of
- Use and Privacy Policy
+ Use and Privacy Statement
TEXT
end