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/support/shared_contexts/features/integrations/project_integrations_jira_context.rb')
-rw-r--r--spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb b/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
index fadd46a7e12..c8552e02d0c 100644
--- a/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
+++ b/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
@@ -7,8 +7,8 @@ RSpec.shared_context 'project integration Jira context' do
def fill_form(disable: false)
click_active_checkbox if disable
- fill_in 'service_url', with: url
- fill_in 'service_username', with: 'username'
- fill_in 'service_password', with: 'password'
+ fill_in 'service-url', with: url
+ fill_in 'service-username', with: 'username'
+ fill_in 'service-password', with: 'password'
end
end