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:
@@ -32,8 +32,10 @@ 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|
|
||||||
on(IMEPage) do |page|
|
on(IMEPage) do |page|
|
||||||
|
|||||||
Reference in New Issue
Block a user