Merge "content: Recognise .json as JsonContent in User and MediaWiki namespace"
[lhc/web/wiklou.git] / tests / browser / features / support / pages / preferences_page.rb
1 #
2 # This file is subject to the license terms in the LICENSE file found in the
3 # qa-browsertests top-level directory and at
4 # https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of
5 # qa-browsertests, including this file, may be copied, modified, propagated, or
6 # distributed except according to the terms contained in the LICENSE file.
7 #
8 # Copyright 2012-2014 by the Mediawiki developers. See the CREDITS file in the
9 # qa-browsertests top-level directory and at
10 # https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS
11 #
12 class PreferencesPage
13 include PageObject
14
15 page_url 'Special:Preferences'
16
17 a(:appearance_link, id: 'preftab-rendering')
18 a(:editing_link, id: 'preftab-editing')
19 a(:user_profile_link, id: 'preftab-personal')
20 button(:save_button, id: 'prefcontrol')
21 end