summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/ci_cd.rb
diff options
context:
space:
mode:
authorAndreas Kämmerle <akaemmerle@gitlab.com>2018-06-08 14:54:45 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-06-08 14:54:45 +0000
commit6a077c545321cae350a8a36d2f03b25c6b1b30fa (patch)
treee17e26de3c46e4a5fee45eb71bc8458e816dd87e /qa/qa/page/project/settings/ci_cd.rb
parent1690009281880514f8459a1f80bdac97d9bd6059 (diff)
downloadgitlab-ce-6a077c545321cae350a8a36d2f03b25c6b1b30fa.tar.gz
Update settings section titles
Diffstat (limited to 'qa/qa/page/project/settings/ci_cd.rb')
-rw-r--r--qa/qa/page/project/settings/ci_cd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/project/settings/ci_cd.rb b/qa/qa/page/project/settings/ci_cd.rb
index dfb71e0a9f0..d5da9ea0099 100644
--- a/qa/qa/page/project/settings/ci_cd.rb
+++ b/qa/qa/page/project/settings/ci_cd.rb
@@ -6,7 +6,7 @@ module QA # rubocop:disable Naming/FileName
include Common
view 'app/views/projects/settings/ci_cd/show.html.haml' do
- element :runners_settings, 'Runners settings'
+ element :runners_settings, 'Runners'
element :secret_variables, 'Variables'
element :auto_devops_section, 'Auto DevOps'
end
@@ -18,7 +18,7 @@ module QA # rubocop:disable Naming/FileName
end
def expand_runners_settings(&block)
- expand_section('Runners settings') do
+ expand_section('Runners') do
Settings::Runners.perform(&block)
end
end