Module: Gitlab::Page::Subscriptions::New

Defined in:
lib/gitlab/page/subscriptions/new.stub.rb

Instance Method Summary collapse

Instance Method Details

#card_numberString

Note:

Defined as text_field :card_number

Returns The text content or value of card_number.

Returns:

  • (String)

    The text content or value of card_number



381
382
383
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 381

def card_number
  # This is a stub, used for indexing. The method is dynamically generated.
end

#card_number=(value) ⇒ Object

Set the value of card_number

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.card_number = 'value'
end

Parameters:

  • value (String)

    The value to set.



391
392
393
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 391

def card_number=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#card_number?Boolean

Returns true if the card_number element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_card_number
end

Returns:

  • (Boolean)

    true if the card_number element is present on the page



409
410
411
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 409

def card_number?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#card_number_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.card_number_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



400
401
402
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 400

def card_number_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#cityString

Note:

Defined as text_field :city

Returns The text content or value of city.

Returns:

  • (String)

    The text content or value of city



207
208
209
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 207

def city
  # This is a stub, used for indexing. The method is dynamically generated.
end

#city=(value) ⇒ Object

Set the value of city

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.city = 'value'
end

Parameters:

  • value (String)

    The value to set.



217
218
219
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 217

def city=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#city?Boolean

Returns true if the city element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_city
end

Returns:

  • (Boolean)

    true if the city element is present on the page



235
236
237
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 235

def city?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#city_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.city_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



226
227
228
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 226

def city_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#confirm_purchaseObject

Note:

Defined as button :confirm_purchase

Clicks confirm_purchase



521
522
523
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 521

def confirm_purchase
  # This is a stub, used for indexing. The method is dynamically generated.
end

#confirm_purchase?Boolean

Returns true if the confirm_purchase element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_confirm_purchase
end

Returns:

  • (Boolean)

    true if the confirm_purchase element is present on the page



539
540
541
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 539

def confirm_purchase?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#confirm_purchase_elementWatir::Button

Returns The raw Button element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.confirm_purchase_element).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



530
531
532
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 530

def confirm_purchase_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#continue_to_billingObject

Note:

Defined as button :continue_to_billing

Clicks continue_to_billing



91
92
93
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 91

def continue_to_billing
  # This is a stub, used for indexing. The method is dynamically generated.
end

#continue_to_billing?Boolean

Returns true if the continue_to_billing element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_continue_to_billing
end

Returns:

  • (Boolean)

    true if the continue_to_billing element is present on the page



109
110
111
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 109

def continue_to_billing?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#continue_to_billing_elementWatir::Button

Returns The raw Button element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.continue_to_billing_element).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



100
101
102
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 100

def continue_to_billing_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#continue_to_paymentObject

Note:

Defined as button :continue_to_payment

Clicks continue_to_payment



299
300
301
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 299

def continue_to_payment
  # This is a stub, used for indexing. The method is dynamically generated.
end

#continue_to_payment?Boolean

Returns true if the continue_to_payment element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_continue_to_payment
end

Returns:

  • (Boolean)

    true if the continue_to_payment element is present on the page



317
318
319
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 317

def continue_to_payment?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#continue_to_payment_elementWatir::Button

Returns The raw Button element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.continue_to_payment_element).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



308
309
310
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 308

def continue_to_payment_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#countryString

Note:

Defined as select :country

Returns The text content or value of country.

Returns:

  • (String)

    The text content or value of country



115
116
117
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 115

def country
  # This is a stub, used for indexing. The method is dynamically generated.
end

#country?Boolean

Returns true if the country element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_country
end

Returns:

  • (Boolean)

    true if the country element is present on the page



133
134
135
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 133

def country?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#country_elementWatir::Select

Returns The raw Select element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.country_element).to exist
end

Returns:

  • (Watir::Select)

    The raw Select element



124
125
126
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 124

def country_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#cvvString

Note:

Defined as text_field :cvv

Returns The text content or value of cvv.

Returns:

  • (String)

    The text content or value of cvv



463
464
465
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 463

def cvv
  # This is a stub, used for indexing. The method is dynamically generated.
end

#cvv=(value) ⇒ Object

Set the value of cvv

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.cvv = 'value'
end

Parameters:

  • value (String)

    The value to set.



473
474
475
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 473

def cvv=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#cvv?Boolean

Returns true if the cvv element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_cvv
end

Returns:

  • (Boolean)

    true if the cvv element is present on the page



491
492
493
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 491

def cvv?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#cvv_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.cvv_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



482
483
484
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 482

def cvv_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#expiration_monthString

Note:

Defined as select :expiration_month

Returns The text content or value of expiration_month.

Returns:

  • (String)

    The text content or value of expiration_month



415
416
417
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 415

def expiration_month
  # This is a stub, used for indexing. The method is dynamically generated.
end

#expiration_month?Boolean

Returns true if the expiration_month element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_expiration_month
end

Returns:

  • (Boolean)

    true if the expiration_month element is present on the page



433
434
435
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 433

def expiration_month?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#expiration_month_elementWatir::Select

Returns The raw Select element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.expiration_month_element).to exist
end

Returns:

  • (Watir::Select)

    The raw Select element



424
425
426
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 424

def expiration_month_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#expiration_yearString

Note:

Defined as select :expiration_year

Returns The text content or value of expiration_year.

Returns:

  • (String)

    The text content or value of expiration_year



439
440
441
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 439

def expiration_year
  # This is a stub, used for indexing. The method is dynamically generated.
end

#expiration_year?Boolean

Returns true if the expiration_year element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_expiration_year
end

Returns:

  • (Boolean)

    true if the expiration_year element is present on the page



457
458
459
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 457

def expiration_year?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#expiration_year_elementWatir::Select

Returns The raw Select element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.expiration_year_element).to exist
end

Returns:

  • (Watir::Select)

    The raw Select element



448
449
450
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 448

def expiration_year_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#group_nameString

Note:

Defined as select :group_name

Returns The text content or value of group_name.

Returns:

  • (String)

    The text content or value of group_name



33
34
35
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 33

def group_name
  # This is a stub, used for indexing. The method is dynamically generated.
end

#group_name?Boolean

Returns true if the group_name element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_group_name
end

Returns:

  • (Boolean)

    true if the group_name element is present on the page



51
52
53
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 51

def group_name?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#group_name_elementWatir::Select

Returns The raw Select element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.group_name_element).to exist
end

Returns:

  • (Watir::Select)

    The raw Select element



42
43
44
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 42

def group_name_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#name_on_cardString

Note:

Defined as text_field :name_on_card

Returns The text content or value of name_on_card.

Returns:

  • (String)

    The text content or value of name_on_card



347
348
349
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 347

def name_on_card
  # This is a stub, used for indexing. The method is dynamically generated.
end

#name_on_card=(value) ⇒ Object

Set the value of name_on_card

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.name_on_card = 'value'
end

Parameters:

  • value (String)

    The value to set.



357
358
359
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 357

def name_on_card=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#name_on_card?Boolean

Returns true if the name_on_card element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_name_on_card
end

Returns:

  • (Boolean)

    true if the name_on_card element is present on the page



375
376
377
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 375

def name_on_card?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#name_on_card_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.name_on_card_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



366
367
368
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 366

def name_on_card_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#number_of_usersString

Note:

Defined as text_field :number_of_users

Returns The text content or value of number_of_users.

Returns:

  • (String)

    The text content or value of number_of_users



57
58
59
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 57

def number_of_users
  # This is a stub, used for indexing. The method is dynamically generated.
end

#number_of_users=(value) ⇒ Object

Set the value of number_of_users

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.number_of_users = 'value'
end

Parameters:

  • value (String)

    The value to set.



67
68
69
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 67

def number_of_users=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#number_of_users?Boolean

Returns true if the number_of_users element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_number_of_users
end

Returns:

  • (Boolean)

    true if the number_of_users element is present on the page



85
86
87
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 85

def number_of_users?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#number_of_users_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.number_of_users_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



76
77
78
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 76

def number_of_users_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#payment_formString

Note:

Defined as iframe :payment_form

Returns The text content or value of payment_form.

Returns:

  • (String)

    The text content or value of payment_form



323
324
325
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 323

def payment_form
  # This is a stub, used for indexing. The method is dynamically generated.
end

#payment_form?Boolean

Returns true if the payment_form element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_payment_form
end

Returns:

  • (Boolean)

    true if the payment_form element is present on the page



341
342
343
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 341

def payment_form?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#payment_form_elementWatir::Iframe

Returns The raw Iframe element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.payment_form_element).to exist
end

Returns:

  • (Watir::Iframe)

    The raw Iframe element



332
333
334
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 332

def payment_form_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#plan_nameString

Note:

Defined as select :plan_name

Returns The text content or value of plan_name.

Returns:

  • (String)

    The text content or value of plan_name



9
10
11
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 9

def plan_name
  # This is a stub, used for indexing. The method is dynamically generated.
end

#plan_name?Boolean

Returns true if the plan_name element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_plan_name
end

Returns:

  • (Boolean)

    true if the plan_name element is present on the page



27
28
29
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 27

def plan_name?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#plan_name_elementWatir::Select

Returns The raw Select element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.plan_name_element).to exist
end

Returns:

  • (Watir::Select)

    The raw Select element



18
19
20
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 18

def plan_name_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#review_your_orderObject

Note:

Defined as link :review_your_order

Clicks review_your_order



497
498
499
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 497

def review_your_order
  # This is a stub, used for indexing. The method is dynamically generated.
end

#review_your_order?Boolean

Returns true if the review_your_order element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_review_your_order
end

Returns:

  • (Boolean)

    true if the review_your_order element is present on the page



515
516
517
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 515

def review_your_order?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#review_your_order_elementWatir::Link

Returns The raw Link element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.review_your_order_element).to exist
end

Returns:

  • (Watir::Link)

    The raw Link element



506
507
508
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 506

def review_your_order_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#stateString

Note:

Defined as select :state

Returns The text content or value of state.

Returns:

  • (String)

    The text content or value of state



241
242
243
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 241

def state
  # This is a stub, used for indexing. The method is dynamically generated.
end

#state?Boolean

Returns true if the state element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_state
end

Returns:

  • (Boolean)

    true if the state element is present on the page



259
260
261
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 259

def state?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#state_elementWatir::Select

Returns The raw Select element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.state_element).to exist
end

Returns:

  • (Watir::Select)

    The raw Select element



250
251
252
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 250

def state_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_1String

Note:

Defined as text_field :street_address_1

Returns The text content or value of street_address_1.

Returns:

  • (String)

    The text content or value of street_address_1



139
140
141
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 139

def street_address_1
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_1=(value) ⇒ Object

Set the value of street_address_1

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.street_address_1 = 'value'
end

Parameters:

  • value (String)

    The value to set.



149
150
151
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 149

def street_address_1=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_1?Boolean

Returns true if the street_address_1 element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_street_address_1
end

Returns:

  • (Boolean)

    true if the street_address_1 element is present on the page



167
168
169
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 167

def street_address_1?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_1_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.street_address_1_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



158
159
160
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 158

def street_address_1_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_2String

Note:

Defined as text_field :street_address_2

Returns The text content or value of street_address_2.

Returns:

  • (String)

    The text content or value of street_address_2



173
174
175
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 173

def street_address_2
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_2=(value) ⇒ Object

Set the value of street_address_2

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.street_address_2 = 'value'
end

Parameters:

  • value (String)

    The value to set.



183
184
185
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 183

def street_address_2=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_2?Boolean

Returns true if the street_address_2 element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_street_address_2
end

Returns:

  • (Boolean)

    true if the street_address_2 element is present on the page



201
202
203
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 201

def street_address_2?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#street_address_2_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.street_address_2_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



192
193
194
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 192

def street_address_2_element
  # This is a stub, used for indexing. The method is dynamically generated.
end

#zip_codeString

Note:

Defined as text_field :zip_code

Returns The text content or value of zip_code.

Returns:

  • (String)

    The text content or value of zip_code



265
266
267
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 265

def zip_code
  # This is a stub, used for indexing. The method is dynamically generated.
end

#zip_code=(value) ⇒ Object

Set the value of zip_code

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  new.zip_code = 'value'
end

Parameters:

  • value (String)

    The value to set.



275
276
277
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 275

def zip_code=(value)
  # This is a stub, used for indexing. The method is dynamically generated.
end

#zip_code?Boolean

Returns true if the zip_code element is present on the page.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new).to be_zip_code
end

Returns:

  • (Boolean)

    true if the zip_code element is present on the page



293
294
295
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 293

def zip_code?
  # This is a stub, used for indexing. The method is dynamically generated.
end

#zip_code_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Subscriptions::New.perform do |new|
  expect(new.zip_code_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



284
285
286
# File 'lib/gitlab/page/subscriptions/new.stub.rb', line 284

def zip_code_element
  # This is a stub, used for indexing. The method is dynamically generated.
end