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:01.174
And
I follow "Create User"
00:00:00.480
And
I enter "testing" as "login"
00:00:00.020
And
I enter "testing" as "desiredpassword"
00:00:00.021
And
I enter "testing" as "desiredpasswordConfirm"
00:00:00.021
And
I select "Mr." from "prefix"
00:00:00.033
And
I enter "Test" as "firstNames"
00:00:00.022
And
I enter "User" as "lastName"
00:00:00.021
And
I enter "galaxy-noise@localhost" as "email"
00:00:00.019
And
I click on "Create Login"
00:00:02.675
Then
I should see a "Account testing created, login information sent to galaxy-noise@localhost" text
00:00:00.019
And
I should see a "testing" link
00:00:00.006
When
I follow the left menu "Users > User List > Active"
00:00:01.066
And
I follow "testing"
00:00:00.433
And
I check "role_org_admin"
00:00:00.060
And
I check "role_system_group_admin"
00:00:00.060
And
I check "role_channel_admin"
00:00:00.049
And
I check "role_activation_key_admin"
00:00:00.043
And
I check "role_config_admin"
00:00:00.045
And
I click on "Update"
00:00:01.268
Then
I should see a "User information updated" text
00:00:00.018
And
I should see a "testing" text
00:00:00.011
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
* Tue Aug 11 2026 Marek Czernek- Fix test failures with pytest>=8 - Added: * migrate-rest_tornado-saltnado-tests-to-pytest-774.patch * Wed Jul 29 2026 Marek Czernek - Fix unit tests that fail due to async Tornado usage - Added: * stabilize-testsuite-773.patch * Wed Jul 15 2026 Marek Czernek - Stabilize testsuite tests and fix AllEventsHandler - Switch apache2ctl to apachectl for SUSE OSes (bsc#1252286) - Support attrlist in ldap.managed (bsc#1257151) - Added: