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.209
And
I follow "Create User"
00:00:00.557
And
I enter "testing" as "login"
00:00:00.058
And
I enter "testing" as "desiredpassword"
00:00:00.055
And
I enter "testing" as "desiredpasswordConfirm"
00:00:00.061
And
I select "Mr." from "prefix"
00:00:00.047
And
I enter "Test" as "firstNames"
00:00:00.052
And
I enter "User" as "lastName"
00:00:00.056
And
I enter "galaxy-noise@localhost" as "email"
00:00:00.074
And
I click on "Create Login"
00:00:03.295
Then
I should see a "Account testing created, login information sent to galaxy-noise@localhost" text
00:00:00.066
And
I should see a "testing" link
00:00:00.011
When
I follow the left menu "Users > User List > Active"
00:00:00.072
And
I follow "testing"
00:00:00.573
And
I check "role_org_admin"
00:00:00.083
And
I check "role_system_group_admin"
00:00:00.076
And
I check "role_channel_admin"
00:00:00.076
And
I check "role_activation_key_admin"
00:00:00.075
And
I check "role_config_admin"
00:00:00.075
And
I click on "Update"
00:00:01.143
Then
I should see a "User information updated" text
00:00:00.074
And
I should see a "testing" text
00:00:00.071
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
* Fri May 22 2026 Pablo Suárez Hernández- Add 'show_changes' arg to 'file.append/file.prepend" states - Added: * add-show_changes-to-file.append-and-file.prepend-sta.patch * Thu May 14 2026 Victor Zhestkov - Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700) - Added: * use-non-vendored-tornado-with-python-3.11.patch * Mon Apr 27 2026 Marek Czernek - BDSA-2025-60810: Harden Tornado from invalid HTTP reason phrases - Read full URI from ldap pillar config (bsc#1254900) - Added: * bdsa-2025-60810-harden-against-invalid-http-reason-p.patch