summaryrefslogtreecommitdiff
path: root/qa/qa/page/component/legacy_clone_panel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/component/legacy_clone_panel.rb')
-rw-r--r--qa/qa/page/component/legacy_clone_panel.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/page/component/legacy_clone_panel.rb b/qa/qa/page/component/legacy_clone_panel.rb
index 7b4b30623a6..ebab9fd708c 100644
--- a/qa/qa/page/component/legacy_clone_panel.rb
+++ b/qa/qa/page/component/legacy_clone_panel.rb
@@ -4,7 +4,11 @@ module QA
module Page
module Component
module LegacyClonePanel
+ extend QA::Page::PageConcern
+
def self.included(base)
+ super
+
base.view 'app/views/shared/_clone_panel.html.haml' do
element :clone_dropdown
element :clone_options_dropdown, '.clone-options-dropdown' # rubocop:disable QA/ElementWithPattern