summaryrefslogtreecommitdiffstats
path: root/features/step_definitions
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-04-28 18:01:45 +0000
committerHolger Levsen <holger@layer-acht.org>2016-04-28 21:52:10 +0200
commit695fcfcecf98975765ea375f2e4a9f91a40c357a (patch)
tree5f36928c869552d11ae849d13cb99bae353b5ed4 /features/step_definitions
parent2619e2c60c54dfe5189e741e131168aafce9b9c7 (diff)
downloadjenkins.debian.net-695fcfcecf98975765ea375f2e4a9f91a40c357a.tar.xz
Hmm, still getting a load of vlog noise -- try this
Diffstat (limited to 'features/step_definitions')
-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)