debian-mirror-gitlab/qa/lib/slack/page/oauth.rb
2023-04-23 21:23:45 +05:30

9 lines
167 B
Ruby

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