summaryrefslogtreecommitdiff
path: root/qa/qa/page/profile/chat_names/new.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/profile/chat_names/new.rb')
-rw-r--r--qa/qa/page/profile/chat_names/new.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/qa/qa/page/profile/chat_names/new.rb b/qa/qa/page/profile/chat_names/new.rb
new file mode 100644
index 00000000000..351d36b87d5
--- /dev/null
+++ b/qa/qa/page/profile/chat_names/new.rb
@@ -0,0 +1,13 @@
+# frozen_string_literal: true
+
+module QA
+ module Page
+ module Profile
+ module ChatNames
+ class New < Chemlab::Page
+ button :authorize, value: /Authorize/i
+ end
+ end
+ end
+ end
+end