Project Number Date
test_Tails_ISO_feature-trixie 49 09 Jul 2025, 10:42

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Unsafe Browser 49 2 1 0 0 52 7 2 9 12:35.624 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
1:37.367
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.013
Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen 15.384
And I disable the Unsafe Browser 9.058
And I log in to a new session 52.074
And the network is plugged 0.069
And all notifications have disappeared 17.350
When I try to start the Unsafe Browser 0.142
Then the Unsafe Browser complains that it is disabled 3.287
After features/support/hooks.rb:330 3.781
After features/support/hooks.rb:100 0.000
Tags: @product
1:2.071
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.091
Given I have started Tails from DVD and logged in and the network is connected 18.454
And a web server is running on the LAN 1.073
When I successfully start the Unsafe Browser 29.715
And I open a page on the LAN web server in the Unsafe Browser 12.606
Then the Unsafe Browser displays the LAN web server hello message 0.221
After features/support/hooks.rb:330 5.059
After features/support/hooks.rb:100 0.003
Tags: @product @doc
1:18.716
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.025
Given I have started Tails from DVD and logged in and the network is connected 15.247
When I successfully start the Unsafe Browser 28.524
Then the Unsafe Browser runs as the expected user 2.985
And the Unsafe Browser has a red theme 0.640
And the Unsafe Browser shows a warning as its start page 0.672
And the Unsafe Browser has no add-ons installed 13.771
And the Unsafe Browser has no bookmarks 13.362
And the Unsafe Browser uses all expected TBB shared libraries 3.512
After features/support/hooks.rb:330 5.839
After features/support/hooks.rb:100 0.000
Tags: @product
1:59.800
Scenario The Unsafe Browser can load a web page from the Internet
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Steps
Given I have started Tails from DVD and logged in and the network is connected 12.887
When I successfully start the Unsafe Browser 27.546
When I open the Tails homepage in the Unsafe Browser 19.332
Then the Tails homepage loads in the Unsafe Browser 1:0.033
cannot find TailsHomepage.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/browser.rb:345:in `/^the Tails homepage loads in the Unsafe Browser$/'
features/unsafe_browser.feature:38:in `Then the Tails homepage loads in the Unsafe Browser'
And the Unsafe Browser has sent packets out to the Internet 0.000
After features/support/hooks.rb:330 6.529

SCENARIO FAILED: 'The Unsafe Browser can load a web page from the Internet' (at time 10:36:02)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/49/artifact/build-artifacts/10:36:02_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/49/artifact/build-artifacts/10:36:02_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/49/artifact/build-artifacts/10:36:02_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/49/artifact/build-artifacts/10:36:02_The_Unsafe_Browser_can_load_a_web_page_from_the_Internet.journal

After features/support/hooks.rb:100 0.000
47.974
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD and logged in and the network is connected 17.691
When I successfully start the Unsafe Browser 23.402
And I close the Unsafe Browser 0.121
Then I see the "Shutting down the Unsafe Browser..." notification after at most 60 seconds 3.096
And the Unsafe Browser chroot is torn down 3.662
After features/support/hooks.rb:330 4.758
After features/support/hooks.rb:100 0.000
1:21.208
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.019
Steps
Given I have started Tails from DVD and logged in and the network is connected 13.330
When I successfully start the Unsafe Browser 27.379
# 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.010

Slept for 10 seconds

And I try to start the Unsafe Browser 0.480
Then I see a warning about another instance already running 30.007
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.894

SCENARIO FAILED: 'Starting a second instance of the Unsafe Browser results in an error message being shown' (at time 10:38:22)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_feature-trixie/49/artifact/build-artifacts/10:38:22_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_feature-trixie/49/artifact/build-artifacts/10:38:22_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_feature-trixie/49/artifact/build-artifacts/10:38:22_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:1.203
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.188
Given I have started Tails from DVD and logged in and the network is connected 15.377
When I configure the Unsafe Browser to use a local proxy 0.209
And I successfully start the Unsafe Browser 21.825
And I open the Tails homepage in the Unsafe Browser 23.019
Then the Unsafe Browser shows the "The proxy server is refusing connections" error 0.772
After features/support/hooks.rb:330 3.873
After features/support/hooks.rb:100 0.000
2:45.794
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.024
Before features/support/hooks.rb:507 0.029
Given I have started Tails from DVD and logged in and the network is connected 14.112
And I capture all network traffic 0.061
And I configure the Unsafe Browser to check for updates more frequently 0.549
But checking for updates is disabled in the Unsafe Browser's configuration 0.242
When I successfully start the Unsafe Browser 28.071
And I wait 120 seconds 2:0.098

Slept for 120 seconds

Then the Unsafe Browser has not sent packets out to the Internet 2.659
After features/support/hooks.rb:515 0.432
After features/support/hooks.rb:330 0.832
After features/support/hooks.rb:100 0.046
41.486
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.010
Given I have started Tails from DVD and logged in and the network is connected 16.982
And the network is unplugged 0.037
# 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.524
Then I am told I cannot start the Unsafe Browser when I am offline 13.933
After features/support/hooks.rb:330 3.678
After features/support/hooks.rb:100 0.000