gitlab-ce/qa/gems/chemlab-gitlab/lib/gitlab/page/group/settings/billing.rb

15 lines
248 B
Ruby

# frozen_string_literal: true
module Gitlab
module Page
module Group
module Settings
class Billing < Chemlab::Page
h4 :billing_plan_header
link :start_your_free_trial
end
end
end
end
end