QA: Do not mention Wikimedia Foundation wikis in browser tests
[lhc/web/wiklou.git] / tests / browser / features / preferences.feature
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 @chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @login @phantomjs
13 Feature: Preferences
14
15 Scenario: Preferences Appearance
16 Given I am logged in
17 When I navigate to Preferences
18 And I click Appearance
19 Then I can select skins
20 And I can select image size
21 And I can select thumbnail size
22 And I can select Threshold for stub link
23 And I can select underline preferences
24 And I have advanced options checkboxes
25 And I can click Save
26 And I can restore default settings
27 And I can select date format
28 And I can see time offset section
29 And I can see local time
30 And I can select my time zone
31
32
33 Scenario: Preferences Editing
34 Given I am logged in
35 When I navigate to Preferences
36 And I click Editing
37 Then I can select edit area font style
38 And I can select section editing via edit links
39 And I can select section editing by right clicking
40 And I can select section editing by double clicking
41 And I can select to prompt me when entering a blank edit summary
42 And I can select to warn me when I leave an edit page with unsaved changes
43 And I can select show edit toolbar
44 And I can select show preview on first edit
45 And I can select show preview before edit box
46 And I can select live preview
47
48
49 Scenario: Preferences User profile
50 Given I am logged in
51 When I navigate to Preferences
52 And I click User profile
53 Then I can see my Basic informations
54 And I can change my language
55 And I can change my gender
56 And I can see my signature
57 And I can change my signature
58 And I can see my email
59 And I can click Save
60 And I can restore default settings