diff options
author | Thong Kuah <tkuah@gitlab.com> | 2018-10-05 16:36:32 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2018-10-08 09:06:00 +1300 |
commit | bde028c4af83574b44bdcb6bde0ec18a09d15845 (patch) | |
tree | 2dd333bf3de6f92d9cde983ab6aef4f6bab02075 /qa/qa.rb | |
parent | f71c497f5da791a35876206255e342a9bb5e49c5 (diff) | |
download | gitlab-ce-bde028c4af83574b44bdcb6bde0ec18a09d15845.tar.gz |
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.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' |