summaryrefslogtreecommitdiff
path: root/qa/lib/slack/page/oauth.rb
blob: 700d19f0c4cebe301cd4b4bfe3ae9113e094f8b2 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Slack
  module Page
    class Oauth < Chemlab::Page
      button :submit_oauth, data_qa: 'oauth_submit_button'
    end
  end
end