Fix the autonym test with the new id for Input settings

Change-Id: I3ad6156761c8f4ab5a77165d07c56581a1b4edac
This commit is contained in:
Amir E. Aharoni
2013-11-21 22:55:53 +05:30
committed by Amire80
parent 52a011afa2
commit 2923accef7
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Then(/^I open Input panel of language settings$/) do
on(PanelPage).panel_input_element.when_visible.click
end
Then(/^I open Input side panel of language settings$/) do
on(PanelPage).panel_side_input_element.when_visible.click
end