From e9259b97664fa969ea2b7408d078656ee2040137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Filipin?= Date: Thu, 4 Sep 2014 15:18:11 +0200 Subject: [PATCH] Bug 61214 is resolved, removed pending block Paired with: Amir E. Aharoni Bug: 61214 Change-Id: I3345ee2130d09bd230a55e0c9c33da7a36247a09 --- tests/browser/features/step_definitions/ime_steps.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/browser/features/step_definitions/ime_steps.rb b/tests/browser/features/step_definitions/ime_steps.rb index bd016bf5..1dc3b2cc 100644 --- a/tests/browser/features/step_definitions/ime_steps.rb +++ b/tests/browser/features/step_definitions/ime_steps.rb @@ -32,9 +32,7 @@ Then(/^I should see a list of available input methods$/) do end Then(/^I should see a list of suggested languages$/) do - pending("Bug 61214") do - on(IMEPage).input_method_language_list_element.should be_visible - end + on(IMEPage).input_method_language_list_element.should be_visible end When(/^I choose (.+?) as the input language$/) do |language|