From 51680b6ebb645d37ebdfcd122ca163b3a638aefa Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 19 Dec 2014 00:40:08 +0100 Subject: 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 --- features/unsafe_browser.feature | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 features/unsafe_browser.feature (limited to 'features/unsafe_browser.feature') 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 -- cgit v1.2.3-70-g09d2