Fixed Style/StringLiterals RuboCop offense
Bug: 117989 Change-Id: I82086ebd56ace9f85c521ef53b67e5e4bae9d607
This commit is contained in:
@@ -19,7 +19,7 @@ end
|
||||
|
||||
Then(/^my interface language is "(.*?)"$/) do |language|
|
||||
code = on(PanelPage).language_to_code(language)
|
||||
on(PanelPage).interface_element.attribute("lang").should == code
|
||||
on(PanelPage).interface_element.attribute('lang').should == code
|
||||
end
|
||||
|
||||
When(/^I click the button with the ellipsis$/) do
|
||||
|
||||
Reference in New Issue
Block a user