diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/apt.feature | 2 | ||||
-rw-r--r-- | features/images/DebianLive7BootSplash.png | bin | 0 -> 13399 bytes | |||
-rw-r--r-- | features/images/DebianLive7BootSplashTabMsg.png | bin | 0 -> 4260 bytes | |||
-rw-r--r-- | features/step_definitions/common_steps.rb | 6 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/apt.feature b/features/apt.feature index e86d3c60..88174af9 100644 --- a/features/apt.feature +++ b/features/apt.feature @@ -9,7 +9,7 @@ Feature: Installing packages through APT Given a computer And I capture all network traffic And I start the computer - And the computer boots Tails + And the computer boots DebianLive7 And I enable more Tails Greeter options And I set sudo password "asdf" And I log in to a new session diff --git a/features/images/DebianLive7BootSplash.png b/features/images/DebianLive7BootSplash.png Binary files differnew file mode 100644 index 00000000..b64353aa --- /dev/null +++ b/features/images/DebianLive7BootSplash.png diff --git a/features/images/DebianLive7BootSplashTabMsg.png b/features/images/DebianLive7BootSplashTabMsg.png Binary files differnew file mode 100644 index 00000000..150830b7 --- /dev/null +++ b/features/images/DebianLive7BootSplashTabMsg.png diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 532aa4fd..36c5b9b9 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -202,7 +202,7 @@ When /^I destroy the computer$/ do @vm.destroy end -Given /^the computer (re)?boots Tails$/ do |reboot| +Given /^the computer (re)?boots DebianLive7$/ do |reboot| next if @skip_steps_while_restoring_background case @os_loader @@ -217,8 +217,8 @@ Given /^the computer (re)?boots Tails$/ do |reboot| bootsplash_tab_msg = 'TailsBootSplashTabMsgPostReset.png' boot_timeout = 120 else - bootsplash = 'TailsBootSplash.png' - bootsplash_tab_msg = 'TailsBootSplashTabMsg.png' + bootsplash = 'DebianLive7BootSplash.png' + bootsplash_tab_msg = 'DebianLive7BootSplashTabMsg.png' boot_timeout = 30 end end |