summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-09-17 23:05:07 +0000
committerRobert Speicher <robert@gitlab.com>2018-09-17 23:05:07 +0000
commitc44d8bab91ece5c981c9fb10f5906db86198bb6b (patch)
treee486bfc0e7d405ab314b3ea81802d34e6ea50cb9 /qa/qa.rb
parentcc2dab3b932c95084f231de95da2010f043f5ddc (diff)
parent6cf55e51292852975e8cc5df4bb54ca39e5dc727 (diff)
downloadgitlab-ce-c44d8bab91ece5c981c9fb10f5906db86198bb6b.tar.gz
Merge branch 'ml-qa-spec-use-ssh-key' into 'master'
Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key See merge request gitlab-org/gitlab-ce!19754
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index cb3202c8e1c..952084085d5 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -57,6 +57,7 @@ module QA
autoload :Wiki, 'qa/factory/resource/wiki'
autoload :File, 'qa/factory/resource/file'
autoload :Fork, 'qa/factory/resource/fork'
+ autoload :SSHKey, 'qa/factory/resource/ssh_key'
end
module Repository
@@ -217,6 +218,7 @@ module QA
module Profile
autoload :PersonalAccessTokens, 'qa/page/profile/personal_access_tokens'
+ autoload :SSHKeys, 'qa/page/profile/ssh_keys'
end
module Issuable