Special case opus mime detction
[mediawiki.git] / tests / browser / features / support / pages / preferences_page.rb
blob1d836ea2c7de81dcad1c30244a2d8042f7e6b0be
1 class PreferencesPage
2   include PageObject
4   page_url 'Special:Preferences'
6   a(:appearance_link, id: 'preftab-rendering')
7   a(:editing_link, id: 'preftab-editing')
8   a(:user_profile_link, id: 'preftab-personal')
9   button(:save_button, id: 'prefcontrol')
10 end