Remove vague GPL headers from browser tests with dead links
[lhc/web/wiklou.git] / tests / browser / features / support / pages / preferences_editing_page.rb
1 class PreferencesEditingPage
2 include PageObject
3
4 page_url 'Special:Preferences#mw-prefsection-rendering'
5
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