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 'qa/qa/page/project/settings/ci_cd.rb')
-rw-r--r--qa/qa/page/project/settings/ci_cd.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/qa/qa/page/project/settings/ci_cd.rb b/qa/qa/page/project/settings/ci_cd.rb
index a7a0f6f57b6..7a910233d12 100644
--- a/qa/qa/page/project/settings/ci_cd.rb
+++ b/qa/qa/page/project/settings/ci_cd.rb
@@ -15,25 +15,25 @@ module QA
end
def expand_general_pipelines(&block)
- expand_section(:general_pipelines_settings_content) do
+ expand_content(:general_pipelines_settings_content) do
Settings::GeneralPipelines.perform(&block)
end
end
def expand_runners_settings(&block)
- expand_section(:runners_settings_content) do
+ expand_content(:runners_settings_content) do
Settings::Runners.perform(&block)
end
end
def expand_ci_variables(&block)
- expand_section(:variables_settings_content) do
+ expand_content(:variables_settings_content) do
Settings::CiVariables.perform(&block)
end
end
def expand_auto_devops(&block)
- expand_section(:autodevops_settings_content) do
+ expand_content(:autodevops_settings_content) do
Settings::AutoDevops.perform(&block)
end
end