diff options
author | Philip Hands <phil@hands.com> | 2016-05-11 17:11:01 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-11 17:11:01 +0200 |
commit | a5d56e3b5443263b53b0487c81125123411bd0cf (patch) | |
tree | 71b1bdafc0a5978bca9073609eff33e228e29a12 /features/localization.feature | |
parent | 555d9414f758cc0062eff700a0352ae177fd9be5 (diff) | |
download | jenkins.debian.net-a5d56e3b5443263b53b0487c81125123411bd0cf.tar.xz |
move cucumber things under cucumber/
Diffstat (limited to 'features/localization.feature')
-rw-r--r-- | features/localization.feature | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/features/localization.feature b/features/localization.feature deleted file mode 100644 index f533addf..00000000 --- a/features/localization.feature +++ /dev/null @@ -1,19 +0,0 @@ -@product @fragile -Feature: Localization - As a Tails user - I want Tails to be localized in my native language - And various Tails features should still work - - @doc - Scenario: The Report an Error launcher will open the support documentation in supported non-English locales - Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen - And the network is plugged - And I log in to a new session in German - And Tails seems to have booted normally - And Tor is ready - When I double-click the Report an Error launcher on the desktop - Then the support documentation page opens in Tor Browser - - Scenario: The Unsafe Browser can be used in all languages supported in Tails - Given I have started Tails from DVD and logged in and the network is connected - Then the Unsafe Browser works in all supported languages |