summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-12 12:35:26 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-12 12:35:26 +0200
commit0633f7162e06eacecb63664a6fc639ccef198c3a (patch)
treeaff74416e9b1698ec072969b448bf524d4865889
parent3769320be4aea15ae5f9b0c470deea67cb65e09d (diff)
downloadjenkins.debian.net-0633f7162e06eacecb63664a6fc639ccef198c3a.tar.xz
lvc: add bug number to comment
-rw-r--r--cucumber/features/step_definitions/common_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 05cd7a9e..b8c78e3e 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -300,7 +300,7 @@ Given /^I select British English$/ do
@screen.wait(diui_png("UnitedKingdom"), 10 * PATIENCE)
@screen.type(Sikuli::Key.ENTER)
@screen.click_point(@screen.w-2, @screen.h*2/3)
- # FIXME -- we're accepting AmmericanEnglish here, despite the fact it should be BritishEnglish due to the above -- looks like a D-I bug to me
+ # FIXME -- we're accepting AmmericanEnglish here, despite the fact it should be BritishEnglish due to the above - this seems to be #840209: console-setup: fails to change keyboard layout in d-i
on_screen, _ = @screen.waitAny([diui_png("BritishEnglish"),diui_png("AmericanEnglish")], 10 * PATIENCE)
@screen.type(Sikuli::Key.ENTER)
end