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.240
And
I follow "Create User"
00:00:00.593
And
I enter "testing" as "login"
00:00:00.063
And
I enter "testing" as "desiredpassword"
00:00:00.064
And
I enter "testing" as "desiredpasswordConfirm"
00:00:00.096
And
I select "Mr." from "prefix"
00:00:00.059
And
I enter "Test" as "firstNames"
00:00:00.061
And
I enter "User" as "lastName"
00:00:00.064
And
I enter "galaxy-noise@localhost" as "email"
00:00:00.078
And
I click on "Create Login"
00:00:00.073
Then
I should see a "Account testing created, login information sent to galaxy-noise@localhost" text
00:00:00.074
And
I should see a "testing" link
00:00:00.013
When
I follow the left menu "Users > User List > Active"
00:00:00.085
And
I follow "testing"
00:00:00.528
And
I check "role_org_admin"
00:00:00.093
And
I check "role_system_group_admin"
00:00:00.086
And
I check "role_channel_admin"
00:00:00.089
And
I check "role_activation_key_admin"
00:00:00.087
And
I check "role_config_admin"
00:00:00.088
And
I click on "Update"
00:00:00.061
Then
I should see a "User information updated" text
00:00:00.083
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
* 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 * read-full-uri-from-ldap-pillar-config-753.patch * Tue Apr 14 2026 Marek Czernek - Fix testsuite failures - Added: