summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/ci_cd.rb
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.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/qa/qa/page/project/settings/ci_cd.rb b/qa/qa/page/project/settings/ci_cd.rb
index b3cbf572cb7..c43974c10cb 100644
--- a/qa/qa/page/project/settings/ci_cd.rb
+++ b/qa/qa/page/project/settings/ci_cd.rb
@@ -13,20 +13,10 @@ module QA
element :variables_settings_content
end
- view 'app/views/shared/deploy_tokens/_index.html.haml' do
- element :deploy_tokens_settings
- end
-
view 'app/views/projects/deploy_keys/_index.html.haml' do
element :deploy_keys_settings
end
- def expand_deploy_tokens(&block)
- expand_section(:deploy_tokens_settings) do
- Settings::DeployTokens.perform(&block)
- end
- end
-
def expand_deploy_keys(&block)
expand_section(:deploy_keys_settings) do
Settings::DeployKeys.perform(&block)