summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/step_definitions/common_steps.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index a04ca2c8..8d7165e6 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -376,8 +376,8 @@ Given /^I select the Desktop task$/ do
end
Given /^I install GRUB$/ do
- #@screen.wait("d-i_InstallGRUB.png", 80 * 60)
- @screen.wait("Install the GRUB", 80 * 60)
+ @screen.wait("d-i_InstallGRUB.png", 80 * 60)
+ #@screen.wait("Install the GRUB", 80 * 60)
@screen.type(Sikuli::Key.ENTER)
@screen.wait("d-i_GRUBEnterDev.png", 10 * 60)
@screen.type(Sikuli::Key.DOWN)