diff options
author | ddavison <ddavison@gitlab.com> | 2019-02-20 13:58:54 -0800 |
---|---|---|
committer | ddavison <ddavison@gitlab.com> | 2019-02-21 09:20:07 -0800 |
commit | 5ae46fe7a5f4e3327de4d2b1bd1830308176901d (patch) | |
tree | 66801f35b743e1fe3e44b426ee1a38a51f4a6add /qa/qa.rb | |
parent | 459276846372d8309220a5667cb4389dcfc66281 (diff) | |
download | gitlab-ce-5ae46fe7a5f4e3327de4d2b1bd1830308176901d.tar.gz |
Add smoke test for autodevops
Add tag validation on pipeline page
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -260,6 +260,10 @@ module QA autoload :Sidebar, 'qa/page/issuable/sidebar' end + module Alert + autoload :AutoDevopsAlert, 'qa/page/alert/auto_devops_alert' + end + module Layout autoload :Banner, 'qa/page/layout/banner' end |