summaryrefslogtreecommitdiff
path: root/qa/qa/page/profile/chat_names/new.rb
blob: 351d36b87d520de9b1d17cd1a11baf9f0cf4bd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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