diff options
author | Philip Hands <phil@hands.com> | 2016-05-22 00:20:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-22 00:31:04 +0200 |
commit | a327605a371c0c1df7cfa6662a8894ee71154080 (patch) | |
tree | dffc8d5b77c2bb85ae99cd9b86d0a16c7fcf7987 /cucumber/features/step_definitions | |
parent | 01fb7b5e10908c5ffca043f6d83d39083ba7f8d1 (diff) | |
download | jenkins.debian.net-a327605a371c0c1df7cfa6662a8894ee71154080.tar.xz |
lvc: pause before typing at the bootsplash
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 96adbe2b..1b744de4 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -271,6 +271,7 @@ Given /^I boot to the d-i splash screen$/ do end Given /^I select ([a-z]*) mode and wait for the remote shell$/ do |ui_mode| + sleep(20) # FIXME -- this should not be needed, but we'll try it for j.d.n's sake if "gui" == ui_mode @screen.type(Sikuli::Key.DOWN) #@screen.wait("d-i_bootmenu_graphical.png", 10) |