Refactor another live preview scenario

But left it disabled because of bug 57967

Bug: 57967
Change-Id: I7b1543f526eac93c9a0200731a722332a7410b06
This commit is contained in:
Niklas Laxström
2013-12-04 12:21:40 +02:00
parent cdb21c9c49
commit b0efed428c
3 changed files with 10 additions and 7 deletions

View File

@@ -68,8 +68,8 @@ Then(/^the panel is in English/) do
on(PanelPage).panel_language_element.text.should == "Language"
end
When(/^I switch to "Input" panel of language settings/) do
on(PanelPage).panel_input_element.when_visible.click
When(/^I switch to Input panel of language settings/) do
on(PanelPage).panel_side_input_element.click
end
Then(/^the language list of ULS should use Autonym font$/) do