summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/images/DebianLive7Greeter.pngbin0 -> 2388 bytes
-rw-r--r--features/step_definitions/common_steps.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/features/images/DebianLive7Greeter.png b/features/images/DebianLive7Greeter.png
new file mode 100644
index 00000000..ac9fc5df
--- /dev/null
+++ b/features/images/DebianLive7Greeter.png
Binary files differ
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index 36c5b9b9..2af74d97 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -230,7 +230,7 @@ Given /^the computer (re)?boots DebianLive7$/ do |reboot|
@screen.type(" autotest_never_use_this_option #{@boot_options}" +
Sikuli::Key.ENTER)
- @screen.wait('TailsGreeter.png', 30*60)
+ @screen.wait('DebianLive7Greeter.png', 30*60)
@vm.wait_until_remote_shell_is_up
activate_filesystem_shares
end