summaryrefslogtreecommitdiff
path: root/qa/qa/page/group/settings/billing.rb
blob: a83af47fc3571fdbce9915315ef222f58dbdcfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

module QA
  module Page
    module Group
      module Settings
        class Billing < Chemlab::Page
          link :start_your_free_trial
        end
      end
    end
  end
end