Welcome to mirror list, hosted at ThFree Co, Russian Federation.

oauth.rb « page « slack « lib « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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