Fix and enable feature Persistent settings
* Reuse existing steps where possible * Rename steps file to match convention * Moved unrelated steps to a new file * Added wait for saving https://mingle.corp.wikimedia.org/projects/internationalization/cards/3822 Bug: 56885 Change-Id: I480058430696579947187265b940ea46156f1519
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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).font_for_interface.should == font
|
||||
end
|
||||
Reference in New Issue
Block a user