Made a scenario pending

It fails because of a known bug.

Paired with: Amir Aharoni
Bug: 61214

Change-Id: Id46d5c86e58c4e02bc491378b53c9b3f2f7a4141
This commit is contained in:
Željko Filipin
2014-06-17 15:22:27 +02:00
parent 9f61d79a70
commit 5b39955df5

View File

@@ -32,7 +32,9 @@ Then(/^I should see a list of available input methods$/) do
end end
Then(/^I should see a list of suggested languages$/) do Then(/^I should see a list of suggested languages$/) do
pending("Bug 61214") do
on(IMEPage).input_method_language_list_element.should be_visible on(IMEPage).input_method_language_list_element.should be_visible
end
end end
When(/^I choose (.+?) as the input language$/) do |language| When(/^I choose (.+?) as the input language$/) do |language|