Bug 61214 is resolved, removed pending block

Paired with: Amir E. Aharoni
Bug: 61214

Change-Id: I3345ee2130d09bd230a55e0c9c33da7a36247a09
This commit is contained in:
Željko Filipin
2014-09-04 15:18:11 +02:00
parent c5bca60536
commit e9259b9766

View File

@@ -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|