Module: CustomersDot::Page::Login

Defined in:
lib/customers_dot/page/login.stub.rb

Instance Method Summary collapse

Instance Method Details

#failure_alertString

Note:

Defined as div :failure_alert

Returns The text content or value of failure_alert.

Returns:

  • (String)

    The text content or value of failure_alert



100
101
102
# File 'lib/customers_dot/page/login.stub.rb', line 100

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

#failure_alert?Boolean

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

Examples:

CustomersDot::Page::Login.perform do ||
  expect().to be_failure_alert
end

Returns:

  • (Boolean)

    true if the failure_alert element is present on the page



118
119
120
# File 'lib/customers_dot/page/login.stub.rb', line 118

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

#failure_alert_elementWatir::Div

Returns The raw Div element.

Examples:

CustomersDot::Page::Login.perform do ||
  expect(.failure_alert_element).to exist
end

Returns:

  • (Watir::Div)

    The raw Div element



109
110
111
# File 'lib/customers_dot/page/login.stub.rb', line 109

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

#passwordString

Note:

Defined as text_field :password

Returns The text content or value of password.

Returns:

  • (String)

    The text content or value of password



42
43
44
# File 'lib/customers_dot/page/login.stub.rb', line 42

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

#password=(value) ⇒ Object

Set the value of password

Examples:

CustomersDot::Page::Login.perform do ||
  .password = 'value'
end

Parameters:

  • value (String)

    The value to set.



52
53
54
# File 'lib/customers_dot/page/login.stub.rb', line 52

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

#password?Boolean

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

Examples:

CustomersDot::Page::Login.perform do ||
  expect().to be_password
end

Returns:

  • (Boolean)

    true if the password element is present on the page



70
71
72
# File 'lib/customers_dot/page/login.stub.rb', line 70

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

#password_elementWatir::TextField

Returns The raw TextField element.

Examples:

CustomersDot::Page::Login.perform do ||
  expect(.password_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



61
62
63
# File 'lib/customers_dot/page/login.stub.rb', line 61

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

#sign_inObject

Note:

Defined as button :sign_in

Clicks sign_in



76
77
78
# File 'lib/customers_dot/page/login.stub.rb', line 76

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

#sign_in?Boolean

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

Examples:

CustomersDot::Page::Login.perform do ||
  expect().to 
end

Returns:

  • (Boolean)

    true if the sign_in element is present on the page



94
95
96
# File 'lib/customers_dot/page/login.stub.rb', line 94

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

#sign_in_elementWatir::Button

Returns The raw Button element.

Examples:

CustomersDot::Page::Login.perform do ||
  expect(.).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



85
86
87
# File 'lib/customers_dot/page/login.stub.rb', line 85

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

#sign_in_via_gitlabObject

Note:

Defined as button :sign_in_via_gitlab

Clicks sign_in_via_gitlab



148
149
150
# File 'lib/customers_dot/page/login.stub.rb', line 148

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

#sign_in_via_gitlab?Boolean

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

Examples:

CustomersDot::Page::Login.perform do ||
  expect().to 
end

Returns:

  • (Boolean)

    true if the sign_in_via_gitlab element is present on the page



166
167
168
# File 'lib/customers_dot/page/login.stub.rb', line 166

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

#sign_in_via_gitlab_elementWatir::Button

Returns The raw Button element.

Examples:

CustomersDot::Page::Login.perform do ||
  expect(.).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



157
158
159
# File 'lib/customers_dot/page/login.stub.rb', line 157

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

#successful_gitlab_authString

Note:

Defined as div :successful_gitlab_auth

Returns The text content or value of successful_gitlab_auth.

Returns:

  • (String)

    The text content or value of successful_gitlab_auth



124
125
126
# File 'lib/customers_dot/page/login.stub.rb', line 124

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

#successful_gitlab_auth?Boolean

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

Examples:

CustomersDot::Page::Login.perform do ||
  expect().to be_successful_gitlab_auth
end

Returns:

  • (Boolean)

    true if the successful_gitlab_auth element is present on the page



142
143
144
# File 'lib/customers_dot/page/login.stub.rb', line 142

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

#successful_gitlab_auth_elementWatir::Div

Returns The raw Div element.

Examples:

CustomersDot::Page::Login.perform do ||
  expect(.successful_gitlab_auth_element).to exist
end

Returns:

  • (Watir::Div)

    The raw Div element



133
134
135
# File 'lib/customers_dot/page/login.stub.rb', line 133

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

#usernameString

Note:

Defined as text_field :username

Returns The text content or value of username.

Returns:

  • (String)

    The text content or value of username



8
9
10
# File 'lib/customers_dot/page/login.stub.rb', line 8

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

#username=(value) ⇒ Object

Set the value of username

Examples:

CustomersDot::Page::Login.perform do ||
  .username = 'value'
end

Parameters:

  • value (String)

    The value to set.



18
19
20
# File 'lib/customers_dot/page/login.stub.rb', line 18

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

#username?Boolean

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

Examples:

CustomersDot::Page::Login.perform do ||
  expect().to be_username
end

Returns:

  • (Boolean)

    true if the username element is present on the page



36
37
38
# File 'lib/customers_dot/page/login.stub.rb', line 36

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

#username_elementWatir::TextField

Returns The raw TextField element.

Examples:

CustomersDot::Page::Login.perform do ||
  expect(.username_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



27
28
29
# File 'lib/customers_dot/page/login.stub.rb', line 27

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