diff options
author | Jennifer Louie <jlouie@gitlab.com> | 2019-07-02 08:05:31 +0000 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-07-02 08:05:31 +0000 |
commit | 700853a178f7a512408c08ff7da9737e68b783ce (patch) | |
tree | e65590a730157c5c4be7eb9e5df69f4ecfc0e498 /qa/qa.rb | |
parent | 3fd4c77ee4777464af74acd0c9dda319e1d29a44 (diff) | |
download | gitlab-ce-700853a178f7a512408c08ff7da9737e68b783ce.tar.gz |
QA: transfer project spec
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -162,9 +162,12 @@ module QA module File autoload :Form, 'qa/page/file/form' autoload :Show, 'qa/page/file/show' + autoload :Edit, 'qa/page/file/edit' module Shared autoload :CommitMessage, 'qa/page/file/shared/commit_message' + autoload :CommitButton, 'qa/page/file/shared/commit_button' + autoload :Editor, 'qa/page/file/shared/editor' end end @@ -218,6 +221,7 @@ module QA autoload :Operations, 'qa/page/project/sub_menus/operations' autoload :Repository, 'qa/page/project/sub_menus/repository' autoload :Settings, 'qa/page/project/sub_menus/settings' + autoload :Project, 'qa/page/project/sub_menus/project' end module Issue @@ -323,6 +327,7 @@ module QA autoload :DropdownFilter, 'qa/page/component/dropdown_filter' autoload :UsersSelect, 'qa/page/component/users_select' autoload :Note, 'qa/page/component/note' + autoload :ConfirmModal, 'qa/page/component/confirm_modal' module Issuable autoload :Common, 'qa/page/component/issuable/common' |