summaryrefslogtreecommitdiff
path: root/qa/qa/page/file/edit.rb
blob: 3a4a1837b1cd7f162324cae4794701fe0674d037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Page
    module File
      class Edit < Page::Base
        include Shared::CommitMessage
        include Shared::CommitButton
        include Shared::Editor
      end
    end
  end
end