Feature: 0002 - Very first settings
Description: In order to use the product
As the admin user
I want to create the organisation, the first users and set the HTTP proxy
File name: srv_first_settings.feature
Relative path: core/srv_first_settings.feature
When
I follow the left menu "Users > User List > Active"
00:00:00.218
And
I follow "Create User"
00:00:00.530
And
I enter "testing" as "login"
00:00:00.078
And
I enter "testing" as "desiredpassword"
00:00:00.058
And
I enter "testing" as "desiredpasswordConfirm"
00:00:00.059
And
I select "Mr." from "prefix"
00:00:00.053
And
I enter "Test" as "firstNames"
00:00:00.057
And
I enter "User" as "lastName"
00:00:00.057
And
I enter "galaxy-noise@localhost" as "email"
00:00:00.075
And
I click on "Create Login"
00:00:00.068
Then
I should see a "Account testing created, login information sent to galaxy-noise@localhost" text
00:00:00.072
And
I should see a "testing" link
00:00:00.012
When
I follow the left menu "Users > User List > Active"
00:00:00.076
And
I follow "testing"
00:00:00.653
And
I check "role_org_admin"
00:00:00.087
And
I check "role_system_group_admin"
00:00:00.080
And
I check "role_channel_admin"
00:00:00.084
And
I check "role_activation_key_admin"
00:00:00.081
And
I check "role_config_admin"
00:00:00.080
And
I click on "Update"
00:00:01.073
Then
I should see a "User information updated" text
00:00:00.078
And
I should see a "testing" text
00:00:00.074
When
I follow the left menu "Admin > Setup Wizard > HTTP Proxy"
0s
Then
I should see a "HTTP Proxy Hostname" text
0s
And
I should see a "HTTP Proxy Username" text
0s
And
I should see a "HTTP Proxy Password" text
0s
When
I enter the address of the HTTP proxy as "HTTP Proxy Hostname"
0s
And
I enter "suma3" as "HTTP Proxy Username"
0s
And
I enter "P4$$w/ord With%and&" as "HTTP Proxy Password"
0s
And
I click on "Save and Verify"
0s
Then
HTTP proxy verification should have succeeded
0s
* Wed Jun 10 2026 Pablo Suárez Hernández- Fix ImportError during reentrant SIGTERM shutdown - Fix broken "pkg.info_installed" after migration to salt.utils.timeutil - Added: * fix-importerror-during-reentrant-sigterm-shutdown.patch * fix-broken-pkg.info_installed-after-moving-to-salt.u.patch * Mon Jun 08 2026 Pablo Suárez Hernández - Fix deprecation warnings when running on Python 3.13 - Added: * fix-deprecation-warnings-when-running-on-python-3.13.patch * Fri May 29 2026 Yeray Gutiérrez Cedrés - Calculate UUID grain for Xen PV guests (bsc#1255418) - Added: