Project Number Date
test_Tails_ISO_test-suite-trixie-2 15 13 Jun 2025, 23:07

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Unsafe Browser 46 2 4 0 0 52 7 2 9 16:39.690 Failed
Tags: @product
Feature Browsing the web using the Unsafe Browser
As a Tails user when I browse the web using the Unsafe Browser I should have direct access to the web
Tags: @product
3:6.015
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.011
Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen 1:26.790
And I disable the Unsafe Browser 12.775
And I log in to a new session 1:0.324
And the network is plugged 0.124
And all notifications have disappeared 21.210
When I try to start the Unsafe Browser 0.295
Then the Unsafe Browser complains that it is disabled 4.495
After features/support/hooks.rb:330 9.043
After features/support/hooks.rb:100 0.000
Tags: @product
1:24.881
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.015
Given I have started Tails from DVD and logged in and the network is connected 22.912
And a web server is running on the LAN 1.080
When I successfully start the Unsafe Browser 38.453
And I open a page on the LAN web server in the Unsafe Browser 22.091
Then the Unsafe Browser displays the LAN web server hello message 0.342
After features/support/hooks.rb:330 3.680
After features/support/hooks.rb:100 0.001
Tags: @product @doc
1:35.382
Scenario Starting the Unsafe Browser works as it should
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Steps
Given I have started Tails from DVD and logged in and the network is connected 37.336
When I successfully start the Unsafe Browser 42.254
Then the Unsafe Browser runs as the expected user 3.289
And the Unsafe Browser has a red theme 12.501
cannot find UnsafeBrowserRedTheme.png on the screen (FindFailed)
./features/support/helpers/screen.rb:181:in `rescue in wait'
./features/support/helpers/screen.rb:165:in `wait'
./features/step_definitions/unsafe_browser.rb:51:in `/^the Unsafe Browser has a red theme$/'
features/unsafe_browser.feature:28:in `And the Unsafe Browser has a red theme'
And the Unsafe Browser shows a warning as its start page 0.000
And the Unsafe Browser has no add-ons installed 0.000
And the Unsafe Browser has no bookmarks 0.000
And the Unsafe Browser uses all expected TBB shared libraries 0.000
After features/support/hooks.rb:330 6.813

SCENARIO FAILED: 'Starting the Unsafe Browser works as it should' (at time 08:32:42)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:32:42_Starting_the_Unsafe_Browser_works_as_it_should.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:32:42_Starting_the_Unsafe_Browser_works_as_it_should.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:32:42_Starting_the_Unsafe_Browser_works_as_it_should.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:32:42_Starting_the_Unsafe_Browser_works_as_it_should.journal

After features/support/hooks.rb:100 0.000
Tags: @product
1:40.928
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails from DVD and logged in and the network is connected 28.722
When I successfully start the Unsafe Browser 30.958
When I open the Tails homepage in the Unsafe Browser 37.936
Then the Tails homepage loads in the Unsafe Browser 0.820
And the Unsafe Browser has sent packets out to the Internet 2.490
After features/support/hooks.rb:330 9.101
After features/support/hooks.rb:100 0.000
1:1.405
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.019
Given I have started Tails from DVD and logged in and the network is connected 19.183
When I successfully start the Unsafe Browser 28.635
And I close the Unsafe Browser 0.122
Then I see the "Shutting down the Unsafe Browser..." notification after at most 60 seconds 7.766
And the Unsafe Browser chroot is torn down 5.697
After features/support/hooks.rb:330 1.948
After features/support/hooks.rb:100 0.000
2:1.308
Scenario Starting a second instance of the Unsafe Browser results in an error message being shown
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.014
Steps
Given I have started Tails from DVD and logged in and the network is connected 37.692
When I successfully start the Unsafe Browser 41.833
# Wait for whatever facility the GNOME Activities Overview uses to
# learn about which applications are running to "settle". Without
# this sleep, it is confused and it's impossible to start a new
# instance (it will just switch to the one we already started).
And I wait 10 seconds 10.006

Slept for 10 seconds

And I try to start the Unsafe Browser 1.571
Then I see a warning about another instance already running 30.203
try_for() timeout expired
Last ignored exception was: Dogtail::Failure: The Dogtail init script raised: SearchError: child of [desktop frame | main]: 'zenity' application
STDOUT:

STDERR:


./features/support/helpers/dogtail.rb:93:in `run'
./features/support/helpers/dogtail.rb:70:in `initialize'
./features/step_definitions/unsafe_browser.rb:76:in `new'
./features/step_definitions/unsafe_browser.rb:76:in `block (2 levels) in <top (required)>'
./features/support/helpers/misc_helpers.rb:78:in `block (2 levels) in try_for'
./features/support/helpers/misc_helpers.rb:66:in `loop'
./features/support/helpers/misc_helpers.rb:66:in `block in try_for'
./features/support/helpers/misc_helpers.rb:65:in `try_for'
./features/step_definitions/unsafe_browser.rb:75:in `block in <top (required)>' (Timeout::Error)
./features/support/helpers/misc_helpers.rb:145:in `rescue in try_for'
./features/support/helpers/misc_helpers.rb:51:in `try_for'
./features/step_definitions/unsafe_browser.rb:75:in `/^I see a warning about another instance already running$/'
features/unsafe_browser.feature:59:in `Then I see a warning about another instance already running'
After features/support/hooks.rb:330 11.785

SCENARIO FAILED: 'Starting a second instance of the Unsafe Browser results in an error message being shown' (at time 08:37:44)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:37:44_Starting_a_second_instance_of_the_Unsafe_Browser_results_in_an_error_message_being_shown.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:37:44_Starting_a_second_instance_of_the_Unsafe_Browser_results_in_an_error_message_being_shown.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_test-suite-trixie-2/15/artifact/build-artifacts/08:37:44_Starting_a_second_instance_of_the_Unsafe_Browser_results_in_an_error_message_being_shown.journal

After features/support/hooks.rb:100 0.000
Tags: @product
1:26.829
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.034
Given I have started Tails from DVD and logged in and the network is connected 19.916
When I configure the Unsafe Browser to use a local proxy 1.549
And I successfully start the Unsafe Browser 32.439
And I open the Tails homepage in the Unsafe Browser 32.461
Then the Unsafe Browser shows the "The proxy server is refusing connections" error 0.463
After features/support/hooks.rb:330 3.961
After features/support/hooks.rb:100 0.000
3:17.579
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.014
Before features/support/hooks.rb:507 0.015
Given I have started Tails from DVD and logged in and the network is connected 35.869
And I capture all network traffic 0.007
And I configure the Unsafe Browser to check for updates more frequently 0.095
But checking for updates is disabled in the Unsafe Browser's configuration 0.022
When I successfully start the Unsafe Browser 38.171
And I wait 120 seconds 2:0.098

Slept for 120 seconds

Then the Unsafe Browser has not sent packets out to the Internet 3.315
After features/support/hooks.rb:515 0.599
After features/support/hooks.rb:330 1.202
After features/support/hooks.rb:100 0.045
1:5.359
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.013
Given I have started Tails from DVD and logged in and the network is connected 35.477
And the network is unplugged 0.076
# NetworkManager apparently needs some time to notice that the connection is now off
And I wait 10 seconds 10.008

Slept for 10 seconds

When I try to start the Unsafe Browser 0.706
Then I am told I cannot start the Unsafe Browser when I am offline 19.090
After features/support/hooks.rb:330 7.610
After features/support/hooks.rb:100 0.000