Fixed Style/Tab RuboCop offense

Bug: 117989
Change-Id: Ic4d9769df7c0ca459a7710b414d0738601107461
This commit is contained in:
Željko Filipin
2015-11-18 11:59:32 +01:00
parent f01bcefe74
commit 81e918780a
16 changed files with 212 additions and 232 deletions

View File

@@ -1,16 +1,16 @@
Then(/^the selected interface font must be (.*?)$/) do |font|
step "I open the Universal Language Selector"
step "I open Display panel of language settings"
step "I open Fonts panel of language settings"
on(PanelPage).selected_interface_font.should == font
step "I open the Universal Language Selector"
step "I open Display panel of language settings"
step "I open Fonts panel of language settings"
on(PanelPage).selected_interface_font.should == font
end
Then(/^the selected input method for Malayalam is ml-inscript2$/) do
step "I click on an input box"
step "I should see the input method indicator"
step "in it there must be an element with Malayalam text"
step "I click on an input box"
step "I should see the input method indicator"
step "in it there must be an element with Malayalam text"
end
When(/^I select the ml-inscript2 input method in the panel$/) do
on(PanelPage).ml_inscript2_radio_element.click
on(PanelPage).ml_inscript2_radio_element.click
end