Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod-tests
Commits
d3c46e1258d0
Commit
93e5640f
authored
Nov 26, 2021
by
Georges Racinet
🦑
Browse files
heptapod#582
: making Heptapod 0.27 the stable series
--HG-- branch : stable
parents
6ea904bb24b8
c0dd25ec82ff
Pipeline
#30141
passed with stage
in 39 minutes and 50 seconds
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d3c46e12
variables
:
TARGET_HEPTAPOD_IMAGE
:
"
0-2
6
-testing"
TARGET_HEPTAPOD_IMAGE
:
"
0-2
7
-testing"
HEPTAPOD_BASE_IMAGE
:
registry.heptapod.net/heptapod/omnibus-heptapod
GITLAB_ROOT_PASSWORD
:
"
5l!fe-as-initial-root-password-on-ci"
CI_CLEVER_CLOUD_FLAVOR
:
XL
...
...
tests/utils/session.py
View file @
d3c46e12
...
...
@@ -28,9 +28,9 @@ def finalize_password(driver, heptapod, user, password, current_password=None):
if
current_password
is
None
:
current_password
=
password
elem
=
driver
.
find_element_by_name
(
'user[current_password]'
)
elem
.
send_keys
(
current_password
)
elem
=
driver
.
find_element_by_name
(
'user[password]'
)
elem
.
send_keys
(
current_password
)
elem
=
driver
.
find_element_by_name
(
'user[new_password]'
)
elem
.
send_keys
(
password
)
elem
=
driver
.
find_element_by_name
(
'user[password_confirmation]'
)
elem
.
send_keys
(
password
)
...
...
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