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
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-10-05 06:36:32 +0300
committerThong Kuah <tkuah@gitlab.com>2018-10-07 23:06:00 +0300
commitbde028c4af83574b44bdcb6bde0ec18a09d15845 (patch)
tree2dd333bf3de6f92d9cde983ab6aef4f6bab02075 /qa/qa.rb
parentf71c497f5da791a35876206255e342a9bb5e49c5 (diff)
Assert prod environment is live after Auto Devops
Goes to Operations > Environments and clicks on the "View deployment" link for production.
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 227d4424b09..061185f68fb 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -201,6 +201,11 @@ module QA
end
module Operations
+ module Environments
+ autoload :Index, 'qa/page/project/operations/environments/index'
+ autoload :Show, 'qa/page/project/operations/environments/show'
+ end
+
module Kubernetes
autoload :Index, 'qa/page/project/operations/kubernetes/index'
autoload :Add, 'qa/page/project/operations/kubernetes/add'