class Gitlab::Page::Group::Settings::Billing
Public Instance Methods
billing_plan_header()
click to toggle source
@note Defined as +h4 :billing_plan_header+ @return [String] The text content or value of billing_plan_header
# File lib/gitlab/page/group/settings/billing.stub.rb, line 10 def billing_plan_header # This is a stub, used for indexing. The method is dynamically generated. end
billing_plan_header?()
click to toggle source
@example
Gitlab::Page::Group::Settings::Billing.perform do |billing| expect(billing).to be_billing_plan_header end
@return [Boolean] true if the billing_plan_header
element is present on the page
# File lib/gitlab/page/group/settings/billing.stub.rb, line 28 def billing_plan_header? # This is a stub, used for indexing. The method is dynamically generated. end
billing_plan_header_element()
click to toggle source
@example
Gitlab::Page::Group::Settings::Billing.perform do |billing| expect(billing.billing_plan_header_element).to exist end
@return [Watir::H4] The raw H4
element
# File lib/gitlab/page/group/settings/billing.stub.rb, line 19 def billing_plan_header_element # This is a stub, used for indexing. The method is dynamically generated. end
start_your_free_trial()
click to toggle source
@note Defined as +link :start_your_free_trial+ Clicks start_your_free_trial
# File lib/gitlab/page/group/settings/billing.stub.rb, line 34 def start_your_free_trial # This is a stub, used for indexing. The method is dynamically generated. end
start_your_free_trial?()
click to toggle source
@example
Gitlab::Page::Group::Settings::Billing.perform do |billing| expect(billing).to be_start_your_free_trial end
@return [Boolean] true if the start_your_free_trial
element is present on the page
# File lib/gitlab/page/group/settings/billing.stub.rb, line 52 def start_your_free_trial? # This is a stub, used for indexing. The method is dynamically generated. end
start_your_free_trial_element()
click to toggle source
@example
Gitlab::Page::Group::Settings::Billing.perform do |billing| expect(billing.start_your_free_trial_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/gitlab/page/group/settings/billing.stub.rb, line 43 def start_your_free_trial_element # This is a stub, used for indexing. The method is dynamically generated. end
upgrade_to_ultimate()
click to toggle source
@note Defined as +link :upgrade_to_ultimate+ Clicks upgrade_to_ultimate
# File lib/gitlab/page/group/settings/billing.stub.rb, line 82 def upgrade_to_ultimate # This is a stub, used for indexing. The method is dynamically generated. end
upgrade_to_ultimate?()
click to toggle source
@example
Gitlab::Page::Group::Settings::Billing.perform do |billing| expect(billing).to be_upgrade_to_ultimate end
@return [Boolean] true if the upgrade_to_ultimate
element is present on the page
# File lib/gitlab/page/group/settings/billing.stub.rb, line 100 def upgrade_to_ultimate? # This is a stub, used for indexing. The method is dynamically generated. end
upgrade_to_ultimate_element()
click to toggle source
@example
Gitlab::Page::Group::Settings::Billing.perform do |billing| expect(billing.upgrade_to_ultimate_element).to exist end
@return [Watir::Link] The raw Link
element
# File lib/gitlab/page/group/settings/billing.stub.rb, line 91 def upgrade_to_ultimate_element # This is a stub, used for indexing. The method is dynamically generated. end