diff options
author | intrigeri <intrigeri@boum.org> | 2016-05-22 15:11:58 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-05-22 15:11:58 +0000 |
commit | d84fd618179a7401f0ff028da976437d819c254a (patch) | |
tree | d20c857b0c0e61d814badbd1c988c55c31e12e8a /features | |
parent | 43c42dadbec19584d2e9d8ea146a4919fa9ee3b6 (diff) | |
parent | 5237077f75bc5534e31ecbff6c827af193f34ae0 (diff) |
Merge branch 'test/10497-tor-bootstrap-is-fragile' into test/10381-fix-I-open-the-address-test-is-fragile
Diffstat (limited to 'features')
-rw-r--r-- | features/i2p.feature | 2 | ||||
-rw-r--r-- | features/unsafe_browser.feature | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/features/i2p.feature b/features/i2p.feature index 32a704e..9ebfd60 100644 --- a/features/i2p.feature +++ b/features/i2p.feature @@ -27,7 +27,7 @@ Feature: I2P Then the I2P router console is displayed in I2P Browser And the I2P Browser uses all expected TBB shared libraries - #11457 + #11457, #11458 @fragile Scenario: Closing the I2P Browser shows a stop notification and properly tears down the chroot. Given I have started Tails from DVD with I2P enabled and logged in and the network is connected diff --git a/features/unsafe_browser.feature b/features/unsafe_browser.feature index 5e6a32c..a0a26fa 100644 --- a/features/unsafe_browser.feature +++ b/features/unsafe_browser.feature @@ -4,6 +4,8 @@ Feature: Browsing the web using the Unsafe Browser when I browse the web using the Unsafe Browser I should have direct access to the web + #11458 + @fragile Scenario: The Unsafe Browser can access the LAN Given I have started Tails from DVD and logged in and the network is connected And a web server is running on the LAN @@ -11,6 +13,8 @@ Feature: Browsing the web using the Unsafe Browser And I open a page on the LAN web server in the Unsafe Browser Then I see "UnsafeBrowserHelloLANWebServer.png" after at most 20 seconds + #11458 + @fragile Scenario: Starting the Unsafe Browser works as it should. Given I have started Tails from DVD and logged in and the network is connected When I successfully start the Unsafe Browser @@ -23,7 +27,7 @@ Feature: Browsing the web using the Unsafe Browser And the Unsafe Browser has no proxy configured And the Unsafe Browser uses all expected TBB shared libraries - #11457 + #11457, #11458 @fragile Scenario: Closing the Unsafe Browser shows a stop notification and properly tears down the chroot. Given I have started Tails from DVD and logged in and the network is connected @@ -32,17 +36,23 @@ Feature: Browsing the web using the Unsafe Browser Then I see the Unsafe Browser stop notification And the Unsafe Browser chroot is torn down + #11458 + @fragile Scenario: Starting a second instance of the Unsafe Browser results in an error message being shown. Given I have started Tails from DVD and logged in and the network is connected When I successfully start the Unsafe Browser And I start the Unsafe Browser Then I see a warning about another instance already running + #11458 + @fragile Scenario: The Unsafe Browser cannot be configured to use Tor and other local proxies. Given I have started Tails from DVD and logged in and the network is connected When I successfully start the Unsafe Browser Then I cannot configure the Unsafe Browser to use any local proxies + #11458 + @fragile Scenario: The Unsafe Browser will not make any connections to the Internet which are not user initiated Given I have started Tails from DVD and logged in and the network is connected And I capture all network traffic |