summaryrefslogtreecommitdiff
path: root/qa/qa/page/component/issuable/common.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/component/issuable/common.rb')
-rw-r--r--qa/qa/page/component/issuable/common.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/page/component/issuable/common.rb b/qa/qa/page/component/issuable/common.rb
index 1155d4da036..bbab1746d7a 100644
--- a/qa/qa/page/component/issuable/common.rb
+++ b/qa/qa/page/component/issuable/common.rb
@@ -5,7 +5,11 @@ module QA
module Component
module Issuable
module Common
+ extend QA::Page::PageConcern
+
def self.included(base)
+ super
+
base.view 'app/assets/javascripts/issue_show/components/title.vue' do
element :edit_button
element :title, required: true