From 0633f7162e06eacecb63664a6fc639ccef198c3a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 12 Oct 2016 12:35:26 +0200 Subject: lvc: add bug number to comment --- cucumber/features/step_definitions/common_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cucumber/features') 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 -- cgit v1.2.3-54-g00ecf