Special case opus mime detction
[mediawiki.git] / tests / browser / features / support / pages / preferences_editing_page.rb
blob3b54d4582d59b0be142a26fd690bd6b3ff2a07a3
1 class PreferencesEditingPage
2   include PageObject
4   page_url 'Special:Preferences#mw-prefsection-rendering'
6   select_list(:edit_area_font_style_select, id: 'mw-input-wpeditfont')
7   checkbox(:edit_section_double_click_check, id: 'mw-input-wpeditondblclick')
8   checkbox(:edit_section_edit_link, id: 'mw-input-wpeditsectiononrightclick')
9   checkbox(:edit_section_right_click_check, id: 'mw-input-wpeditsectiononrightclick')
10   checkbox(:forced_edit_summary_check, id: 'mw-input-wpforceeditsummary')
11   checkbox(:live_preview_check, id: 'mw-input-wpuselivepreview')
12   checkbox(:preview_on_first_check, id: 'mw-input-wppreviewonfirst')
13   checkbox(:preview_on_top_check, id: 'mw-input-wppreviewontop')
14   checkbox(:show_edit_toolbar_check, id: 'mw-input-wpshowtoolbar')
15   checkbox(:unsaved_changes_check, id: 'mw-input-wpuseeditwarning')
16 end