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>2021-04-09 00:09:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-09 00:09:13 +0300
commit7aa988fed27430947f9ad5aa1e07d03b8e3eb2a4 (patch)
tree7db1b2498246f08668e85f895100f3098cbf761f /spec/serializers/service_field_entity_spec.rb
parent383ec6808b2e5385ccdc0ff7fef8f537635f9bff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers/service_field_entity_spec.rb')
-rw-r--r--spec/serializers/service_field_entity_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/serializers/service_field_entity_spec.rb b/spec/serializers/service_field_entity_spec.rb
index 7e879cc2e87..007042e1087 100644
--- a/spec/serializers/service_field_entity_spec.rb
+++ b/spec/serializers/service_field_entity_spec.rb
@@ -23,10 +23,10 @@ RSpec.describe ServiceFieldEntity do
type: 'text',
name: 'username',
title: 'Username or Email',
- placeholder: 'Use a username for server version and an email for cloud version',
+ placeholder: nil,
+ help: 'Use a username for server version and an email for cloud version.',
required: true,
choices: nil,
- help: nil,
value: 'jira_username'
}
@@ -42,10 +42,10 @@ RSpec.describe ServiceFieldEntity do
type: 'password',
name: 'password',
title: 'Enter new password or API token',
- placeholder: 'Use a password for server version and an API token for cloud version',
+ placeholder: nil,
+ help: 'Leave blank to use your current password or API token.',
required: true,
choices: nil,
- help: 'Leave blank to use your current password or API token',
value: 'true'
}