Project Number Date
test_Tails_ISO_devel 3870 16 Jun 2025, 16:03

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Tor Browser 104 3 17 0 0 124 14 3 17 34:22.524 Failed
Tags: @product
Feature Browsing the web using the Tor Browser
As a Tails user when I browse the web using the Tor Browser all Internet traffic should flow only through Tor
Tags: @product
1:31.529
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD and logged in and the network is connected 23.101
And a web server is running on the LAN 1.382
And I capture all network traffic 0.020
When I start the Tor Browser 47.263
And the Tor Browser loads the startup page 1.543
And I open a page on the LAN web server in the Tor Browser 13.838
Then the Tor Browser shows the "Unable to connect" error 3.692
And no traffic was sent to the web server on the LAN 0.687
After features/support/hooks.rb:330 2.249
After features/support/hooks.rb:100 0.061
1:45.161
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Before features/support/hooks.rb:507 0.011
Given I have started Tails from DVD and logged in and the network is connected 20.661
Then the live user's Downloads directory exists 0.064
And there is a GNOME bookmark for the Downloads directory 2.022
When I start the Tor Browser 53.772
And the Tor Browser loads the startup page 2.224
Then I can save the current page as "index.html" to the Downloads directory 11.499
And I can print the current page as "output.pdf" to the Downloads directory 14.916
After features/support/hooks.rb:515 3.540
After features/support/hooks.rb:330 3.968
After features/support/hooks.rb:100 0.000
1:34.409
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.051
Before features/support/hooks.rb:507 0.030
Given I have started Tails from DVD and logged in and the network is connected 21.900
When I start the Tor Browser 43.612
Then the Tor Browser loads the startup page 1.519
When I download some file in the Tor Browser to the Downloads directory 26.401
Then the file is saved to the Downloads directory 0.976
After features/support/hooks.rb:515 9.221
After features/support/hooks.rb:330 1.239
After features/support/hooks.rb:100 0.000
1:57.552
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.011
Before features/support/hooks.rb:507 0.011
Given I have started Tails from DVD and logged in and the network is connected 19.847
When I start the Tor Browser 41.809
And the Tor Browser loads the startup page 1.243
Then I can listen to an Ogg audio track in Tor Browser 54.652
After features/support/hooks.rb:515 28.282
After features/support/hooks.rb:330 4.576
After features/support/hooks.rb:100 0.008
1:34.872
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.032
Before features/support/hooks.rb:507 0.037
Given I have started Tails from DVD and logged in and the network is connected 21.063
When I start the Tor Browser 49.426
And the Tor Browser loads the startup page 1.244
Then I can watch a WebM video in Tor Browser 23.138
After features/support/hooks.rb:515 1.173
After features/support/hooks.rb:330 1.902
After features/support/hooks.rb:100 0.000
Tags: @product
3:9.574
Scenario I can view a file stored in "~/Downloads" but not in ~/.gnupg
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.012
Steps
Given I have started Tails from DVD and logged in and the network is connected 25.235
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Downloads/synaptic.html" as user "amnesia" 1.039
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.794
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.884
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.628
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 1.215
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.320
And the file "/tmp/synaptic.html" exists 0.199
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.396
When I start the Tor Browser 43.109
And the Tor Browser loads the startup page 1.174
And I open the address "file:///home/amnesia/Downloads/synaptic.html" in the Tor Browser 21.759
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.757
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Downloads/synaptic.html" 1.018
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 17.799
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.764
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 20.281
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 1.207
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 20.311
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.880
When I open the address "file:///tmp/synaptic.html" in the Tor Browser 22.432
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 7.362
can
can still find TorBrowserSynapticManual.png on the screen (FindFailed)
./features/support/helpers/screen.rb:207:in `rescue in wait_vanish'
./features/support/helpers/screen.rb:192:in `wait_vanish'
./features/step_definitions/common_steps.rb:757:in `/^I (do not )?see "([^"]*)" after at most (\d+) seconds$/'
features/torified_browsing.feature:71:in `Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds'
After features/support/hooks.rb:330 5.412

SCENARIO FAILED: 'I can view a file stored in "~/Downloads" but not in ~/.gnupg' (at time 07:21:25)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:21:25_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:21:25_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:21:25_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:21:25_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.journal

After features/support/hooks.rb:100 0.000
Tags: @product
1:33.156
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.097
Given I have started Tails from DVD and logged in and the network is connected 35.702
When I start the Tor Browser 47.313
Then the Tor Browser uses all expected TBB shared libraries 10.140
After features/support/hooks.rb:330 3.205
After features/support/hooks.rb:100 0.000
4:3.447
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.029
Before features/support/hooks.rb:507 0.029
Given I have started Tails from DVD and logged in and the network is connected 1:0.811
When I start the Tor Browser 2:19.652
And the Tor Browser loads the startup page 1.355
When I open the address "https://example.com/" in the Tor Browser 21.091
Then Tor Browser displays a "Example Domain" heading on the "Example Domain" page 1.502
And the Tor Browser has 2 tabs open 0.249
When I request a new identity in Tor Browser 3.390
Then the Tor Browser loads the startup page 15.204
And the Tor Browser has 1 tab open 0.190
After features/support/hooks.rb:515 23.823
After features/support/hooks.rb:330 3.225
After features/support/hooks.rb:100 0.007
Tags: @product
1:10.442
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.114
Given I have started Tails from DVD and logged in and the network is connected 18.883
When I start the Tor Browser 45.453
And the Tor Browser loads the startup page 4.215
Then Tor Browser's circuit view is working 1.890
After features/support/hooks.rb:330 2.129
After features/support/hooks.rb:100 0.000
Tags: @product
2:14.588
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.012
Given I have started Tails from DVD and logged in and the network is connected 34.486
When I start the Tor Browser 44.263
And the Tor Browser loads the startup page 1.560
When I open the address "https://net.ipcalf.com/" in the Tor Browser 24.148
Then Tor Browser displays a 'ifconfig | grep inet | grep -v inet6 | cut -d" " -f2 | tail -n1' heading on the "Network IP Address via ipcalf.com" page 3.887
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 20.593
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 5.648
After features/support/hooks.rb:330 3.237
After features/support/hooks.rb:100 0.000
Tags: @product
3:21.598
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.017
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 23.678
And the network is plugged 0.492
And I successfully configure Tor 35.936
And available upgrades have been checked 0.076
And all notifications have disappeared 5.336
And there is a GNOME bookmark for the Persistent directory 3.649
When I start the Tor Browser 57.676
And I download some file in the Tor Browser to the Persistent directory 35.247
Then the file is saved to the Persistent directory 0.934
When I open the address "https://tails.net/about" in the Tor Browser 21.793
Then "Tails - How Tails works" has loaded in the Tor Browser 1.941
And I can print the current page as "output.pdf" to the Persistent directory 14.834
After features/support/hooks.rb:330 1.153
After features/support/hooks.rb:100 0.000
Tags: @product
2:17.101
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.024
Given I have started Tails from DVD without network and logged in 1:6.114
Then the live user's Documents directory exists 2.018
And there is a GNOME bookmark for the Documents directory 7.521
Then I start the Tor Browser in offline mode 45.877
And I can save the current page as "index.html" to the Documents GNOME bookmark 15.571
After features/support/hooks.rb:330 2.010
After features/support/hooks.rb:100 0.000
Tags: @product
1:41.452
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD without network and logged in 24.048
Then the live user's Downloads directory exists 0.074
And there is a GNOME bookmark for the Downloads directory 7.064
Then I start the Tor Browser in offline mode 50.429
And I can save the current page as "index.html" to the Downloads GNOME bookmark 19.835
After features/support/hooks.rb:330 2.475
After features/support/hooks.rb:100 0.000
Tags: @product
1:46.329
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails from DVD without network and logged in 25.678
Then the live user's Music directory exists 2.417
And there is a GNOME bookmark for the Music directory 6.291
Then I start the Tor Browser in offline mode 45.949
And I can save the current page as "index.html" to the Music GNOME bookmark 25.992
After features/support/hooks.rb:330 8.442
After features/support/hooks.rb:100 0.000
Tags: @product
1:16.151
Scenario Outline The default XDG directories are usable in Tor Browser
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.011
Steps
Given I have started Tails from DVD without network and logged in 1:16.151
Failed to restore snapshot (RuntimeError)
./features/step_definitions/common_steps.rb:89:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:173:in `/^I\ have\ started\ Tails\ from\ DVD\ without\ network\ and\ logged\ in$/'
features/torified_browsing.feature:130:in `Given I have started Tails from DVD without network and logged in'
features/torified_browsing.feature:120:in `Given I have started Tails from DVD without network and logged in'
Then the live user's Pictures directory exists 0.000
And there is a GNOME bookmark for the Pictures directory 0.000
Then I start the Tor Browser in offline mode 0.000
And I can save the current page as "index.html" to the Pictures GNOME bookmark 0.000
After features/support/hooks.rb:330 6.441

SCENARIO FAILED: 'The default XDG directories are usable in Tor Browser, Examples (#4)' (at time 07:41:46)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:41:46_The_default_XDG_directories_are_usable_in_Tor_Browser,_Examples___4_.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:41:46_The_default_XDG_directories_are_usable_in_Tor_Browser,_Examples___4_.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:41:46_The_default_XDG_directories_are_usable_in_Tor_Browser,_Examples___4_.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:41:46_The_default_XDG_directories_are_usable_in_Tor_Browser,_Examples___4_.journal

After features/support/hooks.rb:100 0.000
Tags: @product
2:1.686
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.012
Given I have started Tails from DVD without network and logged in 47.188
Then the live user's Videos directory exists 1.956
And there is a GNOME bookmark for the Videos directory 6.770
Then I start the Tor Browser in offline mode 49.061
And I can save the current page as "index.html" to the Videos GNOME bookmark 16.708
After features/support/hooks.rb:330 4.793
After features/support/hooks.rb:100 0.000
Tags: @product
1:23.470
Scenario Persistent browser bookmarks
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.066
Steps
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 1:23.470
Failed to restore snapshot (RuntimeError)
./features/step_definitions/common_steps.rb:89:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:95:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:72:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:167:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:173:in `/^I\ have\ started\ Tails\ without\ network\ from\ a\ USB\ drive\ with\ a\ persistent\ partition\ enabled\ and\ logged\ in$/'
features/torified_browsing.feature:134:in `Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in'
And all tps features are active 0.000
And all persistent filesystems have safe access rights 0.000
And all persistence configuration files have safe access rights 0.000
And all persistent directories have safe access rights 0.000
When I start the Tor Browser in offline mode 0.000
And I add a bookmark to eff.org in the Tor Browser 0.000
And I cold reboot the computer 0.000
And the computer reboots Tails 0.000
And I enable persistence 0.000
And I log in to a new session 0.000
And all notifications have disappeared 0.000
And I start the Tor Browser in offline mode 0.000
Then the Tor Browser has a bookmark to eff.org 0.000
After features/support/hooks.rb:330 8.010

SCENARIO FAILED: 'Persistent browser bookmarks' (at time 07:45:24)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:45:24_Persistent_browser_bookmarks.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:45:24_Persistent_browser_bookmarks.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:45:24_Persistent_browser_bookmarks.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_devel/3870/artifact/build-artifacts/07:45:24_Persistent_browser_bookmarks.journal

After features/support/hooks.rb:100 0.000