Module: Gitlab::Page::Main::Login

Defined in:
lib/gitlab/page/main/login.stub.rb

Instance Method Summary collapse

Instance Method Details

#accept_termsObject

Note:

Defined as button :accept_terms

Clicks accept_terms



101
102
103
# File 'lib/gitlab/page/main/login.stub.rb', line 101

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

#accept_terms?Boolean

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

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect().to be_accept_terms
end

Returns:

  • (Boolean)

    true if the accept_terms element is present on the page



119
120
121
# File 'lib/gitlab/page/main/login.stub.rb', line 119

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

#accept_terms_elementWatir::Button

Returns The raw Button element.

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect(.accept_terms_element).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



110
111
112
# File 'lib/gitlab/page/main/login.stub.rb', line 110

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

#change_password_buttonObject

Note:

Defined as button :change_password_button

Clicks change_password_button



159
160
161
# File 'lib/gitlab/page/main/login.stub.rb', line 159

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

#change_password_button?Boolean

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

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect().to be_change_password_button
end

Returns:

  • (Boolean)

    true if the change_password_button element is present on the page



177
178
179
# File 'lib/gitlab/page/main/login.stub.rb', line 177

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

#change_password_button_elementWatir::Button

Returns The raw Button element.

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect(.change_password_button_element).to exist
end

Returns:

  • (Watir::Button)

    The raw Button element



168
169
170
# File 'lib/gitlab/page/main/login.stub.rb', line 168

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

#login_fieldString

Note:

Defined as text_field :login_field

Returns The text content or value of login_field.

Returns:

  • (String)

    The text content or value of login_field



9
10
11
# File 'lib/gitlab/page/main/login.stub.rb', line 9

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

#login_field=(value) ⇒ Object

Set the value of login_field

Examples:

Gitlab::Page::Main::Login.perform do ||
  . = 'value'
end

Parameters:

  • value (String)

    The value to set.



19
20
21
# File 'lib/gitlab/page/main/login.stub.rb', line 19

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

#login_field?Boolean

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

Examples:

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

Returns:

  • (Boolean)

    true if the login_field element is present on the page



37
38
39
# File 'lib/gitlab/page/main/login.stub.rb', line 37

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

#login_field_elementWatir::TextField

Returns The raw TextField element.

Examples:

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

Returns:

  • (Watir::TextField)

    The raw TextField element



28
29
30
# File 'lib/gitlab/page/main/login.stub.rb', line 28

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

#password_confirmation_fieldString

Note:

Defined as text_field :password_confirmation_field

Returns The text content or value of password_confirmation_field.

Returns:

  • (String)

    The text content or value of password_confirmation_field



125
126
127
# File 'lib/gitlab/page/main/login.stub.rb', line 125

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

#password_confirmation_field=(value) ⇒ Object

Set the value of password_confirmation_field

Examples:

Gitlab::Page::Main::Login.perform do ||
  .password_confirmation_field = 'value'
end

Parameters:

  • value (String)

    The value to set.



135
136
137
# File 'lib/gitlab/page/main/login.stub.rb', line 135

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

#password_confirmation_field?Boolean

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

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect().to be_password_confirmation_field
end

Returns:

  • (Boolean)

    true if the password_confirmation_field element is present on the page



153
154
155
# File 'lib/gitlab/page/main/login.stub.rb', line 153

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

#password_confirmation_field_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect(.password_confirmation_field_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



144
145
146
# File 'lib/gitlab/page/main/login.stub.rb', line 144

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

#password_fieldString

Note:

Defined as text_field :password_field

Returns The text content or value of password_field.

Returns:

  • (String)

    The text content or value of password_field



43
44
45
# File 'lib/gitlab/page/main/login.stub.rb', line 43

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

#password_field=(value) ⇒ Object

Set the value of password_field

Examples:

Gitlab::Page::Main::Login.perform do ||
  .password_field = 'value'
end

Parameters:

  • value (String)

    The value to set.



53
54
55
# File 'lib/gitlab/page/main/login.stub.rb', line 53

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

#password_field?Boolean

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

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect().to be_password_field
end

Returns:

  • (Boolean)

    true if the password_field element is present on the page



71
72
73
# File 'lib/gitlab/page/main/login.stub.rb', line 71

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

#password_field_elementWatir::TextField

Returns The raw TextField element.

Examples:

Gitlab::Page::Main::Login.perform do ||
  expect(.password_field_element).to exist
end

Returns:

  • (Watir::TextField)

    The raw TextField element



62
63
64
# File 'lib/gitlab/page/main/login.stub.rb', line 62

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

#sign_in_buttonObject

Note:

Defined as button :sign_in_button

Clicks sign_in_button



77
78
79
# File 'lib/gitlab/page/main/login.stub.rb', line 77

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

#sign_in_button?Boolean

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

Examples:

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

Returns:

  • (Boolean)

    true if the sign_in_button element is present on the page



95
96
97
# File 'lib/gitlab/page/main/login.stub.rb', line 95

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

#sign_in_button_elementWatir::Button

Returns The raw Button element.

Examples:

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

Returns:

  • (Watir::Button)

    The raw Button element



86
87
88
# File 'lib/gitlab/page/main/login.stub.rb', line 86

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