diff options
author | intrigeri <intrigeri@boum.org> | 2019-01-27 07:38:17 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2019-01-27 07:38:17 +0000 |
commit | ca05a6b81699ed284d441d51a5a9840f6ce0245e (patch) | |
tree | b17e7af65c7d9c485c26fcd348c5f3de71d9a431 /features | |
parent | bfebf756c6221b9b164faed203fb4379bdc4312f (diff) |
Test suite: fix erroneous inter-scenario dependency doc (refs: #14596)
"I set up Additional Software when installing a package without persistent
partition and the package is installed next time I start Tails" is not
sufficient here: it does not add cowsay to the list of Additional Software.
So let's instead declare a dependency on the only scenario that
leaves cowsay in this list once it completes.
Diffstat (limited to 'features')
-rw-r--r-- | features/additional_software_packages.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/additional_software_packages.feature b/features/additional_software_packages.feature index 20e3852..ac63d51 100644 --- a/features/additional_software_packages.feature +++ b/features/additional_software_packages.feature @@ -103,7 +103,7 @@ Feature: Additional software Then the Additional Software upgrade service has started And the package "cowsay" installed version is newer than "3.03+dfsg2-1" - # Depends on scenario: I set up Additional Software when installing a package without persistent partition and the package is installed next time I start Tails + # Depends on scenario: Recovering in offline mode after Additional Software previously failed to upgrade and then succeed to upgrade when online Scenario: I am notified when Additional Software fails to install a package Given a computer And I start Tails from USB drive "__internal" with network unplugged |