summaryrefslogtreecommitdiff
path: root/qa/qa/page/mattermost/main.rb
blob: 4b8fc28e53f0c2afde7faa88f8ef57b6b2ab3e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
module QA
  module Page
    module Mattermost
      class Main < Page::Base
        def initialize
          visit(Runtime::Scenario.mattermost_address)
        end
      end
    end
  end
end