Fixed Style/Tab RuboCop offense
Bug: 117989 Change-Id: Ic4d9769df7c0ca459a7710b414d0738601107461
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
When(/^I am on the main page$/) do
|
||||
visit MainPage
|
||||
visit MainPage
|
||||
end
|
||||
|
||||
Then(/^I open Input side panel of language settings$/) do
|
||||
on(PanelPage).panel_side_input_element.when_visible.click
|
||||
on(PanelPage).panel_side_input_element.when_visible.click
|
||||
end
|
||||
|
||||
Then(/^the Interlanguage links should use Autonym font$/) do
|
||||
on(InterlanguagePage).interlang_link_element.style("font-family").should == "'Autonym',sans-serif"
|
||||
on(InterlanguagePage).interlang_link_element.style("font-family").should == "'Autonym',sans-serif"
|
||||
end
|
||||
|
||||
Then(/^elements that are not Interlanguage links should not use Autonym font$/) do
|
||||
on(MainPage).non_interlanguage_links_use_autonym_font?.should == false
|
||||
on(MainPage).non_interlanguage_links_use_autonym_font?.should == false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user