diff options
author | Philip Hands <phil@hands.com> | 2016-03-14 15:36:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | da080c472fc415b0ce918f4dd4a1ab143bb1bca4 (patch) | |
tree | bf63179f32f0eda0c2d5796e3e31c18c3c1185cf /features/localization.feature | |
parent | 26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (diff) | |
download | jenkins.debian.net-da080c472fc415b0ce918f4dd4a1ab143bb1bca4.tar.xz |
rough attempt to grab the good cucumber bits from recent tails
Diffstat (limited to 'features/localization.feature')
-rw-r--r-- | features/localization.feature | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/features/localization.feature b/features/localization.feature new file mode 100644 index 00000000..f533addf --- /dev/null +++ b/features/localization.feature @@ -0,0 +1,19 @@ +@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 |