Given
I have started Tails from DVD and logged in and the network is connected
14.403
And
I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Downloads/synaptic.html" as user "amnesia"
0.403
And
I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia"
0.230
And
I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia"
0.444
Then
the file "/home/amnesia/.gnupg/synaptic.html" exists
0.461
And
the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists
0.279
And
the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists
0.183
And
the file "/tmp/synaptic.html" exists
0.151
Given
I start monitoring the AppArmor log of "torbrowser_firefox"
0.199
When
I start the Tor Browser
43.054
And
the Tor Browser loads the startup page
1.405
And
I open the address "file:///home/amnesia/Downloads/synaptic.html" in the Tor Browser
22.494
Then
I see "TorBrowserSynapticManual.png" after at most 5 seconds
0.585
And
AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Downloads/synaptic.html"
0.843
When
I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser
11.587
Then
I do not see "TorBrowserSynapticManual.png" after at most 5 seconds
1.187
When
I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser
9.221
Then
I do not see "TorBrowserSynapticManual.png" after at most 5 seconds
0.780
When
I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser
14.332
Then
I do not see "TorBrowserSynapticManual.png" after at most 5 seconds
0.548
When
I open the address "file:///tmp/synaptic.html" in the Tor Browser
8.512
Then
I do not see "TorBrowserSynapticManual.png" after at most 5 seconds
5.334
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'