Fixed "Unsupported input language" scenario
Tested on my machine, it now works on both Firefox and Chrome. Change-Id: I8c810b355ed1407307b57699f8427f487ab1a08a
This commit is contained in:
@@ -21,9 +21,9 @@ end
|
|||||||
|
|
||||||
When(/^I open the input method menu$/) do
|
When(/^I open the input method menu$/) do
|
||||||
on(RandomPage) do |page|
|
on(RandomPage) do |page|
|
||||||
|
page.search_input_element.fire_event "onfocus"
|
||||||
page.search_input_element.click
|
page.search_input_element.click
|
||||||
page.search_input_element.send_keys ' '
|
page.input_method_element.when_present.click
|
||||||
page.input_method_element.click
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user