summaryrefslogtreecommitdiff
path: root/qa/qa/page/file/shared/commit_button.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/file/shared/commit_button.rb')
-rw-r--r--qa/qa/page/file/shared/commit_button.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa/page/file/shared/commit_button.rb b/qa/qa/page/file/shared/commit_button.rb
index 9ea4f4e7818..c1c5907f27d 100644
--- a/qa/qa/page/file/shared/commit_button.rb
+++ b/qa/qa/page/file/shared/commit_button.rb
@@ -5,7 +5,11 @@ module QA
module File
module Shared
module CommitButton
+ extend QA::Page::PageConcern
+
def self.included(base)
+ super
+
base.view 'app/views/projects/_commit_button.html.haml' do
element :commit_button
end