summaryrefslogtreecommitdiffstats
path: root/features/unsafe_browser.feature
diff options
context:
space:
mode:
authorTails developers <amnesia@boum.org>2014-12-19 00:40:08 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:45:40 +0100
commit51680b6ebb645d37ebdfcd122ca163b3a638aefa (patch)
tree337e128d2eac3cbc89ecbacf38851bfa33469cd5 /features/unsafe_browser.feature
parent44bab3c86ca3d95837f4c50cc535206352385a46 (diff)
downloadjenkins.debian.net-51680b6ebb645d37ebdfcd122ca163b3a638aefa.tar.xz
files copied from https://git-tails.immerda.ch/tails - many thanks to the tails developers for their nice work and documentation of it - these files have been released under the GNU General Public License version 3 or (at your option) any later version
features/images has been omitted
Diffstat (limited to 'features/unsafe_browser.feature')
-rw-r--r--features/unsafe_browser.feature47
1 files changed, 47 insertions, 0 deletions
diff --git a/features/unsafe_browser.feature b/features/unsafe_browser.feature
new file mode 100644
index 00000000..80d91af1
--- /dev/null
+++ b/features/unsafe_browser.feature
@@ -0,0 +1,47 @@
+@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
+
+ Background:
+ Given a computer
+ And I start the computer
+ And the computer boots Tails
+ And I log in to a new session
+ And GNOME has started
+ And Tor is ready
+ And all notifications have disappeared
+ And available upgrades have been checked
+ And I save the state so the background can be restored next scenario
+
+ Scenario: Starting the Unsafe Browser works as it should.
+ When I successfully start the Unsafe Browser
+ Then the Unsafe Browser has a red theme
+ And the Unsafe Browser shows a warning as its start page
+ And the Unsafe Browser uses all expected TBB shared libraries
+
+ Scenario: Closing the Unsafe Browser shows a stop notification.
+ When I successfully start the Unsafe Browser
+ And I close the Unsafe Browser
+ Then I see the Unsafe Browser stop notification
+
+ Scenario: Starting a second instance of the Unsafe Browser results in an error message being shown.
+ When I successfully start the Unsafe Browser
+ And I start the Unsafe Browser
+ Then I see a warning about another instance already running
+
+ Scenario: The Unsafe Browser cannot be restarted before the previous instance has been cleaned up.
+ When I successfully start the Unsafe Browser
+ And I close the Unsafe Browser
+ And I start the Unsafe Browser
+ Then I see a warning about another instance already running
+
+ Scenario: Opening check.torproject.org in the Unsafe Browser shows the red onion and a warning message.
+ When I successfully start the Unsafe Browser
+ And I open the address "https://check.torproject.org" in the Unsafe Browser
+ Then I see "UnsafeBrowserTorCheckFail.png" after at most 60 seconds
+
+ Scenario: The Unsafe Browser cannot be configured to use Tor and other local proxies.
+ When I successfully start the Unsafe Browser
+ Then I cannot configure the Unsafe Browser to use any local proxies