Add 3D filetype for STL files
[lhc/web/wiklou.git] / tests / browser / features / support / pages / preferences_page.rb
1 class PreferencesPage
2 include PageObject
3
4 page_url 'Special:Preferences'
5
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