summaryrefslogtreecommitdiff
path: root/qa/lib/slack/page/oauth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/lib/slack/page/oauth.rb')
-rw-r--r--qa/lib/slack/page/oauth.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/qa/lib/slack/page/oauth.rb b/qa/lib/slack/page/oauth.rb
new file mode 100644
index 00000000000..700d19f0c4c
--- /dev/null
+++ b/qa/lib/slack/page/oauth.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+module Slack
+ module Page
+ class Oauth < Chemlab::Page
+ button :submit_oauth, data_qa: 'oauth_submit_button'
+ end
+ end
+end