Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
de64f82e
Commit
de64f82e
authored
Jan 22, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-01-22
parents
7e425713
ba02e3a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
qa/qa/page/main/login.rb
qa/qa/page/main/login.rb
+9
-7
No files found.
qa/qa/page/main/login.rb
View file @
de64f82e
...
...
@@ -19,15 +19,17 @@ module QA
end
def
sign_in_using_credentials
if
page
.
has_content?
(
'Change your password'
)
using_wait_time
0
do
if
page
.
has_content?
(
'Change your password'
)
fill_in
:user_password
,
with:
Runtime
::
User
.
password
fill_in
:user_password_confirmation
,
with:
Runtime
::
User
.
password
click_button
'Change your password'
end
fill_in
:user_login
,
with:
Runtime
::
User
.
name
fill_in
:user_password
,
with:
Runtime
::
User
.
password
fill_in
:user_password_confirmation
,
with:
Runtime
::
User
.
password
click_button
'Change your password'
click_button
'Sign in'
end
fill_in
:user_login
,
with:
Runtime
::
User
.
name
fill_in
:user_password
,
with:
Runtime
::
User
.
password
click_button
'Sign in'
end
def
self
.
path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment