diff options
Diffstat (limited to 'features/step_definitions')
-rw-r--r-- | features/step_definitions/common_steps.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |