Refactored scenario: Edit area fonts should not change on UI language change if the user preferences for edit area font are set
Started in a pairing session Amir and Željko, ended in session Niklas and Željko. Change-Id: I30ef2b41cfdceda04818f16f06e0071c487b90b6
This commit is contained in:
committed by
Zfilipin
parent
967683c98e
commit
b0d905a554
@@ -37,8 +37,8 @@ class PanelPage
|
||||
select(:selected_content_font, id: 'content-font-selector')
|
||||
select(:selected_interface_font, id: 'ui-font-selector')
|
||||
|
||||
select(:select_font_for_interface, id: 'ui-font-selector')
|
||||
select(:select_font_for_content, id: 'content-font-selector')
|
||||
select(:font_for_interface, id: 'ui-font-selector')
|
||||
select(:font_for_content, id: 'content-font-selector')
|
||||
|
||||
div(:uls_display_settings, class: 'uls-display-settings')
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ class PreferencesPage
|
||||
select(:set_interface_language, id: 'mw-input-wplanguage')
|
||||
button(:save, id: 'prefcontrol')
|
||||
|
||||
a(:preftab_editing, id: 'preftab-editing')
|
||||
select(:pref_editfont, id: 'mw-input-wpeditfont')
|
||||
a(:editing_tab, id: 'preftab-editing')
|
||||
select(:editing_font, id: 'mw-input-wpeditfont')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user