Version 29.4 by Manuel Smeria on 2013/02/28

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("TestReports.ManualTestReportTemplate")
3 {{/velocity}}
4
5 {{box cssClass="floatinginfobox" title="**Contents**"}}
6 {{toc start=1 depth=2 /}}
7 {{/box}}
8
9 = Introduction =
10
11 The aim of this report is to test all the features of XWiki Enterprise and XWiki Enterprise Manager 4.5.1 and see that everything is working.
12
13 = Current Progress =
14
15 Tested using [[**XWiki Enterprise 4.5.1**>>]] and [[**XWiki Enterprise Manager 4.5.1**>>]].
16
17 == Tested using the following browsers ==
18
19 For the list of supported browsers please click [[here>>dev:Community.BrowserSupportStrategy]].
20
21 {{browser name="firefox" version="19"/}}
22
23 == Tested using the following Databases ==
24
25 For the list of supported databases please click [[here>>dev:Community.DatabaseSupportStrategy]].
26
27 {{database name="hsqldb" version="2.2.9"/}}
28
29 == Conclusions ==
30
31 {{velocity}}
32 #set($jiras = $doc.getValue("reportedJiras"))
33 #set($ijiras = $doc.getValue("importantJiras"))
34 #if(($jiras && $jiras!="")||($ijiras && $ijiras!=""))
35
36 == Jira Digest ==
37
38 #if($ijiras && $ijiras!="")
39 * Important JIRAS: {{jira url="http://jira.xwiki.org" style="enum"}}$!ijiras{{/jira}}
40 #end
41 #if($jiras && $jiras!="")
42 * Other JIRAS: {{jira url="http://jira.xwiki.org" style="enum"}}$!jiras{{/jira}}
43 #end
44 #end
45 {{/velocity}}
46
47 = Jira Tickets Marked as Fixed in the Release Notes =
48
49 [[Release Notes>>ReleaseNotes.ReleaseNotesXWiki451]]
50
51 |=Ticket|=Test Result|=Tested by
52 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8839{{/jira}}|(% class="notTested" %) Not Tested|\\
53 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8837{{/jira}}|(% class="notTested" %) Not Tested|\\
54 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8824{{/jira}}|(% class="pass" %) Passed|Manuel
55 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8835{{/jira}}|(% class="notTested" %) Not Tested|\\
56 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XRENDERING-283{{/jira}}|(% class="notTested" %) Not Tested|\\
57 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XCOMMONS-345{{/jira}}|(% class="notTested" %) Not Tested|\\
58 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8826{{/jira}}|(% class="notTested" %) Not Tested|\\
59 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8833{{/jira}}|(% class="notTested" %) Not Tested|\\
60 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XCOMMONS-344{{/jira}}|(% class="notTested" %) Not Tested|\\
61 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8832{{/jira}}|(% class="pass" %) Passed|Manuel
62 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XCOMMONS-343{{/jira}}|(% class="notTested" %) Not Tested|\\
63 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8815{{/jira}}|(% class="notTested" %) Not Tested|\\
64 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8854{{/jira}}|(% class="notTested" %) Not Tested|\\
65 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8814{{/jira}}|(% class="notTested" %) Not Tested|\\
66 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8816{{/jira}}|(% class="notTested" %) Not Tested|\\
67 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8134{{/jira}}|(% class="notTested" %) Not Tested|\\
68 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8465{{/jira}}|(% class="pass" %) Passed|Manuel
69 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8440{{/jira}}|(% class="pass" %) Passed|Manuel
70 |{{jira url="http://jira.xwiki.org" style="enum" fields="status, key, summary"}}XWIKI-8849{{/jira}}|(% class="notTested" %) Not Tested|\\
71
72 = Features =
73
74 == Register/Log-In/Log-Out ==
75
76 (% style="width: 99%;" %)
77 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
78 |"Register a new user" |Click on "Register"; Fill in the fields; Click "Register"|Registration works|(% class="pass" %) Passed|-
79 |"Log-In"|Click on "Log-In"; Fill in the username; Fill in the password; Click "Log-In"|Logging in works|(% class="pass" %) Passed|-
80 |"Log-In"|Click on "Log-In"; Fill in the wrong username; Fill in the password; Click "Log-In"|You're not allowed to login|(% class="pass" %) Passed|-
81 |"Log-In" |Click on "Log-In"; Fill in the username; Fill in the wrong Password; Click "Log-In" |You're not allowed to login|(% class="pass" %) Passed|-
82 |"Log-Out" & "Log-In"|Click on "Log-Out"; Go to any page except the WebHome page; Click on "Log-In"; Fill in the username; Fill in the password; Click "Log-In" |Check if you will remain on the page you were before logging in|(% class="pass" %) Passed|-
83 |"Forgot username"|Click on "Log-In"; Click on "username" |Redirect to "Forgot Username" page|(% class="pass" %) Passed|-
84 |"Reset password"|Click on "Log-In"; Click on "password" |Redirect to "Reset Password" page|(% class="pass" %) Passed|-
85 |"Log-Out"|Click on "Log-Out" |Logout works|(% class="pass" %) Passed|-
86
87 == User Profile ==
88
89 (% style="width: 99%;" %)
90 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
91 |"User Type"|Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Select "Advanced" from the "User Type" drop-down menu; Click "Save & View"|Changes are saved|(% class="pass" %) Passed|-
92 |"User Type"|Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Select "Simple" from the "User Type" drop-down menu; Click "Save & View"|Changes are saved|(% class="pass" %) Passed|-
93 |"Default editor to use"|Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Click on the drop-down menu under "Default editor to use" and select "Text"; Click "Save & View"; Go to a page and click "Edit"|Changes are saved; Wiki editor should load when clicking "Edit"|(% class="pass" %) Passed|-
94 |"Default editor to use"|Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Click on the drop-down menu under "Default editor to use" and select "WYSIWYG"; Click "Save & View"; Go to a page and click "Edit"|Changes are saved; WYSIWYG editor should load when clicking "Edit"|(% class="pass" %) Passed|-
95 |"Display hidden documents"|Go to any page; Hover over "Edit" and click on "Wiki" or "WYSIWYG"; Tick the "Hidden document" checkbox; Click "Save & View"; Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Click on the drop-down menu under "Display hidden documents" and select "Yes"; Click "Save & View"; On the top right corner, search for the hidden page and press enter|Changes are saved; The hidden page appears as a search result|(% class="pass" %) Passed|-
96 |"Display hidden documents"|Go to any page; Hover over "Edit" and click on "Wiki" or "WYSIWYG"; Tick the "Hidden document" checkbox; Click "Save & View"; Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Click on the drop-down menu under "Display hidden documents" and select "No"; Click "Save & View"; On the top right corner, search for the hidden page and press enter|Changes are saved; The hidden page doesn't appear as a search result|(% class="pass" %) Passed|-
97 |"Timezone"|Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the small pencil icon located to the right of the "Display Preferences" text; Click on the drop-down menu under "Timezone" and select another timezone; Click "Save & View"|Changes are saved|(% class="pass" %) Passed|-
98 |"Change password"|Hover over the "Profile" text located on the top bar to the right; Click on "Preferences"; Click on the "Change Password" button; Fill in the new password; Reenter the password; Click "Update"; Click on "Log-Out"; Click on "Log-In"; Log-in using the new password|Changes are saved and the new password works|(% class="pass" %) Passed|-
99 |"Modify your profile"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the small pencil icon located to the right of the "Personal Information" text; Make a modification to your profile; Click "Preview"; Click "Back to Edit"|Redirect to Preview page; Redirect to Edit page|(% class="pass" %) Passed|-
100 |"Modify your profile"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the small pencil icon located to the right of the "Personal Information" text; Make a modification to your profile; Click "Save & Continue" |Changes are saved|(% class="pass" %) Passed|-
101 |"Modify your profile" |Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the small pencil icon located to the right of the "Personal Information" text; Make a modification to your profile; Click "Save & View" |Changes are saved|(% class="pass" %) Passed|-
102 |"Modify your profile"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the small pencil icon located to the right of the "Personal Information" text; Make a modification to your profile; Click "Cancel" |Changes are discarded|(% class="pass" %) Passed|-
103 |"Change Photo"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the top right corner of your profile picture; Click "Cancel and return to document" |Changes are discarded|(% class="pass" %) Passed|-
104 |"Change Photo"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the top right corner of your profile picture; Click on "Browse"; Choose a picture from your computer and then click on "Upload and Select" |Image is uploaded and used as profile picture|(% class="pass" %) Passed|-
105 |"Change Photo"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the top right corner of your profile picture; Click on the small green checkmark which has the "Select" tooltip|Image is used as profile picture|(% class="pass" %) Passed|-
106 |"Delete Photo"|Hover over the "Profile" text located on the top bar to the right; Click on "Profile"; Click on the top right corner of your profile picture; Delete a image by pressing the delete button next to it; Click "Yes"|The image disappears from the list and is deleted|(% class="pass" %) Passed|-
107 |"RSS Watchlist"|Go to any page; Hover over the "Page" menu located on the top bar; Click on "Watch Page"; Hover over the "Profile" text located on the top bar to the right; Click on "Watchlist"; Click on the "Last modifications feed for your watchlist" link |See the watchlist modifications as a RSS feed|(% class="pass" %) Passed|-
108 |"Watchlist"|Go to any page; Hover over the "Page" menu located on the top bar; Click on "Watch Page"; Hover over the "Profile" text located on the top bar to the right; Click on "Watchlist"; Click on the red "X" located under "Watched elements" |Changes are saved and the page is not listed anymore|(% class="pass" %) Passed|-
109 |"My dashboard"|Hover over the "Profile" text located on the top bar to the right; Click on "My dashboard"; Click on the small pencil icon located to the right of the "Dashboard preferences" text; Click on the "Add Gadget" button and insert a gadget; Select "Yes" to display the dashboard on the wiki home; Click "Save & View"; Click on the "Wiki Home" link from the breadcrumb|Personal dashboard is displayed on wiki home|(% class="pass" %) Passed|-
110 |"My dashboard"|Hover over the "Profile" text located on the top bar to the right; Click on "My dashboard"; Click on the small pencil icon located to the right of the "Dashboard preferences" text; Select "No" not to display the dashboard on the wiki home; Click "Save & View"; Click on the "Wiki Home" link from the breadcrumb|Default dashboard is displayed on wiki home|(% class="pass" %) Passed|-
111
112 == Action Menus ==
113
114 //Brief testing of the action menus and the pages/spaces they point to. These pages/spaces (e.g. wysiwyg editing, administration) will be later the subject of more in depth testing.//
115
116 === "Add" Menu ===
117
118 (% style="width: 99%;" %)
119 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
120 |"Space"|Hover over "Add"; Click on "Space"; Fill in a space name; Select "Blank Homepage"; Click "Create"|Redirect to edit mode of the newly created WebHome of that space|(% class="pass" %) Passed|-
121 |"Space"|Hover over "Add"; Click on "Space"; Fill in a space name; Select "Space Dashboard"; Click "Create"|Redirect to inline edit mode which contains a standard dashboard|(% class="pass" %) Passed|-
122 |"Page"|Hover over "Add"; Click on "Page"|Redirect to "Create Page" page|(% class="pass" %) Passed|-
123 |"Page From Office"|Hover over "Add"; Click on "Page From Office"|Look at the OfficeImporter Documentation for instructions on how to setup and configure an Office server|(% class="pass" %) Passed|-
124 |"Comment to Page"|Hover over "Add"; Click on the "Comment to Page"|The page scrolls down at the bottom in the Comments tab|(% class="pass" %) Passed|-
125 |"Attachment to Page"|Hover over "Add"; Click on the "Attachment to Page"|The page scrolls down at the bottom in the Attachments tab|(% class="pass" %) Passed|-
126
127 === "Wiki" Menu ===
128
129 (% style="width: 99%;" %)
130 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
131 |"Watch Wiki"|Hover over "Wiki"; Click on "Watch Wiki"|The star turns yellow and the writing to "Unwatch Wiki"|(% class="pass" %) Passed|-
132 |"Watch Wiki"|Hover over "Wiki"; Click on "Unwatch Wiki"|The star turns gray and the writing to "Watch Wiki"|(% class="pass" %) Passed|-
133 |"Administer Wiki"|Hover over "Wiki"; Click on "Administer Wiki"|Redirect to "Administer Wiki" page|(% class="pass" %) Passed|-
134 |"Document Index"|Hover over "Wiki"; Click on "Document Index" |Redirect to "Document Index" page|(% class="pass" %) Passed|-
135
136 === "Space" Menu ===
137
138 (% style="width: 99%;" %)
139 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
140 |"Watch Space"|Hover over "Space"; Click on "Watch Space"|The star turns yellow and the writing to "Unwatch Space"|(% class="pass" %) Passed|-
141 |"Watch Space"|Hover over "Space"; Click on "Unwatch Space"|The star turns gray and the writing to "Watch Space" |(% class="pass" %) Passed|-
142 |"Administer Space"|Hover over "Space"; Click on "Administer Space"|Redirect to "Administer Space" page|(% class="pass" %) Passed|-
143 |"Document Index"|Hover over "Space"; Click on "Document Index" |Redirect to "Document Index" page|(% class="pass" %) Passed|-
144 |"Delete Space"|Hover over "Space"; Click on "Delete"; Click on "No"|Redirected to the space WebHome|(% class="pass" %) Passed|-
145 |"Delete Space"|Hover over "Space"; Click on "Delete"; Click on "Yes"|Space will be deleted|(% class="pass" %) Passed|-
146
147 === "Page" Menu ===
148
149 (% style="width: 99%;" %)
150 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
151 |"Watch Page"|Hover over "Page"; Click on "Watch Page"|The star turns yellow and the writing to "Unwatch Space"|(% class="pass" %) Passed|-
152 |"Watch Page"|Hover over "Page"; Click on "Unwatch Page"|The star turns gray and the writing to "Watch Page"|(% class="pass" %) Passed|-
153 |"Share by Email"|Hover over "Page"; Click on "Share by Email"|The javascript modal appears; The fields and the layout are properly displayed|(% class="pass" %) Passed|-
154 |"Copy"|Hover over "Page"; Click on "Copy"; Select a new space; Insert the new page name; Click on "Copy"|The page is successfully copied|(% class="pass" %) Passed|-
155 |"Rename"|Hover over "Page"; Click on "Rename"; Select a new space; Insert the new page name; Click on "Rename"|The page is successfully renamed/moved|(% class="pass" %) Passed|-
156 |"Delete"|Hover over "Page"; Click on "Delete"; Click "Yes"|The page is successfully deleted|(% class="pass" %) Passed|-
157
158 === "Profile" Menu ===
159
160 (% style="width: 99%;" %)
161 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
162 |"Profile"|Hover over the "Profile" menu and click on "Profile"|Redirects to your profile page|(% class="pass" %) Passed|-
163 |"Preferences"|Hover over the "Profile" menu and click on "Preferences"|Redirects to your profile preferences|(% class="pass" %) Passed|-
164 |"Watchlist"|Hover over the "Profile" menu and click on "Watchlist"|Redirects to your profile watchlist|(% class="pass" %) Passed|-
165 |"Network"|Hover over the "Profile" menu and click on "Network"|Redirects to your profile network where you see the users you follow|(% class="pass" %) Passed|-
166 |"My Dashboard"|Hover over the "Profile" menu and click on "My Dashboard"|Redirects to your profile dashboard|(% class="pass" %) Passed|-
167
168 === "Edit" Menu ===
169
170 //Before testing the "Edit" menu make sure your user type is "Advanced".//
171
172 (% style="width: 99%;" %)
173 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
174 |"Edit"|Click on "Edit" |Redirects to default edit mode of the page|(% class="pass" %) Passed|-
175 |"Wiki"|Hover over "Edit"; Click on "Wiki" |Redirects to Wiki edit mode|(% class="pass" %) Passed|-
176 |"WYSIWYG"|Hover over "Edit"; Click on "WYSIWYG" |Redirects to WYSIWYG edit mode|(% class="pass" %) Passed|-
177 |"Inline Form" |Hover over "Edit"; Click on "Inline Form" |Redirects to Inline edit mode|(% class="pass" %) Passed|-
178 |"Access Rights"|Hover over "Edit"; Click on "Access Rights" |Redirects to Access Rights edit mode|(% class="pass" %) Passed|-
179 |"Objects" |Hover over "Edit"; Click on "Objects" |Redirects to Objects edit mode|(% class="pass" %) Passed|-
180 |"Class" |Hover over "Edit"; Click on "Class" |Redirects to Class edit mode|(% class="pass" %) Passed|-
181
182 === "Export" Menu ===
183
184 (% style="width: 99%;" %)
185 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
186 |"Export as PDF"|Hover over "Export"; Click on "Export as PDF"; Select what you want to export from the "PDF Export Options" page; Click "Export"|Save file dialog appears|(% class="pass" %) Passed|-
187 |"Export as RTF"|Hover over "Export"; Click on "Export as RTF" |Save file dialog appears|(% class="pass" %) Passed|-
188 |"Export as HTML"|Hover over "Export"; Click on "Export as HTML" |Save file dialog appears|(% class="pass" %) Passed|-
189 |"Export as XAR"|Hover over "Export"; Click on "Export as XAR" |Save file dialog appears|(% class="pass" %) Passed|-
190
191 === "More Actions" Menu ===
192
193 (% style="width: 99%;" %)
194 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
195 |"Print Preview"|Hover over "More Actions"; Click on "Print Preview" |Redirect to "Print Preview" page; The layout of the page is ok and fit for printing|(% class="pass" %) Passed|-
196 |"View Source"|Hover over "More Actions"; Click on "View Source" |Redirect to "View Source" page|(% class="pass" %) Passed|-
197
198 == Activity Stream ==
199
200 (% style="width: 99%;" %)
201 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
202 |Create Page|Create a page; Go to the main page|The small icon denoting page creation is visible under your user|(% class="pass" %) Passed|-
203 |Edit Page|Create a page; Edit the page and press "Save and View"; Go to the main page|The small icon denoting page editing is visible under your user|(% class="pass" %) Passed|-
204 |Annotate Page|Annotate a page; Go to the main page|The small icon denoting page annotation is visible under your user|(% class="pass" %) Passed|-
205 |Comment on Page|Comment on a page; Go to the main page|The small icon denoting page comment is visible under your user|(% class="pass" %) Passed|-
206 |Attach to Page|Add an attachment to a page; Go to the main page|The small icon denoting adding attachment is visible under your user|(% class="pass" %) Passed|-
207 |Delete Page|Delete a page; Go to the main page|The small icon denoting page deletion is visible under your user|(% class="pass" %) Passed|-
208 |See all actions|Go to the main page; Press on the small arrow pointing down located under the "Activity Stream"|Drop-down expands; All previous actions are visible|(% class="pass" %) Passed|-
209 |See all actions in detail|Go to the main page; Press on the small arrow pointing down located under the "Activity Stream"; Some of the actions from the list have their own arrow; Press each arrow and see more details regarding those actions|Drop-down expands; All previous actions are visible|(% class="pass" %) Passed|-
210
211 == Wiki Editor ==
212
213 (% style="width: 99%;" %)
214 //You can find out more about the Wiki Editor and page editing in general by clicking [[here>>platform:Features.PageEditing||anchor="HWikieditingmode"]].
215 We recommend you also try our new WYSIWYG editor. To learn more about XWiki's GWT rich text editor and discover all its features you may want to take a look at the [[WYSIWYG editor user guide>>platform:Features.WysiwygEditor]].//
216
217 === Multilingual Page ===
218
219 (% style="width: 99%;" %)
220 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
221 |"Add other languages to a page"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Localization"; Select "Yes" from the multilingual drop-down menu; Add "fr", "en", "ro" under "Supported languages"; Click on the "Save" button; Go to the page you want to add translations to; Hover over "Edit", Click on "Wiki"; On the panel from the right side, click on the language you want to translate to; Add content and save|Switching from one language to another should change the UI language and the content also|(% class="pass" %) Passed|-
222
223 === Edit Title ===
224
225 (% style="width: 99%;" %)
226 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
227 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Preview"; Click "Back to Edit"|Title is changed in Preview mode|(% class="pass" %) Passed|-
228 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & Continue"|Title is saved|(% class="pass" %) Passed|-
229 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & View"|Title is saved and shown in View mode|(% class="pass" %) Passed|-
230
231 === Text Formatting ===
232
233 (% style="width: 99%;" %)
234 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
235 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bold" button to make the text bold; Click "Preview"; Click "Back to Edit" |Check if bold styling applies on preview|(% class="pass" %) Passed|-
236 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bold" button to make the text bold; Click "Save & Continue" |Check if bold styling applies after saving|(% class="pass" %) Passed|-
237 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bold" button to make the text bold; Click "Save & View" |Check if bold styling applies after saving and going in view mode|(% class="pass" %) Passed|-
238 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Click on the "Bold" button; Fill in some text instead of "Text in Bold"; Click "Save & View" |Check if bold styling remains if content is changed|(% class="pass" %) Passed|-
239 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Preview"; Click "Back to Edit" |Check if italic styling applies on preview|(% class="pass" %) Passed|-
240 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Save & Continue" |Check if italic styling applies after saving|(% class="pass" %) Passed|-
241 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Save & View" |Check if italic styling applies after saving and going in view mode|(% class="pass" %) Passed|-
242 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Click on the "Italic" button; Fill in some text instead of "Text in Italics"; Click "Save & View" |Check if italic styling remains if content is changed|(% class="pass" %) Passed|-
243 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Preview"; Click "Back to Edit" |Check if underline styling applies on preview|(% class="pass" %) Passed|-
244 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Save & Continue" |Check if underline styling applies after saving|(% class="pass" %) Passed|-
245 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Save & View" |Check if underline styling applies after saving and going in view mode|(% class="pass" %) Passed|-
246 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Click on the "Underline" button; Fill in some text instead of "Text in Underline"; Click "Save & View" |Check if underline styling remains if content is changed|(% class="pass" %) Passed|-
247 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Preview"; Click "Back to Edit" |Check if Strikethrough styling applies on preview|(% class="pass" %) Passed|-
248 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Save & Continue" |Check if Strikethrough styling applies after saving|(% class="pass" %) Passed|-
249 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Save & View" |Check if Strikethrough styling applies after saving and going in view mode|(% class="pass" %) Passed|-
250 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Click on the "Strikethrough" button; Fill in some text instead of "Strikethrough"; Click "Save & View" |Check if Strikethrough styling remains if content is changed|(% class="pass" %) Passed|-
251 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Preview"; Click "Back to Edit" |Check if Subscript styling applies on preview|(% class="pass" %) Passed|-
252 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Save & Continue" |Check if Subscript styling applies after saving|(% class="pass" %) Passed|-
253 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Save & View" |Check if Subscript styling applies after saving and going in view mode|(% class="pass" %) Passed|-
254 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Click on the "Subscript" button; Fill in some text instead of "Text in subscript"; Click "Save & View" |Check if Subscript styling remains if content is changed|(% class="pass" %) Passed|-
255 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Preview"; Click "Back to Edit" |Check if Superscript styling applies on preview|(% class="pass" %) Passed|-
256 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & Continue" |Check if Superscript styling applies after saving|(% class="pass" %) Passed|-
257 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & View" |Check if Superscript styling applies after saving and going in view mode|(% class="pass" %) Passed|-
258 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Click on the "Superscript" button; Fill in some text instead of "Text in superscript"; Click "Save & View" |Check if Superscript styling remains if content is changed|(% class="pass" %) Passed|-
259 |Make text "Bullets On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click "Preview"; Click "Back to Edit" |Check if formatting applies|(% class="pass" %) Passed|-
260 |Make text "Bullets On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click "Save & Continue" |Check if formatting applies|(% class="pass" %) Passed|-
261 |Make text "Bullets On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
262 |Make text "Bullets On / Off"|Hover over "Edit", Click on "Wiki"; Click on the "Bullets On / Off" button to turn Bullets on; Fill in some text instead of "List item"; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
263 |Make text "Numbering On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click "Preview"; Click "Back to Edit" |Check if formatting applies|(% class="pass" %) Passed|-
264 |Make text "Numbering On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click "Save & Continue" |Check if formatting applies|(% class="pass" %) Passed|-
265 |Make text "Numbering On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
266 |Make text "Numbering On / Off"|Hover over "Edit", Click on "Wiki"; Click on the "Numbering On / Off" button to turn Numbering on; Fill in some text instead of "List item"; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
267 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Preview"; Click "Back to Edit" |Check if formatting applies|(% class="pass" %) Passed|-
268 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %) Passed|-
269 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
270 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 1" button; Fill in some text instead of "Heading 1"; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
271 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Preview"; Click "Back to Edit" |Check if formatting applies|(% class="pass" %) Passed|-
272 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %) Passed|-
273 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
274 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 1" button; Fill in some text instead of "Heading 2"; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
275 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Preview"; Click "Back to Edit" |Check if formatting applies|(% class="pass" %) Passed|-
276 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %) Passed|-
277 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
278 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 3" button; Fill in some text instead of "Heading 3"; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
279 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Preview"; Click "Back to Edit" |Check if formatting applies|(% class="pass" %) Passed|-
280 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %) Passed|-
281 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
282 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 4" button; Fill in some text instead of "Heading 4"; Click "Save & View" |Check if formatting applies|(% class="pass" %) Passed|-
283
284 === Link ===
285
286 (% style="width: 99%;" %)
287 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
288 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Preview"; Click "Back to Edit" |Check if Link feature works properly|(% class="pass" %) Passed|-
289 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Save & Continue" |Check if Link feature works properly|(% class="pass" %) Passed|-
290 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Save & View" |Check if Link feature works properly|(% class="pass" %) Passed|-
291 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Write an internal link; Select the link; Click on "Internal Link"; Click "Save & View" |Check if Link feature works properly|(% class="pass" %) Passed|-
292 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "External Link"; Replace "name of link" with some text; Replace example URL with a different URL; Click "Preview"; Click "Back to Edit" |Check if Link feature works properly|(% class="pass" %) Passed|-
293 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "External Link"; Replace "name of link" with some text; Replace example URL with a different URL; Click "Save & Continue" |Check if Link feature works properly|(% class="pass" %) Passed|-
294 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "External Link"; Replace "name of link" with some text; Replace example URL with a different URL; Click "Save & View" |Check if Link feature works properly|(% class="pass" %) Passed|-
295 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Write a label and a link in the form "label>>link" (don't forget the **http:~/~/** part when writing the link address); Select the label and the link; Click on "External Link"; Click "Save & View" |Check if Link feature works properly|(% class="pass" %) Passed|-
296
297 === Horizontal Ruler ===
298
299 (% style="width: 99%;" %)
300 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
301 |Add "Horizontal ruler" |Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Preview"; Click "Back to Edit" |Ruler should appear in Preview mode|(% class="pass" %) Passed|-
302 |Add "Horizontal ruler" |Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Save & Continue" |Saves the page and remain in Edit mode|(% class="pass" %) Passed|-
303 |Add "Horizontal ruler"|Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Save & View" |Saves the page and redirects to View mode|(% class="pass" %) Passed|-
304
305 === Image ===
306
307 (% style="width: 99%;" %)
308 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
309 |"Attach image"|Attach an image to a page; Hover over "Edit", Click on "Wiki"; Click on the "Attached image" button; Fill in the name of the image attached to the page; Click "Preview"; Click "Back to Edit" |Image should appear in Preview mode|(% class="pass" %) Passed|-
310 |"Attach image" |Attach an image to a page; Hover over "Edit", Click on "Wiki"; Click on the "Attached image" button; Fill in the name of the image attached to the page; Click "Save & Continue" |Saves the page and remains in Edit mode|(% class="pass" %) Passed|-
311 |"Attach image"|Attach an image to a page; Hover over "Edit", Click on "Wiki"; Click on the "Attached image" button; Fill in the name of the image attached to the page; Click "Save & View" |Saves the page and redirects to View mode|(% class="pass" %) Passed|-
312 |"Attach image"|Attach an image to a page; Hover over "Edit", Click on "Wiki"; Write the image name and extension in this format: "xwiki.png"; Select the "xwiki.png" text and click on the "Attached image" button; Click "Save & View"|Saves the page and redirects to View mode|(% class="pass" %) Passed|-
313
314 === HTML Code ===
315
316 (% style="width: 99%;" %)
317 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
318 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Preview"; Click "Back to Edit" |Executed HTML code should appear in Preview|(% class="pass" %) Passed|-
319 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Save & Continue" |Saves the page and remains in Edit mode|(% class="pass" %) Passed|-
320 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Save & View" |Saves the page and redirects to View mode|(% class="pass" %) Passed|-
321 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Click on "HTML Code"; Replace "<!~-~- Your HTML code here ~-~->" with some HTML code; Click "Save & View" |Check if "HTML Code" button works|(% class="pass" %) Passed|-
322
323 === Velocity Code ===
324
325 (% style="width: 99%;" %)
326 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
327 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Preview"; Click "Back to Edit" |Executed velocity code should appear in Preview|(% class="pass" %) Passed|-
328 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Save & Continue" |Saves the page and remains in Edit mode|(% class="pass" %) Passed|-
329 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Save & View" |Saves the page and redirects to Edit mode|(% class="pass" %) Passed|-
330 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Click on "Velocity Code"; Replace "#* Your velocity code here *#" with some Velocity code; Click "Save & View" |Check if "Velocity Code" button works|(% class="pass" %) Passed|-
331
332 === Preview/Save/Cancel ===
333
334 (% style="width: 99%;" %)
335 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
336 |"Preview"|Hover over "Edit", Click on "Wiki"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %) Passed|-
337 |"Save & Continue"|Hover over "Edit", Click on "Wiki"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %) Passed|-
338 |"Save & Continue"|Hover over "Edit", Click on "Wiki"; Check "Is minor edit"; Click "Save & Continue" |Saves the Page as a minor version and remains in Edit Mode|(% class="pass" %) Passed|-
339 |"Save & Continue"|Hover over "Edit", Click on "Wiki"; Type in a Comment under "Version summary"; Click "Save & Continue" |Saves the Page with a comment and remains in Edit Mode|(% class="pass" %) Passed|-
340 |"Save & View"|Hover over "Edit", Click on "Wiki"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %) Passed|-
341 |"Save & View"|Hover over "Edit", Click on "Wiki"; Check "Is minor edit"; Click "Save & View" |Saves the Page as minor version and redirects to View Mode|(% class="pass" %) Passed|-
342 |"Save & View"|Hover over "Edit", Click on "Wiki"; Type in a Comment under "Version summary"; Click "Save & View" |Saves the Page with a comment and redirects to View Mode|(% class="pass" %) Passed|-
343 |"Cancel"|Hover over "Edit", Click on "Wiki"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %) Passed|-
344 |"Exit Full Screen"|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" blue button |Check if editor becomes full screen|(% class="pass" %) Passed|-
345 |"Preview" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Preview"; Click "Back To Edit" |Check if editor becomes full screen and redirected back to Edit Page|(% class="pass" %) Passed|-
346 |"Save & Continue" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Check if editor becomes full screen; Page saves; Page remains in edit mode|(% class="pass" %) Passed|-
347 |"Save & View" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & View" |Check if editor becomes full screen; Page saves; Redirected to View Mode|(% class="pass" %) Passed|-
348 |"Cancel" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Cancel" |Check if editor becomes full screen; Cancels and returns to View Mode|(% class="pass" %) Passed|-
349 |"Autosave|Hover over "Edit", Click on "Wiki"; Check the "Autosave" checkbox; Add some content|Check if the editor automatically saves the page|(% class="pass" %) Passed|-
350
351 == WYSIWYG Editor ==
352
353 (% style="width: 99%;" %)
354 //To learn more about XWiki's GWT rich text editor and discover all its features you may want to take a look at the [[WYSIWYG editor user guide>>platform:Features.WysiwygEditor]].//
355
356 (% style="width: 99%;" %)
357 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
358 |"Edit Section"|Click on the small pencil icon near the section head in order to edit|Check if WYSIWYG Editor loads|(% class="pass" %) Passed|-
359
360 === Multilingual Page ===
361
362 (% style="width: 99%;" %)
363 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
364 |"Add other languages to a page"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Localization"; Select "Yes" from the multilingual drop-down menu; Add "fr", "en", "ro" under "Supported languages"; Click on the "Save" button; Go to the page you want to add translations to; Hover over "Edit", Click on "WYSIWYG"; On the panel from the right side, click on the language you want to translate to; Add content and save|Switching from one language to another should change the UI language and the content also|(% class="pass" %) Passed|-
365
366 === Edit Title ===
367
368 (% style="width: 99%;" %)
369 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
370 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Preview"; Click "Back to Edit" |Redirect to Edit page|(% class="pass" %) Passed|-
371 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & Continue" |Saves and remains on Edit Page|(% class="pass" %) Passed|-
372 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & View" |Saves and redirects to View Mode|(% class="pass" %) Passed|-
373
374 === Link ===
375
376 (% style="width: 99%;" %)
377 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
378 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "X" |Check if modal works|(% class="pass" %) Passed|-
379 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Click "Previous"|Check if Link feature works properly|(% class="pass" %) Passed|-
380 |"Link" > "Wiki Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Type in a Label; Type in a Tooltip; Click "Create Link"|Check if Link feature works properly|(% class="pass" %) Passed|-
381 |"Link" > "Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Type in a Label; Check "Open In New Window"; Click "Create Link"|Check if Link feature works properly|(% class="pass" %) Passed|-
382 |"Link" > "Wiki Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "All Pages"; Click on a page; Click "Select"|Check if Link feature works properly|(% class="pass" %) Passed|-
383 |"Link" > "Wiki Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "All Pages"; Click on a page; Click "Select"; Type in a Label; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Passed|-
384 |"Link" > "Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "Search"; Type in a page name; Click "Search"; Click on a page; Click "Select"; Type in a label; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Passed|-
385 |"Link" > "Attached File..." visual |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Create Link"|Check if Link feature works properly|(% class="pass" %) Passed|-
386 |"Link" > "Attached File..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
387 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Previous"|Check if Link feature works properly|(% class="pass" %) Passed|-
388 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Link Settings"; Type in a Label; Type in a Tooltip; Click "Create Link"|Check if Link feature works properly|(% class="pass" %) Passed|-
389 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Link Settings"; Type in a Label; Check "Open In New Window"; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Passed|-
390 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "All Pages"; Click on an attachment; Click "Select"; Type in a Label; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Passed|-
391 |"Link" > "Web Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..." |Check if Link feature works properly|(% class="pass" %) Passed|-
392 |"Link" > "Web Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
393 |"Link" > "Web Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Type in the Webpage Address; Type in the Label; Type in the Tooltip; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Passed|-
394 |"Link" > "Web Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Type in the Webpage Address; Type in the Label; Check "Open In New Window"; Click "Create Link"|Check if Link feature works properly|(% class="pass" %) Passed|-
395 |"Link" > "Email Address..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."|Check if Link feature works properly|(% class="pass" %) Passed|-
396 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
397 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Type in the Email Address; Type in the Label; Type in the Tooltip; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Passed|-
398 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Type in the Email Address; Type in the Label; Check "Open In New Window"; Click "Create Link"|Check if Link feature works properly|(% class="pass" %) Passed|-
399
400 === Image ===
401
402 (% style="width: 99%;" %)
403 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
404 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
405 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Click "Previous" |Check if Image feature works properly|(% class="pass" %) Passed|-
406 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Type the width of the image; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
407 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Type the height of the image; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
408 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Type the alternative text; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
409 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Select the "Left" Horizontal Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
410 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Select the "Center" Horizontal Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
411 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Select the "Right" Horizontal Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
412 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Select the "Top" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
413 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Select the "Middle" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
414 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Image Settings"; Select the "Bottom" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
415 |"Attached Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Attached Image..."; Click "All Pages"; Select a space; Select a page; Click "Update"; Click on an image; Click "Select"; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %) Passed|-
416 |"External Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > External Image..."; Click "X"|Check if modal closes properly|(% class="pass" %) Passed|-
417 |"External Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > External Image..."; Type or paste the address of the image to insert in the required field; Click "Insert Image"|Check if Image feature works properly|(% class="pass" %) Passed|-
418
419 === Table ===
420
421 (% style="width: 99%;" %)
422 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
423 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
424 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "Insert Table" |Check if Table function works properly|(% class="pass" %) Passed|-
425 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Uncheck "First Row Is A Header Row"; Click "Insert Table" |Check if Table function works properly|(% class="pass" %) Passed|-
426
427 === Macro ===
428
429 (% style="width: 99%;" %)
430 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
431 |"Macro" > "Insert Macro..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
432 |"Box" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Box" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
433 |"Chart" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Chart" macro; Click "Select"; Fill in the required fields; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
434 |"Code" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Code" macro; Click "Select"; Fill in the required field; Click "Insert Macro"|Check if Macro works properly|(% class="pass" %) Passed|-
435 |"Content" Macro|Hover over "Edit", Click on "WYSIWYG"; Make sure the "Document syntax" is "XWiki 2.1"; Click on "Macro > Insert Macro..."; Click on the "Content" macro; Click "Select"; Write "xwiki/1.0" in the "Syntax" field; Write some content using XWiki syntax 1.0 in the "Content" field; Click "Insert Macro"|Check if Macro works properly|(% class="pass" %) Passed|-
436 |"Error Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Error Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
437 |"Footnote" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Footnote" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
438 |"Formula" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Formula" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
439 |"Groovy" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Groovy" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
440 |"HTML" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "HTML" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
441 |"Id" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Id" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
442 |"Include" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Include" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
443 |"Info Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Info Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
444 |"Put Footnote" Macro |Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Put Footnote" macro; Click "Select"; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
445 |"Python" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Python" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
446 |"RSS" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "RSS" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
447 |"Script" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Script" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
448 |"Table Of Contents" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Table Of Contents" macro; Click "Select"; Fill in the fields; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
449 |"User Avatar" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "User Avatar" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
450 |"Velocity" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Velocity" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
451 |"Warning Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Click on the "Warning Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %) Passed|-
452 |"Macro" > "Edit macro properties..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a macro; Click on "Macro" > "Edit macro properties..."; Change the properties and click "Apply" |Check if Macro works properly|(% class="pass" %) Passed|-
453 |"Macro" > "Collapse"|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a macro and make sure it is expanded; Click on "Macro" > "Collapse" |Check if Macro works properly|(% class="pass" %) Passed|-
454 |"Macro" > "Expand"|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a macro and make sure it is collapsed; Click on "Macro" > "Expand" |Check if Macro works properly|(% class="pass" %) Passed|-
455
456 === Import ===
457
458 (% style="width: 99%;" %)
459 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
460 |"Office Document"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Document"; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
461 |"Paste from Clipboard"|Hover over "Edit", Click on "WYSIWYG"; Click on the small brown clipboard icon|Check if modal opens properly|(% class="pass" %) Passed|-
462 |"Paste from Clipboard"|Hover over "Edit", Click on "WYSIWYG"; Click on the small brown clipboard icon; Click "X"|Check if modal closes properly|(% class="pass" %) Passed|-
463 |"Paste from Clipboard"|Hover over "Edit", Click on "WYSIWYG"; Click on the small brown clipboard icon; Fill in the required field; Click "Import" |Check if the Import function works|(% class="pass" %) Passed|-
464 |"Paste from Clipboard"|Hover over "Edit", Click on "WYSIWYG"; Click on the small brown clipboard icon; Fill in the required field; Check "Filter Styles"; Click "Import" |Check if the Import function works|(% class="pass" %) Passed|-
465
466 === Text Formatting ===
467
468 (% style="width: 99%;" %)
469 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
470 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold |Check if formatting applies|(% class="pass" %) Passed|-
471 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold; Click on the "Bold" button again to remove Bold |Check if formatting applies|(% class="pass" %) Passed|-
472 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button |Check if formatting applies|(% class="pass" %) Passed|-
473 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button to make the text Italic; Click on the "Italic" button again to remove Italic |Check if formatting applies|(% class="pass" %) Passed|-
474 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button |Check if formatting applies|(% class="pass" %) Passed|-
475 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button to make the text Underlined; Click on the "Underline" button again to remove Underline |Check if formatting applies|(% class="pass" %) Passed|-
476 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button |Check if formatting applies|(% class="pass" %) Passed|-
477 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button to make the text Strikethrough; Click on the "Strikethrough" button again to remove Strikethrough |Check if formatting applies|(% class="pass" %) Passed|-
478 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button |Check if formatting applies|(% class="pass" %) Passed|-
479 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button to make the text Subscript; Click on the "Subscript" button again to return the text to its original size |Check if formatting applies|(% class="pass" %) Passed|-
480 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button |Check if formatting applies|(% class="pass" %) Passed|-
481 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button to make the text Superscript; Click on the "Superscript" button again to return the text to its original size |Check if formatting applies|(% class="pass" %) Passed|-
482 |"Bullets On / Off" functionality|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on |Check if formatting applies|(% class="pass" %) Passed|-
483 |"Bullets On / Off" functionality|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click on the "Bullets On / Off" button to turn Bullets off |Check if formatting applies|(% class="pass" %) Passed|-
484 |"Numbering On / Off" functionality|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on |Check if formatting applies|(% class="pass" %) Passed|-
485 |"Numbering On / Off" functionality|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click on the "Numbering On / Off" button to turn Numbering off |Check if formatting applies|(% class="pass" %) Passed|-
486 |"Undo" functionality|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo" |Check if formatting applies|(% class="pass" %) Passed|-
487 |"Redo" functionality|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo"; Click "Redo"|Check if formatting applies|(% class="pass" %) Passed|-
488 |Make text "Title 1"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
489 |Make text "Title 2"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 2" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
490 |Make text "Title 3"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 3" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
491 |Make text "Title 4"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 4" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
492 |Make text "Title 5"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 5" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
493 |Make text "Title 6"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 6" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
494 |Make text "Plain text"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown; Click on "Plain text" from the dropdown|Check if formatting applies|(% class="pass" %) Passed|-
495 |"Insert Horizontal Ruler"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Horizontal Ruler" |Check if formatting applies|(% class="pass" %) Passed|-
496 |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click "X" |Check if modal closes|(% class="pass" %) Passed|-
497 |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click on a character |Check if formatting applies|(% class="pass" %) Passed|-
498
499 === Preview/Save/Cancel ===
500
501 (% style="width: 99%;" %)
502 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
503 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %) Passed|-
504 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %) Passed|-
505 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & Continue" |Saves the Page as a minor version and remains in Edit Mode|(% class="pass" %) Passed|-
506 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment under "Version summary"; Click "Save & Continue" |Saves the Page with a comment and remains in Edit Mode|(% class="pass" %) Passed|-
507 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %) Passed|-
508 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & View" |Saves the Page as minor version and redirects to View Mode|(% class="pass" %) Passed|-
509 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Type in a version summary; Click "Save & View" |Saves the Page with a version summary and redirects to View Mode|(% class="pass" %) Passed|-
510 |"Cancel"|Hover over "Edit", Click on "WYSIWYG"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %) Passed|-
511 |"Exit Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" blue button |Check if editor becomes full screen|(% class="pass" %) Passed|-
512 |"Preview" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Preview"; Click "Back To Edit" |Check if editor becomes full screen and redirected back to Edit Page|(% class="fail" %) Failed|{{jira url="http://jira.xwiki.org" style="enum"}}XWIKI-8467{{/jira}}
513 |"Save & Continue" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Check if editor becomes full screen; Page saves; Page remains in edit mode|(% class="pass" %) Passed|-
514 |"Save & View" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & View" |Check if editor becomes full screen; Page saves; Redirected to View Mode|(% class="pass" %) Passed|-
515 |"Cancel" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Cancel" |Check if editor becomes full screen; Cancels and returns to View Mode|(% class="pass" %) Passed|-
516
517 === Edit in Source ===
518
519 (% style="width: 99%;" %)
520 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
521 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Preview"; Click "Back to Edit" |Redirect back to Edit Page|(% class="pass" %) Passed|-
522 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %) Passed|-
523 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %) Passed|-
524 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %) Passed|-
525
526 == Access Rights ==
527
528 (% style="width: 99%;" %)
529 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
530 |Users Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" radio button; Deny the view rights for a specific user by pressing twice in the checkbox until a deny sign appears; Login with the specified user|Logged in with that user should not allow you to view that page|(% class="pass" %) Passed|-
531 |Users Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" radio button; Deny the comment rights for a specific user by pressing twice in the checkbox until a deny sign appears; Login with the specified user|Logged in with that user should not allow you to comment on that page|(% class="pass" %) Passed|-
532 |Users Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" radio button; Deny the edit rights for a specific user by pressing twice in the checkbox until a deny sign appears; Login with the specified user|Logged in with that user should not allow you to edit that page|(% class="pass" %) Passed|-
533 |Users Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" radio button; Deny the delete rights for a specific user by pressing twice in the checkbox until a deny sign appears; Login with the specified user|Logged in with that user should not allow you to delete that page|(% class="pass" %) Passed|-
534 |Groups Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" radio button; Deny the view rights for a specific group by pressing twice in the checkbox until a deny sign appears; Login with a user from that group|Logged in with a user from that group should not allow you to view that page|(% class="pass" %) Passed|-
535 |Groups Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" radio button; Deny the comment rights for a specific group by pressing twice in the checkbox until a deny sign appears; Login with a user from that group|Logged in with a user from that group should not allow you to comment on that page|(% class="pass" %) Passed|-
536 |Groups Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" radio button; Deny the edit rights for a specific group by pressing twice in the checkbox until a deny sign appears; Login with a user from that group|Logged in with a user from that group should not allow you to edit that page|(% class="pass" %) Passed|-
537 |Groups Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" radio button; Deny the delete rights for a specific group by pressing twice in the checkbox until a deny sign appears; Login with a user from that group|Logged in with a user from that group should not allow you to delete that page|(% class="pass" %) Passed|-
538
539 == Objects & Classes Editing ==
540
541 //Soon//
542
543 == Administration ==
544
545 === Space Administration ===
546
547 ==== Presentation ====
548
549 (% style="width: 99%;" %)
550 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
551 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation" |Redirects to Presentation Page|(% class="pass" %) Passed|-
552 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %) Passed|-
553 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Click "Customize" |Redirect to Skin Customization Page|(% class="pass" %) Passed|-
554
555 ==== Page Elements ====
556
557 (% style="width: 99%;" %)
558 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
559 |"Page Elements"|Hover over "Space"; Click on "Administer Space"; Click on "Page Elements" |Redirects to Page Elements Page|(% class="pass" %) Passed|-
560 |"Page Elements"|Hover over "Space"; Click on "Administer Space"; Click on "Page Elements"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %) Passed|-
561
562 ==== Panel Wizard ====
563
564 (% style="width: 99%;" %)
565 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
566 |"Panel Wizard"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="pass" %) Passed|-
567 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on the accordion headers|Accordion headers work properly|(% class="pass" %) Passed|-
568 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Drag and drop a panel from the panel list to the side |Check if Drag and drop works|(% class="pass" %) Passed|-
569 |"Panel Expand/Collapse"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; On the left side in the Panels section, click once on a Panel's Head; Click again|Check if the Panels collapses/expands|(% class="pass" %) Passed|-
570 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Drag and drop a panel from the panel list to the side; Click "Save The New Layout"|Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %) Passed|-
571 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Drag and drop a panel from the side to the panel list|Check if Drag and drop works|(% class="pass" %) Passed|-
572 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Drag and drop a panel from the side to the panel list; Click "Save The New Layout"|Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %) Passed|-
573 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "No side column"; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
574 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Left Column"; Click on "Panel List"; Drag a panel to the left; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
575 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Right Column"; Click on "Panel List"; Drag a panel to the right; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
576 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Both Columns"; Click on "Panel List"; Drag a panel to the left and a panel to the right; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
577 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Go To Panels Home Page"|Redirects to Panels Page|(% class="pass" %) Passed|-
578
579 ==== Rights ====
580
581 (% style="width: 99%;" %)
582 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
583 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights" |Redirects to Rights Page|(% class="pass" %) Passed|-
584 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights"; Select "Users" |See if the list of users appears|(% class="pass" %) Passed|-
585 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights"; Click once in one of the empty boxes |See if the green check sign appears inside the box|(% class="pass" %) Passed|-
586 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights"; Click twice in one of the empty boxes |See if the denied icon appears inside the box|(% class="pass" %) Passed|-
587
588 === Wiki Administration ===
589
590 ==== Edit Mode Settings ====
591
592 (% style="width: 99%;" %)
593 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
594 |"Edit Mode Settings"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"|Redirects to "Edit Mode Settings" page|(% class="pass" %) Passed|-
595 |"Default Editor to use"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default editor to "Text"|Edit a page and see if the loaded editor will be the "Wiki" editor|(% class="pass" %) Passed|-
596 |"Default document syntax "|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "1.0"; Click "Save"; Create a new page|The page you created should be in 1.0 syntax|(% class="pass" %) Passed|-
597 |"Default document syntax "|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "2.1"; Click "Save"; Create a new page|The page you created should be in 2.1 syntax|(% class="pass" %) Passed|-
598 |"Make Document title field mandatory"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the document title field mandatory to "Yes"; Click "Save"; Create a new page; Don't put any title|You are not allowed to save the page|(% class="pass" %) Passed|-
599 |"Enable Version Summaries"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the "Enable Version Summaries" field to "No"; Click "Save"; Create a new page|You don't see the the input field with version summary|(% class="pass" %) Passed|-
600 |"Make Version Summaries Mandatory"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the "Make Version Summaries Mandatory" to "Yes"; Click "Save"; Create a new page|You are not allowed to save the page if you don't fill the summary field|(% class="pass" %) Passed|-
601 |"Enable Minor Edits"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the "Enable Minor Edits" to "No"; Click "Save"; Create a new page|The small checkbox that marks that the version is a minor one will not be present|(% class="pass" %) Passed|-
602
603 ==== Localization ====
604
605 (% style="width: 99%;" %)
606 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
607 |"Localization"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Localization" |Redirects to Localization page\\|(% class="pass" %) Passed|-
608 |"Date Format"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Localization"; Add valid date format to "Date Format" field; For example, you can use "HH:mm, dd/MM/yyyy"; Click "Save"|Check if the date format of the last modification has changed on any page|(% class="pass" %) Passed|-
609 |"TimeZone"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Localization"; Select another time zone from the "Timezone" dropdown; Click "Save"|Check if the hour or date is changed on any page|(% class="pass" %) Passed|-
610
611 ==== Email ====
612
613 (% style="width: 99%;" %)
614 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
615 |"Email"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Email"|Redirects to Email page|(% class="pass" %) Passed|-
616 |"Email"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Email"; Change a field; Click "Save"|Check if the fields are saved|(% class="pass" %) Passed|-
617
618 ==== Office Server ====
619
620 (% style="width: 99%;" %)
621 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
622 |"Office Server"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Office Server"|Redirects to Office Server page\\|(% class="pass" %) Passed|-
623 |"Office Server"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Office Server"; Select "Start server (connect)"; Click "Update"|Starts the server; Status should indicate started|(% class="notTested" %) Not Tested|-
624 |"Office Server"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Office Server"; Select "Stop server (disconnect)"; Click "Update"|Stops the server; Status should indicate stopped|(% class="notTested" %) Not Tested|-
625 |"Office Server"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Office Server"; Select "Restart server"; Click "Update" |Restarts the server; Status should indicate started|(% class="notTested" %) Not Tested|-
626
627 ==== Presentation ====
628
629 (% style="width: 99%;" %)
630 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
631 |"Presentation"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation" |Redirects to Presentation Page|(% class="pass" %) Passed|-
632 |"Presentation"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %) Passed|-
633 |"Color Theme"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Change the default Color Theme; Click "Save" |Check if the Color Theme has changed|(% class="pass" %) Passed|-
634
635 ==== Page Elements ====
636
637 (% style="width: 99%;" %)
638 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
639 |"Page Elements"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements" |Redirects to Page Elements Page|(% class="pass" %) Passed|-
640 |"Display the left panel column"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Display the left panel column" to "No"; Click "Save"|The panel(s) from the left side must disappear|(% class="pass" %) Passed|-
641 |"Panels displayed on the left"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Panels displayed on the left" to "Panels.QuickLinks,Panels.MyRecentModifications"; Click "Save"|The panel(s) should be visible|(% class="pass" %) Passed|-
642 |"Display the right panel column"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Display the right panel column" to "No"; Click "Save"|The panel(s) from the right side must disappear|(% class="pass" %) Passed|-
643 |"Panels displayed on the right"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Panels displayed on the right" to "Panels.QuickLinks,Panels.MyRecentModifications"; Click "Save"|The panel(s) should be visible|(% class="pass" %) Passed|-
644 |"Show document annotations"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Show document annotations" to "Yes"; Click "Save"|Annotations tab re-appears in the bottom of the pages|(% class="pass" %) Passed|-
645 |"Show document comments"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Show document comments" to "No"; Click "Save"|Comments tab disappears from the bottom of the pages|(% class="pass" %) Passed|-
646 |"Show document attachments"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Show document attachments" to "No"; Click "Save"|Attachments tab disappears from the bottom of the pages|(% class="pass" %) Passed|-
647 |"Show document history"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Show document history" to "No"; Click "Save"|History tab disappears from the bottom of the pages|(% class="pass" %) Passed|-
648 |"Show document information"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Set the "Show document information" to "No"; Click "Save"|Information tab disappears from the bottom of the pages|(% class="pass" %) Passed|-
649 |"Footer space copyright"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Change the value of the "Space Copyright" field; Click "Save"|See if changes are saved|(% class="pass" %) Passed|-
650 |"Footer version"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Page Elements"; Change the value of the "Version" field; Click "Save"|See if changes are saved|(% class="pass" %) Passed|-
651
652 ==== Panel Wizard ====
653
654 (% style="width: 99%;" %)
655 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
656 |"Panel Wizard"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="pass" %) Passed|-
657 |"Panel List"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Change the order of the panels; Click "Save The New Layout"|Check if the fields are saved|(% class="pass" %) Passed|-
658 |"Panel List"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on the accordion headers |Accordion works properly|(% class="pass" %) Passed|-
659 |"Panel List"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Drag and drop a panel from the panel list to the side |Check if Drag and drop works|(% class="pass" %) Passed|-
660 |"Panel Expand/Collapse"|On the left side in the Panels section, click once on a Panel's Head; Click again|Check if the Panel collapses/expands|(% class="pass" %) Passed|-
661 |"Panel List"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Drag and drop a panel from the panel list to the side; Click "Save The New Layout"|Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %) Passed|-
662 |"Panel List"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Drag and drop a panel from the side to the panel list|Check if Drag and drop works|(% class="pass" %) Passed|-
663 |"Panel List"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Drag and drop a panel from the side to the panel list; Click "Save The New Layout"|Navigate to a different page and check that the panel is no longer where you had previously dropped it|(% class="pass" %) Passed|-
664 |"Page Layout"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "No side column"; "Click Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
665 |"Page Layout"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Left Column"; Click on "Panel List"; Drag a panel to the left; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
666 |"Page Layout"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Right Column"; Click on "Panel List"; Drag a panel to the right; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
667 |"Page Layout"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Both Columns"; Click on "Panel List"; Drag a panel to the left and a panel to the right; Click "Save The New Layout"|Go to a different page to check if the new layout is in place|(% class="pass" %) Passed|-
668 |"Page Layout"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Go To Panels Home Page" |You are redirected to Panels.WebHome page|(% class="pass" %) Passed|-
669
670 ==== Users ====
671
672 (% style="width: 99%;" %)
673 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
674 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users" |Redirects to Users Page|(% class="pass" %) Passed|-
675 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on the small pencil icon to edit a user; Modify the User info and then click "Cancel"|Check if settings are discarded|(% class="pass" %) Passed|-
676 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on the small pencil icon to edit a user; Modify the User info and click "Save"|Check if settings are saved|(% class="pass" %) Passed|-
677 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on the small pencil icon to edit a user; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
678 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on the small pencil icon to edit a user; Click on the "Preferences" tab; Change "Default editor to use" to "Text"; Click "Save"|Check if changes are saved|(% class="pass" %) Passed|-
679 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on the small pencil icon to edit a user; Click on the "Preferences" tab; Change user type to "Advanced"; Click on "Save"|Check if changes are saved|(% class="pass" %) Passed|-
680 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on "Add new user"; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
681 |"Users"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on "Add new user"; Fill in the fields; Click "Save" |Check is new user was added|(% class="pass" %) Passed|-
682 |"Delete User"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Users"; Click on the red "X"; Click on "OK"|The user disappears from the LiveTable|(% class="pass" %) Passed|-
683
684 ==== Groups ====
685
686 (% style="width: 99%;" %)
687 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
688 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups" |Redirects to Groups Page|(% class="pass" %) Passed|-
689 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the small pencil icon to edit a group|Check if edit window appears|(% class="pass" %) Passed|-
690 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the small pencil icon to edit a group; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
691 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the small pencil icon to edit a group; Add a user to the group; Click "Add"; Click "Remove" |Check if adding/removing a user from group works|(% class="pass" %) Passed|-
692 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the small pencil icon to edit a group; Add subgroup; Click "Add" |Check if adding subgroups works|(% class="pass" %) Passed|-
693 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Click "X" |Check if modal closes properly|(% class="pass" %) Passed|-
694 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Create a group; Delete the group|Check if adding/deleting a groups works|(% class="pass" %) Passed|-
695 |"Groups"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Groups"; Click on an existing group; Click on the "Edit" button|Redirect to Group Edit page|(% class="pass" %) Passed|-
696
697 ==== Rights ====
698
699 (% style="width: 99%;" %)
700 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
701 |"Rights"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Rights" |Redirects to Rights Page|(% class="pass" %) Passed|-
702 |"Rights"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Rights"; Select "Users" |See if the list of users appears|(% class="pass" %) Passed|-
703 |"Rights"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Rights"; Click once in one of the empty boxes |See if the green check sign appears inside the box|(% class="pass" %) Passed|-
704 |"Rights"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Rights"; Click twice in one of the empty boxes |See if the denied icon appears inside the box|(% class="pass" %) Passed|-
705
706 ==== Registration ====
707
708 (% style="width: 99%;" %)
709 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
710 |"Registration"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Registration" |Redirects to Registration Page|(% class="pass" %) Passed|-
711 |"Registration"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Registration"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %) Passed|-
712
713 ==== User Profile ====
714
715 (% style="width: 99%;" %)
716 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
717 |"User Profile"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "User Profile"|Redirects to Users Profile page|(% class="pass" %) Passed|-
718 |"User Profile"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "User Profile"; Under "Section Properties" click on the "XWikiUsers" link to the XWiki User Class; On the bottom of the page click on the "add or modify the class properties" link; Add some properties; Go back to the "User Profile" page and add the new properties to one of the "Section Properties" fields; Click "Save"|New fields will be displayed when viewing a user's profile|(% class="pass" %) Passed|-
719
720 ==== Import ====
721
722 (% style="width: 99%;" %)
723 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
724 |"Import"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Import"|Redirects to Import Page|(% class="pass" %) Passed|-
725 |"Import" |Hover over "Wiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click on the XAR attachment under "Available packages"; Click "none"|Selects none of the pages from the XAR|(% class="pass" %) Passed|-
726 |"Import"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click on the XAR attachment under "Available packages"; Click "all"|Selects all of the pages from the XAR|(% class="pass" %) Passed|-
727 |"Import"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click on the XAR attachment under "Available packages"; Click "Import"|Check if the XAR is imported into the Wiki|(% class="pass" %) Passed|-
728 |"Import"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click on the red "X" under "Available packages"; Click "Yes"|Check if attachment is deleted|(% class="pass" %) Passed|-
729
730 ==== Export ====
731
732 (% style="width: 99%;" %)
733 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
734 |"Export"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Export" |Redirects to Export page\\|(% class="pass" %) Passed|-
735 |"Export"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Export"; Fill in the fields; Click "Export" |Save file dialog should appear with XAR extension|(% class="pass" %) Passed|-
736
737 ==== Templates ====
738
739 (% style="width: 99%;" %)
740 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
741 |"Templates"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Templates" |Redirects to Template page|(% class="pass" %) Passed|-
742 |Create Page from Template|Create a page and add some text; Hover over "Wiki"; Click on "Administer Wiki"; Click on "Templates"; Write a "Template Provider" name in the "Page" field and click on "Create"; In the "Template to use" field, put the Space.Page name of the previously created page; Click "Save and View"; Create a new page using the template; Further details can be found [[here>>platform:Features.DocumentLifecycle||anchor="HCreatefromTemplate"]].|The contents of the new page should contain the one from the Template|(% class="pass" %) Passed|-
743
744 ==== Extension Manager ====
745
746 (% style="width: 99%;" %)
747 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
748 |Extension Manager|Hover over "Wiki" and click on "Administer Wiki"; Click on "Add extensions"|You see a list of extensions that you can install on your wiki|(% class="pass" %) Passed|-
749 |Extension Manager|Click on "More applications" on the "Applications" panel from the right; Click on "Install new applications"|You see a list of extensions that you can install on your wiki|(% class="pass" %) Passed|-
750 |Add extension|Hover over "Wiki" and click on "Administer Wiki"; Click on "Add extensions"; In the search box, type the name of an extension and press "Enter"; Click on "Install"; Click on "Continue"|Progress bar appears; Message confirming successful installation|(% class="pass" %) Passed|-
751 |Advanced Search|Hover over "Wiki" and click on "Administer Wiki"; Click on "Add extensions"; Click on the "Advanced search" link; Enter the extension ID in this format: "groupId:artifactId" and the version number (for example use "org.xwiki.contrib:macro-jira" and "1.2"); Click "Search"|Results are displayed; In case you didn't enter the extension ID and the version number correctly you should get an information message telling you there's no extension associated with that ID and version number|(% class="pass" %) Passed|-
752 |Installed Extensions|Hover over "Wiki" and click on "Administer Wiki"; Click on "Installed extensions"|All the installed extensions are visible; The extension status bar is green|(% class="pass" %) Passed|-
753 |Upgrade an Extension|Hover over "Wiki" and click on "Administer Wiki"; Click on "Add extensions"; Click the "Upgrade" button for one of the extensions that can be upgraded; Click "Continue"|Progress bar appears; Message confirming successful upgrade|(% class="pass" %) Passed|-
754 |Merge Conflict Resolution|Modify an extension that can be upgraded; Hover over "Wiki" and click on "Administer Wiki"; Click on "Add extensions"; Click the "Upgrade" button for the extension you previously modified; Click "Show Changes"|You will see a difference between the current version and the merged version of the extension in the "Description" tab after clicking "Upgrade"; You will see a difference between the current version and the newer one after clicking "Show Changes"|(% class="notTested" %) Not Tested|-
755 |Downgrade an Extension|Hover over "Wiki" and click on "Administer Wiki"; Click on "Add extensions"; Click the "Downgrade" button for one of the extensions that can be downgraded; Click "Continue"|Progress bar appears; Message confirming successful downgrade|(% class="pass" %) Passed|-
756 |Uninstall Extension|Hover over "Wiki" and click on "Administer Wiki"; Click on "Installed extensions"; Click on "Uninstall" to the right of the extension you want to uninstall; Click "Continue"|Progress bar appears; Message confirming successful uninstallation|(% class="pass" %) Passed|-
757 |View Core extensions|Hover over "Wiki" and click on "Administer Wiki"; Click on "Core Extensions"; Click on "Show Details" for one of the extensions; Click on "Description"; Click on "Dependencies"|Information about extension appears in the tabs|(% class="pass" %) Passed|-
758
759 == App Within Minutes ==
760
761 (% style="width: 99%;" %)
762 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
763 |"View Your Web Applications"|Click on "More applications" and then on "Create your own!" in the "Applications" panel on the right|You see a livetable with all your web applications|(% class="pass" %) Passed|-
764 |"Create a Web Application"|Click on "More applications" and then on "Create your own!" in the "Applications" panel; Click "Create Application"; Type a name for your application and click "Next Step"; Drag and drop the fields you need in your app from the palette to the right; Click "Next Step"; Add a description; Add some columns by selecting them from the "Columns" drop-down list and by clicking on the green "+" button; Associate an icon with your application by using the syntax "icon:the_name_of_the_icon" in the icon field; Click "Finish"|You see the homepage of your web application; The application will appear in the "Applications" panel with the chosen icon|(% class="pass" %) Passed|-
765 |"Add New Entry"|Click on the name of the application from the "Applications" panel; Click "Add New Entry"; Type a name for your entry and click on the green "+" button; Fill in all the fields; Click "Save & View"; Click on the name of your application from the breadcrumb|You see your new entry in the Entries livetable|(% class="pass" %) Passed|-
766 |"Edit Entry"|Click on the name of the application from the "Applications" panel; Click on the "Edit" button in the "Actions" column of the livetable; Make your modifications and then click "Save & View"|Changes to the entry are saved|(% class="pass" %) Passed|-
767 |"Delete Entry"|Click on the name of the application from the "Applications" panel; Click on the "Delete" button in the "Actions" column of the livetable; Click "Yes"|The entry is deleted|(% class="pass" %) Passed|-
768 |"Edit Application" Add new field|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Drag and drop a new field; Click "Next Step"; Click "Finish"|The new field is added|(% class="pass" %) Passed|-
769 |"Edit Application" Rename field|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Click on a field's name and start writing the new name; Click "Next Step"; Click "Finish"|The field's name is changed|(% class="pass" %) Passed|-
770 |"Edit Application" Configure field|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Hover over a field and click on the "key" icon in the top right corner; Make the desired changes and then click on the green checkmark button; Click "Next Step"; Click "Finish"|The changes to the field are saved|(% class="pass" %) Passed|-
771 |"Edit Application" Delete field|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Hover over a field and click on the red "X" icon in the top right corner; Click "Next Step"; Click "Finish"|The field is deleted|(% class="pass" %) Passed|-
772 |"Edit Application" Reorder fields|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Hover over a field and click on the blue cross icon in the top right corner; Drag and drop the field where you want; Click "Next Step"; Click "Finish"|The order of the fields is saved|(% class="pass" %) Passed|-
773 |"Edit Application" Reorder columns|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Click "Next Step"; Drag and drop the columns to reorder them; Click "Finish"|You see the homepage of your web application; The columns are reordered|(% class="pass" %) Passed|-
774 |"Edit Application" Remove column|Click on the name of the application from the "Applications" panel; Click "Edit Application"; Click "Next Step"; Hover over a column and click on the red "X" in the top right corner; Click "Finish"|You see the homepage of your web application; The column isn't visible anymore|(% class="pass" %) Passed|-
775 |"Delete an Application"|Click on the name of the application from the "Applications" panel; Click "Delete Application"; Click "Yes"|The application is deleted and will disappear from the "Applications" panel|(% class="pass" %) Passed|-
776
777 ==== Annotations ====
778
779 (% style="width: 99%;" %)
780 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
781 |"Annotations"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Annotations"|Redirects to Annotations page|(% class="pass" %) Passed|-
782 |"Annotations are activated"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Annotations"; Change the "Annotations are activated" to "No"; Click "Save"|Check if the annotations are deactivated. You can't add annotations to a page anymore|(% class="pass" %) Passed|-
783 |"Display Annotations by default"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Annotations"; Change the "Display annotations by default" to "Yes"; Click "Save"|All the Annotations you made should be visible without invoking the top panel|(% class="pass" %) Passed|-
784 |"Display Annotations highlight by default"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Annotations"; Change the "Display annotations highlight by default" to "No"; Click "Save"|All the Annotations will be visible, but without highlighting the annotated word; Just the small yellow rectangle|(% class="pass" %) Passed|-
785
786 ==== Invitation Application ====
787
788 (% style="width: 99%;" %)
789 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
790 |"Invitation Application"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Invitation Application" |Redirects to Invitation Application page|(% class="pass" %) Passed|-
791 |"Invitation Application"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Invitation Application"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %) Passed|-
792
793 ==== Search ====
794
795 (% style="width: 99%;" %)
796 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
797 |"Search"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Search" |Redirects to Search page|(% class="pass" %) Passed|-
798 |"Search engine to use"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Search"; Change the "Search engine to use" to "Database"; Click "Update"|Settings are updated|(% class="pass" %) Passed|-
799
800 ==== Solr Search ====
801
802 (% style="width: 99%;" %)
803 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
804 |"Solr Search" Administration|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Search"; Change the "Search engine to use" to "Solr (Experimental)"; Click "Update"|Settings are updated|(% class="pass" %) Passed|-
805 |"Solr Search"|On the top right corner, enter some text in the field and press enter|Redirects to Search page where you will see a relevance percentage bar for each result; The results are highlighted|(% class="pass" %) Passed|-
806
807 ==== Search Suggest ====
808
809 (% style="width: 99%;" %)
810 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
811 |"Search Suggest"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Search Suggest" |Redirects to Search Suggest page|(% class="pass" %) Passed|-
812 |"Search Suggest"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Search Suggest"; Change the "Activated" dropdown to "No"; Click "Save"|Search Suggest feature should be disabled|(% class="pass" %) Passed|-
813
814 ==== WYSIWYG Editor ====
815
816 (% style="width: 99%;" %)
817 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
818 |"WYSIWYG Editor"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor" |Redirects to WYSIWYG Editor page|(% class="pass" %) Passed|-
819 |"WYSIWYG Editor"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Change a field; Click "Save" |Check if the fields are saved and configuration is changed|(% class="pass" %) Passed|-
820 |"WYSIWYG Editor source editor enabled"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Set the "Source Editor Enabled" to "No"; Click on "Save"; Edit a page in WYSIWYG mode|No "Source" tab in WYSIWYG Edit mode|(% class="pass" %) Passed|-
821 |"WYSIWYG Editor Link Attachment Selection Limited"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Set the "Attachment Selection Limited" to "Yes"; Click on "Save"; Edit a page in WYSIWYG mode|Only allowed to create links to attachments from the current page|(% class="pass" %) Passed|-
822 |"WYSIWYG Editor External Images"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Set the " External Images" to "No"; Click on "Save"; Edit a page in WYSIWYG mode|Only allowed to add images which are stored in the wiki|(% class="pass" %) Passed|-
823 |"WYSIWYG Editor Image Section Limited"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Set the "Image Selection Limited" to "Yes"; Click on "Save"; Edit a page in WYSIWYG mode|Allowed to insert image only from current document|(% class="pass" %) Passed|-
824
825 ==== Message Stream ====
826
827 (% style="width: 99%;" %)
828 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
829 |"Message Stream"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Message Stream" |Redirects to Message Stream page|(% class="pass" %) Passed|-
830 |"Message Stream"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Message Stream"; Change the "Enable the message stream" dropdown to "No"; Click "Save"|Message stream from your user profile or homepage should not appear|(% class="pass" %) Passed|-
831
832 ==== Google Analytics ====
833
834 (% style="width: 99%;" %)
835 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
836 |"Google Analytics"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Google Analytics"|Redirects to the "Google Analytics" page|(% class="pass" %) Passed|-
837
838 ==== Logging ====
839
840 (% style="width: 99%;" %)
841 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
842 |"Logging"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Logging"|Redirects to "Logging" page|(% class="pass" %) Passed|-
843
844 == Comments/Annotations/Attachments/History/Information Tabs ==
845
846 // A blog post is used to test the tabs //
847
848 === Comments and Annotations ===
849
850 (% style="width: 99%;" %)
851 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
852 |"Comments" Cancel|Click on "Comments"; Write a comment; Click "Cancel" |Cancels the comment operation|(% class="pass" %) Passed|-
853 |"Comments" Add|Click on "Comments"; Write a comment; Click "Add Comment" |Adds a comment; Comment should be visible in the comment list|(% class="pass" %) Passed|-
854 |"Comments" Add Reply|Click on "Comments"; Write a comment; Click "Add Comment"; Click "Reply"; Write a reply; Click "Add Comment" |Adds a reply to a comment; Reply should be visible in comment list|(% class="pass" %) Passed|-
855 |"Comments" Delete|Click on "Comments"; Write a comment; Click "Add Comment"; Click "X"; Click "Yes"|Deletes a comment; Comment should dissapear|(% class="pass" %) Passed|-
856 |"Comments" Preview|Click on "Comments"; Write a comment; Click "Preview"; Click "Add Comment" |Previews a comment; Comment should be saved|(% class="pass" %) Passed|-
857 |"Comments" Preview|Click on "Comments"; Write a comment; Click "Preview"; Click "Cancel" |Previews a comment; Comment should be discarded|(% class="pass" %) Passed|-
858 |"Annotate" a piece of content|Select the text you want to annotate; Press CTRL+M and write some text; Click "Add Annotation"; Click on the "Annotations" button and check "Show Annotations"|Small yellow icon near the annotated text; Check the Comments tab from bottom and check if the newly added annotation is there|(% class="pass" %) Passed|-
859 |"Threaded Annotations"|Select the text you want to annotate; Press CTRL+M and write some text; Click "Add Annotation"; Click on the "Annotations" button and check "Show Annotations"; Click on the small yellow icon and click the "Reply" button; Write a reply and then click "Add Comment"; Click on the small yellow icon and click on the "See thread" link|Taken to the Comments tab from bottom; The thread is highlighted in yellow|(% class="pass" %) Passed|-
860 |"Delete Annotation"|Select the text you want to annotate; Press CTRL+M and write some text; Click on the "Annotations" button and select "Show Annotations"; Click on the small yellow icon and press the red "X" button; Click "Yes"|Check if the yellow icon disappears; Also, check the Comments tab from bottom and see if the Annotation has disappeared|(% class="pass" %) Passed|-
861 |"Delete Annotation"|Select the text you want to annotate; Press CTRL+M and write some text; Click on the "Annotations" button and select "Show Annotations"; Go to the Comments tab on the bottom of the page and press the red "X" button; Click "Yes"|Check if the yellow icon disappears; Also, check the Comments tab from bottom and see if the Annotation has disappeared|(% class="pass" %) Passed|-
862 |"Edit Annotation"|Select the text you want to annotate; Press CTRL+M and write some text; Click on the "Annotations" button and select "Show Annotations"; Hover over the small yellow icon, click the small pencil icon and change the text; Click "Update"|Check if the Annotation has changed its content; Also, check the Comments tab at the bottom of the page|(% class="pass" %) Passed|-
863 |"Edit Annotation"|Select the text you want to annotate; Press CTRL+M and write some text; Click on the "Annotations" button and select "Show Annotations"; Go to the Comments tab on the bottom of the page and click on the small pencil icon and change the text; Click "Save Comment"|Check if the Annotation has changed its content; Also, check the Comments tab at the bottom of the page|(% class="pass" %) Passed|-
864 |"Annotate" a piece of content|Select the text you want to annotate; Press CTRL+M and write some text; Click on the "Annotations" button and select "Show Annotations"; Repeat again this process exactly on the same text you selected before|Only the newer Annotations should be visible when you hover over the small yellow icon|(% class="pass" %) Passed|-
865 |"Annotate" a piece of content|Select the text you want to annotate; Press CTRL+M and write some text; Click on the "Annotations" button and select "Show Annotations"; Repeat this process again logged as another user; Then, go to the Annotations section from the page, and check the user you want to see annotations from|You should see only the annotations made with that username highlighted on the page|(% class="pass" %) Passed|-
866
867 === Attachments ===
868
869 (% style="width: 99%;" %)
870 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
871 |"Attachments" Cancel|Click on "Attachments"; Browse for a document; Click "Cancel" |Cancels the attachment operation|(% class="pass" %) Passed|-
872 |"Attachments" Add|Click on "Attachments"; Browse for a document; Click "Open" |Attaches a file; Attachment appears in list|(% class="pass" %) Passed|-
873 |"Attachments" Add another file|Click on "Attachments"; Browse for a document; Click "Open"; Click "Hide Upload Status"; Browse for a document; Click "Open"|Attaches another file; Attachment appears in the list|(% class="pass" %) Passed|-
874 |"Attachments" Version|Click on "Attachments"; Browse for a document; Click "Open"; Attach the same file again|Check if another version on the same attachment was created; Check if both versions are accessible|(% class="pass" %) Passed|-
875 |"Attachments" Delete|Click on "Attachments"; Browse for a document; Click "Open"; Click on the red "X" button located to the right of the attachment; Click "Yes"|Attaches a file; Deletes the attached file|(% class="pass" %) Passed|-
876 |"Attachments" Office Preview|Start the Office Server from Administration section; Click on "Attachments"; Attach a document like odt, doc; Click on the small eye icon corresponding to the attached document|A new browser tab will open where you will be able to see the document you imported|(% class="notTested" %) Not Tested|-
877
878 === History ===
879
880 (% style="width: 99%;" %)
881 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
882 |"History"|Click on "History"|History tab visible|(% class="pass" %) Passed|-
883 |"History"|Click on "History"; Click on a version |View the page at clicked version|(% class="pass" %) Passed|-
884 |"History"|Click on "History"; Click "Delete" to the right of a version; Click "Ok" |The version is deleted|(% class="pass" %) Passed|-
885 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |Shows the list of version including minor versions|(% class="pass" %) Passed|-
886 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Rollback"; Click "Ok"|Rolls back the document at desired version|(% class="pass" %) Passed|-
887 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Delete" to the right of a version; Click "Ok"|The minor version is deleted|(% class="pass" %) Passed|-
888 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Compare Selected Versions" |Redirect to compare page|(% class="pass" %) Passed|-
889 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Delete Selected Version Range"; Click "Ok"|Delete minor versions range|(% class="pass" %) Passed|-
890 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Hide Minor Edits"; Click "Show Minor Edits"|Shows only major/minor versions|(% class="pass" %) Passed|-
891 |"History"|Create or go to a page that has a lot of major versions; Click on "History"; Click on the ">" button to go to the next page of versions|See if the layout is not broken when moving next and previous on the history versions|(% class="pass" %) Passed|-
892
893 === Information ===
894
895 (% style="width: 99%;" %)
896 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
897 |"Information" functionality |Click on "Information" |Redirect to information panel|(% class="pass" %) Passed|-
898
899 == Tags ==
900
901 (% style="width: 99%;" %)
902 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
903 |"Add a Tag"|From a page, add some tags to it|Check if the added tags appear on the bottom of the page; Also check if the tags appear on the homepage in the "Tags" section to the left|(% class="pass" %) Passed|-
904 |"Delete a Tag"|From a page, add some tags to it; After adding the tag, hover over it and press the small delete button|Check if the deleted tag disappears on the bottom of the page; Also check if the tags appear on the homepage in the "Tags" section to the left|(% class="pass" %) Passed|-
905 |"Clicking a Tag"|From a page, add some tags to it; Click on the tag you added|Redirected to a special page; Check if the document that has the tag you added is listed on this page|(% class="pass" %) Passed|-
906 |"Renaming Tag"|From a page, add some tags to it; Click on one of the tags you added; After page redirect click on "Rename"; You will be redirected to the rename tag page; Type another name and click "Rename"|Tag should be renamed|(% class="pass" %) Passed|-
907 |"Deleting a Tag"|From a page, add some tags to it; Click on one of the tags you added; After page redirect click on "Delete"; Click on the "Delete Tag X" button, where "X" is the name of the tag you want to delete|Tag should be deleted|(% class="pass" %) Passed|-
908
909 == Blog ==
910
911 (% style="width: 99%;" %)
912 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
913 |"Blog RSS"|From the "Applications" panel, click on the the "Blog" link; From the "Blog Categories" panel to the left, click on the small RSS icon near the "News" link|The blog news RSS feed is properly displayed|(% class="pass" %) Passed|-
914 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button; Change the Blog Title and click "Save and View"|The blog homepage has another title and the breadcrumb has changed its name|(% class="pass" %) Passed|-
915 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button; Insert something in the Description area and click "Save and View"|The description you added appears on the blog homepage|(% class="pass" %) Passed|-
916 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button; Select from the "Blog type" dropdown menu "Space Blog" and click "Save and View"|Settings are saved|(% class="pass" %) Passed|-
917 |"Create a new post"|Click on "Blog"; Fill in the Post Title; Click on "Create" |Redirect to Edit page|(% class="pass" %) Passed|-
918 |"Edit a post"|Click on "Blog"; Click on the pen to "Edit this blog post" |Redirect to Edit page|(% class="pass" %) Passed|-
919 |Edit Title|Click on "Blog"; Click on the pen to "Edit this blog post"; Change the title from the "Title" field; Click "Save & View"|Title is changed|(% class="pass" %) Passed|-
920 |Edit Summary|Click on "Blog"; Click on the pen to "Edit this blog post"; Type in some text in the Summary box; Click "Save & View"|The summary is visible when viewing the blog|(% class="pass" %) Passed|-
921 |Category|Click on "Blog"; Click on the pen to "Edit this blog post"; Check a category; Click "Save & View"; In the left "Blog Categories" panel click the category you checked|You can see the post in that category|(% class="pass" %) Passed|-
922 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Click "Cancel" |Changes are discarded|(% class="pass" %) Passed|-
923 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Fill in the new category name; Click "Add" |Category is created|(% class="pass" %) Passed|-
924 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the tree icon next to it; Click "Cancel"|Changes are discarded|(% class="pass" %) Passed|-
925 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the tree icon next to it; Fill in the new category name; Click "Add"|Category is created|(% class="pass" %) Passed|-
926 |"Tags"|Click on "Blog"; Click on a blog post; Add a tag to the "Tags" section; Click "Add" |Changes are saved; Tags should appear in the Tags section|(% class="pass" %) Passed|-
927 |"Publish Article"|Click on "Blog"; Create a new blog post; Check the "Publish" checkbox; Click "Save & View"|Blog article is published|(% class="pass" %) Passed|-
928 |"Publish Article"|Click on "Blog"; Go to an unpublished article; Click on the small icon near the pencil in order to publish it|Blog article is published and the warning disappears from the blog page|(% class="pass" %) Passed|-
929 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & View"|Changes are saved|(% class="pass" %) Passed|-
930 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & Continue"|Changes are saved|(% class="pass" %) Passed|-
931 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View"|Changes are saved|(% class="pass" %) Passed|-
932 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & Continue"|Changes are saved|(% class="pass" %) Passed|-
933 |"Preview"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Preview"; Click "Back to edit"|Redirect to edit page|(% class="pass" %) Passed|-
934 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & Continue"|Changes are saved|(% class="pass" %) Passed|-
935 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & Continue"|Changes are saved as a minor version|(% class="pass" %) Passed|-
936 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & View"|Changes are saved|(% class="pass" %) Passed|-
937 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & View"|Changes are saved as a minor version|(% class="pass" %) Passed|-
938 |"Cancel"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Cancel"|Changes are discarded|(% class="pass" %) Passed|-
939 |"Preview" in full screen |Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "maximize" button; Click "Preview"; Click "Back To Edit"|The edit window is maximized|(% class="pass" %) Passed|-
940 |"Save & Continue" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "maximize" button; Click "Save & Continue"|The edit window is maximized, changes are saved and you can continue editing|(% class="pass" %) Passed|-
941 |"Save & View" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "maximize" button; Click "Save & View"|The edit window is maximized and changes are saved|(% class="pass" %) Passed|-
942 |"Cancel" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "maximize" button; Click "Cancel"|The edit window is maximized and changes are discarded|(% class="pass" %) Passed|-
943
944 == Color Themes ==
945
946 (% style="width: 99%;" %)
947 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
948 |"Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme|Redirect to Default Theme page|(% class="pass" %) Passed|-
949 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit" |Edit page of Theme|(% class="pass" %) Passed|-
950 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Click "Cancel"|Check button functionality|(% class="pass" %) Passed|-
951 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %) Passed|-
952 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
953 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
954 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %) Passed|-
955 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
956 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
957 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Fill in the Page Background Image Position and Repeat; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %) Passed|-
958 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Fill in the Page Background Image Position and Repeat; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
959 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Fill in the Page Background Image Position and Repeat; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
960 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %) Passed|-
961 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
962 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
963 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %) Passed|-
964 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
965 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
966 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Fill in the Banner Position and Repeat; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
967 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Fill in the Banner Position and Repeat; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
968 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Fill in the Banner Position and Repeat; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
969 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
970 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
971 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
972 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
973 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
974 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
975 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
976 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
977 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
978 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
979 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
980 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
981 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
982 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
983 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
984 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
985 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
986 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
987 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
988 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
989 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
990 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
991 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
992 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
993 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
994 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
995 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
996 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
997 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
998 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
999 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1000 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1001 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1002 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1003 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1004 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1005 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1006 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1007 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1008 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1009 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1010 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1011 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1012 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1013 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1014 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1015 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1016 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1017 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1018 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1019 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Save & View"; Create a new document; Insert a Table; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1020 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1021 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1022 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Save & View"; Go to Main; Hover over the Recent Changes |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1023 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1024 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1025 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1026 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1027 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1028 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1029 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Preview"; Hover over an Action Button; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %) Passed|-
1030 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1031 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Save & View"; Hover over an Action Button |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1032 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Preview"; Hover over an Action Button; Click "Back to Edit"|Back to Theme Edit|(% class="pass" %) Passed|-
1033 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1034 |Edit "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Save & View"; Hover over an Action Button |Changes in Theme Preview are saved|(% class="pass" %) Passed|-
1035 |Create "Color Themes"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Presentation"; Click on "Manage Color Themes"; Write a name for a new theme and click on "Create new theme"|Redirect to blank theme page|(% class="pass" %) Passed|-
1036
1037 == Panels ==
1038
1039 (% style="width: 99%;" %)
1040 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1041 |"Create a new panel"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Fill in the new panel name; Click "Create"; Select "View" Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Preview"; Click "Back to Edit" |Back to edit page|(% class="pass" %) Passed|-
1042 |"Create a new panel"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Save & Continue" |Changes are saved; Continue editing|(% class="pass" %) Passed|-
1043 |"Create a new panel"|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Save & View" |Changes are saved|(% class="pass" %) Passed|-
1044 |View Panel visual|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on a panel |Redirect to Panel's page|(% class="pass" %) Passed|-
1045 |Edit Panel visual|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Edit" link next to a panel; Click "maximize" |Back to Panel's page in edit mode|(% class="pass" %) Passed|-
1046 |Edit Panel|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Edit" link next to a panel; Click "maximize"; Click "Exit Full Screen" |Maximized edit mode|(% class="pass" %) Passed|-
1047 |Edit Panel|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Preview"; Click "Back to Edit" |Back to edit page|(% class="pass" %) Passed|-
1048 |Edit Panel|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & Continue" |Changes are saved|(% class="pass" %) Passed|-
1049 |Edit Panel|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & View" |Changes are saved|(% class="pass" %) Passed|-
1050 |Edit Panel|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Edit" link next to a panel; Click "maximize"; Click "Cancel" |Maximize in and out works|(% class="pass" %) Passed|-
1051 |Delete Panel|Hover over "Wiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Go to Panels Home Page"; Click on the "Delete" link next to a panel; Click Yes|The document is deleted|(% class="pass" %) Passed|-
1052
1053 == Document Index ==
1054
1055 === Space index ===
1056
1057 (% style="width: 99%;" %)
1058 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1059 |"See space index"|From the wiki WebHome hover over a space name and click on the small book to its right|You see a list of all the documents from that space|(% class="pass" %) Passed|-
1060 |Page "copy"|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Click "copy"; Fill in the fields; Click "copy"|The page is copied|(% class="pass" %) Passed|-
1061 |Page "delete"|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Click "delete"; Click "Yes"|The page is deleted|(% class="pass" %) Passed|-
1062 |Page "rename"|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Click "rename"; Fill in the fields; Click "Rename"|The page is renamed|(% class="pass" %) Passed|-
1063 |Page "rights"|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Click "rights" |Redirect to Rights page|(% class="pass" %) Passed|-
1064 |Sort by "Page" ascending|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Sort elements in the table by "Page" ascending |Sort Elements by desired criteria|(% class="fail" %) Failed|{{jira url="http://jira.xwiki.org" style="enum"}}XWIKI-8691{{/jira}}
1065 |Sort by "Page" descending|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Sort elements in the table by "Page" descending |Sort Elements by desired criteria|(% class="fail" %) Failed|{{jira url="http://jira.xwiki.org" style="enum"}}XWIKI-8691{{/jira}}
1066 |Sort by "Date" ascending|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Sort elements in the table by "Date" ascending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1067 |Sort by "Date" descending|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Sort elements in the table by "Date" descending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1068 |Sort by "Last Author" ascending|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Sort elements in the table by "Last Author" ascending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1069 |Sort by "Last Author" descending|From the wiki WebHome hover over a space name and click on the small book to its right to see the "Space Index"; Sort elements in the table by "Last Author" descending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1070
1071 === Document index ===
1072
1073 (% style="width: 99%;" %)
1074 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1075 |"See document index"|Hover over "Wiki"; Click on "Document Index"|You see a list of all the documents from that wiki|(% class="pass" %) Passed|-
1076 |Page "copy"|Hover over "Wiki"; Click on "Document Index"; Click "copy"; Fill in the fields; Click "copy"|The page is copied|(% class="pass" %) Passed|-
1077 |Page "delete"|Hover over "Wiki"; Click on "Document Index"; Click "delete"; Click "Yes"|The page is deleted|(% class="pass" %) Passed|-
1078 |Page "rename"|Hover over "Wiki"; Click on "Document Index"; Click "rename"; Fill in the fields; Click "Rename"|The page is renamed|(% class="pass" %) Passed|-
1079 |Page "rights"|Hover over "Wiki"; Click on "Document Index"; Click "rights"|Redirect to Rights editor|(% class="pass" %) Passed|-
1080 |Sort by "Page" ascending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Page" ascending |Sort Elements by desired criteria|(% class="fail" %) Failed|{{jira url="http://jira.xwiki.org" style="enum"}}XWIKI-8691{{/jira}}
1081 |Sort by "Page" descending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Page" descending |Sort Elements by desired criteria|(% class="fail" %) Failed|{{jira url="http://jira.xwiki.org" style="enum"}}XWIKI-8691{{/jira}}
1082 |Sort by "Space" ascending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Space" ascending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1083 |Sort by "Space" descending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Space" descending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1084 |Sort by "Date" ascending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Date" ascending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1085 |Sort by "Date" descending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Date" descending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1086 |Sort by "Last Author" ascending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Last Author" ascending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1087 |Sort by "Last Author" descending|Hover over "Wiki"; Click on "Document Index"; Sort elements in the table by "Last Author" descending |Sort Elements by desired criteria|(% class="pass" %) Passed|-
1088 |"Tree" Tab|Hover over "Wiki"; Click on "Document Index"; Click "Tree"; Expand tree |Tree should be expanded|(% class="pass" %) Passed|-
1089 |"Orphaned Pages" tab|Remove a page's parent using the Wiki or WYSIWYG editor; Hover over "Wiki"; Click on "Document Index"; Click on the "Orphaned Pages" tab|The page should be listed as orphan|(% class="pass" %) Passed|-
1090 |"Attachments" tab|Hover over "Wiki"; Click on "Document Index"; Click on the "Attachments" tab|All attachments from the wiki should be listed|(% class="pass" %) Passed|-
1091 |"Deleted Documents" tab|Delete a document; Hover over "Wiki"; Click on "Document Index"; Click on the "Deleted Documents" tab|The deleted document should be listed|(% class="pass" %) Passed|-
1092 |"Deleted Attachments" tab|Delete an attachment from a page; Hover over "Wiki"; Click on "Document Index"; Click on the "Deleted Attachments" tab|The deleted attachment should be listed|(% class="pass" %) Passed|-
1093
1094 == Search ==
1095
1096 (% style="width: 99%;" %)
1097 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1098 |"Search"|On the top right corner, enter some text in the field and press enter|Redirects to Search page|(% class="pass" %) Passed|-
1099 |"Search"|On the top right corner, enter some text in the field and press enter; On the page you are redirected to, select a space from the dropdown; Click "Search"|Check if the resulted pages are only from that space|(% class="pass" %) Passed|-
1100 |"Search" RSS|On the top right corner, enter some text in the field and press enter; On the bottom of the page you are redirected to, click the "RSS feed for search on"|Check if the results are displayed properly in a RSS form|(% class="pass" %) Passed|-
1101 |"Search Suggest"|On the top right corner, enter some text in the field|Wait for the AJAX window to appear with the results|(% class="pass" %) Passed|-
1102
1103 == User Status ==
1104
1105 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1106 |"Follow User"|Login with your user; Go to another user's homepage and click on "Follow"|Check if a red "X" appears saying "Unfollow" when you hover over it|(% class="pass" %) Passed|-
1107 |"Unfollow User"|Login with your user; Go to your user page; Click on "Network"; Click on the "Unfollow" button to unfollow a user; Click "Yes"|The username should disappear|(% class="pass" %) Passed|-
1108 |"Unfollow User"|Login with your user; Go to another user's homepage and click on the red "Unfollow" icon|Check if the "Following" button becomes "Follow" and see if the user is no longer listed in the Network tab from your profile page|(% class="pass" %) Passed|-
1109 |"Send Message to Everyone"|Login with your user; On the homepage, on the Activity Stream, select "Everyone" from the dropdown, enter your message and click on "Share"|Check with another user that the message is visible on the Activity Stream|(% class="pass" %) Passed|-
1110 |"Send Message to Followers"|Login with your user; On the homepage, on the Activity Stream, enter your message, select "Followers" from the drop-down list and click on "Share"|Check with a user that is following you that the message is visible on his Activity Stream. Also, check with a user that is not following you that your message is not visible|(% class="pass" %) Passed|-
1111 |"Send Message to Group"|Login with your user; On the homepage, on the Activity Stream, enter your message, select "Group" from the drop-down list, write the group name and click on "Share"|Check with a user within the group that your message is visible on his Activity Stream; Check with another user not belonging to the group that your message is not visible|(% class="pass" %) Passed|-
1112 |"Send Message to User"|Login with your user; On the homepage, on the Activity Stream, enter your message, select "User" from the drop-down list, write the user name and click on "Share"|The user will see your message on their Activity Stream page; Check with another user that the message is not visible|(% class="pass" %) Passed|-
1113 |"Delete Message"|Login with your user; Add a new message or hover over an existing one; Click on the red "X" button in order to delete a message; A modal window will appear to ask for confirmation; Click "Yes"|Check if the message is deleted and disappears|(% class="pass" %) Passed|-
1114
1115 = Macros =
1116
1117 == Dashboards Macro ==
1118
1119 (% style="width: 99%;" %)
1120 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1121 |"Create dashboard page"|Create a new page using the "Add" menu from top left corner; Edit the page using the WYSIWYG Editor and click on Macro -> Insert Macro; Click on "Dashboard"; Cick "Select"; Click "Insert Macro"; As an alternative way, you can edit the page in wiki mode and add a dashboard by typing ~{~{dashboard/}}|You should have a blank dashboard. To see if the dashboard was successfully added, edit the page using Inline mode. Check for the "Add Column" and "Add Gadget" buttons|(% class="pass" %) Passed|-
1122 |"Add a Gadget"|From the dashboard page, click "Edit" then click on "Inline Form"; Click on "Add Gadget"; Select a gadget from the list; Click on "Insert Gadget"; Add several gadgets; Click on "Save and View"|The "Add Gadget" and "Add Column" buttons should be visible; Check if the newly added gadgets appears on the dashboard|(% class="pass" %) Passed|-
1123 |"Add a Column"|From the dashboard page, click "Edit" then click on "Inline Form"; Click on "Add Column"; Add 3 or 4 columns; Click on "Save and View"|The layout of the dashboard should change, creating new empty columns|(% class="pass" %) Passed|-
1124 |"Drag-and-Drop" Gadget|From the dashboard page, click "Edit" then click on "Inline Form"; Drag and drop gadgets in the position you want; Click on "Save and View"|The gadgets you moved should appear in the desired position|(% class="pass" %) Passed|-
1125 |"Edit Dashboard" add "style" parameter|From the dashboard page, click "Edit" then click on "WYSIWYG"; Switch to "Source"; add style="panels" to the dashboard macro|The gadgets should now look like panels from the left side|(% class="pass" %) Passed|-
1126 |"Dashboard with source parameter"|Create a new page using the "Add" menu from top left corner; Edit the page with the wiki editor and include the dashboard created in the previous step; To specify a dashboard that is outside the page, add the source parameters; You should have something like ~{~{dashboard source="Space.Page"/}}, where Space.Page is the space and page where you created the dashboard|The dashboard should be included in your new page|(% class="pass" %) Passed|-
1127 |"Include dashboard" page|Create a new page using the "Add" menu from top left corner; Edit the page with the wiki editor and include the dashboard created in the previous step; To include a dashboard we will use include macro; Type something like: ~{~{include document="Space.Page"/}}, where Space.Page is the space and page where you created the dashboard; Save the page|You should see a blank dashboard; Try editing Inline the page and you should see the dashboard buttons|(% class="pass" %) Passed|-
1128 |"Include dashboard" page|Create a new page using the "Add" menu from top left corner; Edit the page with the wiki editor and include the dashboard created in the previous step. To include a dashboard we will use include macro; Type something like: ~{~{include document="Space.Page"/}}, where Space.Page is the space and page where you created the dashboard; Edit the page with the Object Editor and add some gadgets by adding objects of XWiki.GadgetClass; Fill in all the fields; Save the page|Your dashboard should have the gadgets you added with the Object viewer|(% class="pass" %) Passed|-
1129 |"Include dashboard" page with context parameter|Create a new page using the "Add" menu from top left corner; Edit the page with the wiki editor and include the dashboard created in the previous step; To include a dashboard we will use include macro; Type something like: ~{~{include document="Space.Page" context="new"/}}, where Space.Page is the space and page where you created the dashboard; Save the page|You should see the dashboard you imported|(% class="pass" %) Passed|-
1130 |"Velocity title gadget"|Edit Inline your dashboard or the page that includes your dashboard; Edit a gadget and insert a Velocity script in the title field|The title script is executed properly|(% class="pass" %) Passed|-
1131
1132 == Spaces Macro (from Home Page) ==
1133
1134 (% style="width: 99%;" %)
1135 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1136 |"See space administration"|For a space click on the "See Space Administration" button|Redirect to Space Administration page|(% class="pass" %) Passed|-
1137 |"See space index"|For a space click on the "See Space Index" button|Redirect to Space Index page|(% class="pass" %) Passed|-
1138 |"Create a new space"|Click on "Create a new space"; Fill in the new space name; Click "Create" |Redirect to Space WebHome page|(% class="pass" %) Passed|-
1139 |"Create a new space"|Click on "Create a new space" twice|The field and button should appear/disappear|(% class="pass" %) Passed|-
1140
1141 == Jump To Page ==
1142
1143 (% style="width: 99%;" %)
1144 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1145 |"Jump to Page"|Press the CTRL+G; A modal windows should appear; Type the name of a page that exists and press "Enter"|You should be redirected to that page|(% class="pass" %) Passed|-
1146 |"Jump to Page"|On the "Quick Links" Panel on the right side click the "(% class="jmp-activator" %)Jump to any page in the wiki" (%%)link; A modal windows should appear; Type the name of a page that exists and press "Enter"|You should be redirected to that page|(% class="pass" %) Passed|-
1147
1148 = Enterprise Manager =
1149
1150 == Workspaces ==
1151
1152 === Install the Workspace Template ===
1153
1154 (% style="width: 99%;" %)
1155 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1156 |Installation|After you have correctly installed and configured XWiki Enterprise Manager and your database go to the homepage of the main wiki; Click on the "WorkspaceManager.Install" link; Click "Install"|You see a message saying that the workspace template and its features have been successfully installed|(% class="pass" %) Passed|-
1157
1158 === Create a Workspace ===
1159
1160 (% style="width: 99%;" %)
1161 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1162 |Using the "Add" menu|Hover over "Add" and click on "Workspace"; Fill in the required fields; Click "Create"|Redirected to the newly created workspace homepage|(% class="pass" %) Passed|-
1163 |Using the "Create a new workspace" button|Click on the "Create a new workspace" button; Fill in the required fields; Click "Create"|Redirected to the newly created workspace homepage|(% class="pass" %) Passed|-
1164 |Using the "Workspace Directory"|Hover over "Wiki" and click on "Workspace Directory"; Click on the "Create a new Workspace" button; Fill in the required fields; Click "Create"|Redirected to the newly created workspace homepage|(% class="pass" %) Passed|-
1165
1166 === Workspace Directory ===
1167
1168 (% style="width: 99%;" %)
1169 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1170 |Workspace Directory|Log-in as a regular member; Hover over "Main" and click on "Workspace Directory"|You will see a livetable containing all the workspaces; In the "Actions" column you will only see the "Leave", "Join" or "Request Join" links|(% class="pass" %) Passed|-
1171 |Workspace Directory|Log-in as an administrator or as the owner of the workspace; Hover over "Main" and click on "Workspace Directory"|You will see a livetable containing all the workspaces; In the "Actions" column you will see the "Delete" link|(% class="pass" %) Passed|-
1172
1173 === Administer Workspace ===
1174
1175 (% style="width: 99%;" %)
1176 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1177 |Workspace Administration|Hover over "Workspace" and click on "Administer Workspace"|Redirected to the global administration page|(% class="pass" %) Passed|-
1178 |Edit a Workspace|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace"; Update the workspace information; Click "Save"|Changes are saved|(% class="pass" %) Passed|-
1179 |Workspace Members|Go to the workspace homepage; Click on the "User Directory" link in the "Top Active Members" section|You can see the list of workspace members|(% class="pass" %) Passed|-
1180 |Add Users|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace Users"; Fill in the username and the message; Click "Add"|The new member of the workspace will appear in the livetable below the "Existing users" section|(% class="pass" %) Passed|-
1181 |Invite Users|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace Users"; Fill in the username and the message; Click "Invite"|You will see a confirmation message and a new entry in the "Candidates" section to the bottom of the page|(% class="pass" %) Passed|-
1182 |Cancel an Invitation|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace Users"; Fill in the username and the message; Click "Invite"; Click on "Cancel Invitation" in the "Candidates" section|You will see a confirmation message|(% class="pass" %) Passed|-
1183 |Accept a Join Request|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace Users"; Write a message in the "Admin's Message" text-box located in the "Candidates" section and then click on "Accept"|You will see a confirmation message and the status of the user's request will become "Accepted"|(% class="pass" %) Passed|-
1184 |Reject a Join Request|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace Users"; Write a message in the "Admin's Message" text-box located in the "Candidates" section and then click on "Reject"|You will see a confirmation message and the status of the user's request will become "Rejected"|(% class="pass" %) Passed|-
1185 |Remove an User|Hover over "Workspace" and click on "Administer Workspace"; Click on "Workspace Users"; In the livetable below the "Existing users" section click on the corresponding "remove" link|The user disappears from the livetable|(% class="pass" %) Passed|-
1186 |Delete a Workspace|Login as an administrator or the owner of the workspace; Hover over "Wiki" and click on "Workspace Directory"; Click on "Delete" in the "Actions" column; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1187 |Delete a Workspace|Login as an administrator or the owner of the workspace; Hover over "Workspace" and click on "Delete"; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1188
1189 === Join a Workspace ===
1190
1191 (% style="width: 99%;" %)
1192 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1193 |Join an Open Workspace|Hover over "Main" and click on "Workspace Directory"; Click on "Join" in the corresponding "Actions" column; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1194 |Join an Open Workspace|Go to the workspace homepage; Click on the "Join" button in the "Workspace Information" panel; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1195 |Join an Open Workspace|Go to the workspace homepage; Click on the "join this workspace" link in the "Workspace Information" section; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1196 |Make a Request to Join a Workspace|Hover over "Main" and click on "Workspace Directory"; Click on "Request Join" in the corresponding "Actions" column; Write a message and then click on "Send Request"|You will see a confirmation message|(% class="pass" %) Passed|-
1197 |Make a Request to Join a Workspace|Go to the workspace homepage; Click on the "Request Join" button in the "Workspace Information" panel; Write a message and then click on "Send Request"|You will see a confirmation message|(% class="pass" %) Passed|-
1198 |Make a Request to Join a Workspace|Go to the workspace homepage; Click on the "join this workspace" link in the "Workspace Information" section; Write a message and then click on "Send Request"|You will see a confirmation message|(% class="pass" %) Passed|-
1199
1200 === Workspace Invitations ===
1201
1202 (% style="width: 99%;" %)
1203 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1204 |Check for Invitations|Hover over "Main" and click on "Workspace Directory"|If you have an invitation you should see a scroll icon in the livetable's "Actions" column|(% class="pass" %) Passed|-
1205 |View an Invitation|Hover over "Main" and click on "Workspace Directory"; Click on the "View Invitation" link located in the "Actions" column|Redirected to the "Join Workspace" page|(% class="pass" %) Passed|-
1206 |Postpone an Invitation|Hover over "Main" and click on "Workspace Directory"; Click on the "View Invitation" link located in the "Actions" column; Click "Later"|Redirected to the "Workspace Directory" page|(% class="pass" %) Passed|-
1207 |Accept an Invitation|Hover over "Main" and click on "Workspace Directory"; Click on the "View Invitation" link located in the "Actions" column; Write a message and click "Accept"|You will see a confirmation message|(% class="pass" %) Passed|-
1208 |Reject an Invitation|Hover over "Main" and click on "Workspace Directory"; Click on the "View Invitation" link located in the "Actions" column; Write a message and click "Reject"|You will see a confirmation message|(% class="pass" %) Passed|-
1209
1210 === Joined Workspaces ===
1211
1212 (% style="width: 99%;" %)
1213 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1214 |View the List of Joined Workspaces|Hover over "Profile" and click on "Workspaces"|The workspaces you are a member of are listed in the" Joined workspaces" section|(% class="pass" %) Passed|-
1215 |See the Activity Stream of a Workspace|Hover over "Profile" and click on "Workspaces"; Click on the corresponding "show activity" link|You will see the activity stream of that workspace|(% class="pass" %) Passed|-
1216
1217 === Leave Workspace ===
1218
1219 (% style="width: 99%;" %)
1220 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1221 |Using the "Workspace Directory"|Hover over "Main" and click on "Workspace Directory"; Click on the "Leave" link in the "Actions" column; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1222 |Using the "Workspace Information" section|Click on the "leave this workspace" link from the "Workspace Information" section; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1223 |Using the "Workspace Information" panel|Click on the "Leave Workspace" link from the "Workspace Information" panel; Click "Yes"|You will see a confirmation message|(% class="pass" %) Passed|-
1224
1225 == Wiki Manager ==
1226
1227 === Wiki Manager Application ===
1228
1229 (% style="width: 99%;" %)
1230 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1231 |Access the Wiki Manager|Click on the "Wiki Manager" link on the right in the "Applications" panel|You will see a list of all the wikis installed in your farm, including the XWiki workspaces|(% class="pass" %) Passed|-
1232
1233 === Create a Wiki ===
1234
1235 (% style="width: 99%;" %)
1236 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1237 |Wizard View Mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Cick on the "Create a new wiki" link; Click "Next"; Fill in the wiki identifier; Click "Next"; Fill in the pretty name, the description, the alias and the owner; Click "Next"; Choose the "Workspace Template" from the drop-down list; Click "Next"; Set the rights for readers, writers and administrators; Click "Next"; Click "Create"|You will see an information message telling you that your wiki has been successfully created|(% class="pass" %) Passed|-
1238 |Normal View Mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Cick on the "Create a new wiki" link; Click on the "Switch to normal view mode" link; Fill in the required fields; Click "Create"|You will see an information message telling you that your wiki has been successfully created|(% class="pass" %) Passed|-
1239
1240 === Changing the Wiki Settings ===
1241
1242 (% style="width: 99%;" %)
1243 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1244 |Change the Pretty Name in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the pretty name for; Hover over "Edit" and click on "Inline form"; Fill in the new pretty name in the text-box below the "Pretty name" label; Click "Save & View"|You see the wiki descriptor with the new pretty name|(% class="pass" %) Passed|-
1245 |Change the Pretty Name in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the pretty name for; Hover over "Edit" and click on "Objects"; Fill in the new pretty name in the text-box below the "Wiki pretty name" label; Click "Save & View"|You see the wiki descriptor with the new pretty name|(% class="pass" %) Passed|-
1246 |Change the Owner in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the owner for; Hover over "Edit" and click on "Inline form"; Fill in the new owner name in the text-box below the "Owner" label; Click "Save & View"|You see the wiki descriptor with the new owner|(% class="pass" %) Passed|-
1247 |Change the Owner in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the owner for; Hover over "Edit" and click on "Objects"; Fill in the new owner name in the text-box below the "Owner" label; Click "Save & View"|You see the wiki descriptor with the new owner|(% class="pass" %) Passed|-
1248 |Add an Alias|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to add an alias for; Go to the "Create new alias" section and fill in the new alias; Click "Create"|You see a "View aliases" section containing the "Description" and "Homepage" subsections for the new alias|(% class="pass" %) Passed|-
1249 |Remove an Alias|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to delete an alias for; Click the "Delete" button located in the "View aliases" section of the wiki descriptor|The alias disappears from the "View aliases" section|(% class="pass" %) Passed|-
1250 |Change an Alias in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change an alias for; Hover over "Edit" and click on "Inline form"; Fill in the new alias in the text-box below the "Alias" label; Click "Save & View"|You see the wiki descriptor with the new alias|(% class="pass" %) Passed|-
1251 |Change an Alias in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change an alias for; Hover over "Edit" and click on "Objects"; Fill in the new alias in the text-box below the "server" label; Click "Save & View"|You see the wiki descriptor with the new alias|(% class="pass" %) Passed|-
1252 |Change the Description in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the description for; Hover over "Edit" and click on "Inline form"; Fill in the new description in the text-box below the "Description" label; Click "Save & View"|You see the wiki descriptor with the new description|(% class="pass" %) Passed|-
1253 |Change the Description in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the description for; Hover over "Edit" and click on "Objects"; Fill in the new description in the text-box below the "Description" label; Click "Save & View"|You see the wiki descriptor with the new description|(% class="pass" %) Passed|-
1254 |Change the Homepage in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the homepage for; Hover over "Edit" and click on "Inline form"; Fill in the new homepage in the text-box below the "Home page" label; Click "Save & View"|You see the wiki descriptor with the new homepage|(% class="pass" %) Passed|-
1255 |Change the Homepage in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to change the homepage for; Hover over "Edit" and click on "Objects"; Fill in the new homepage in the text-box below the "Home page" label; Click "Save & View"|You see the wiki descriptor with the new homepage|(% class="pass" %) Passed|-
1256 |Secure the Wiki in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to secure; Hover over "Edit" and click on "Inline form"; Check the "Secure (SSL)" check-box; Click "Save & View"|You see the wiki descriptor with the "Secure" option set to "1"|(% class="pass" %) Passed|-
1257 |Secure the Wiki in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to secure; Hover over "Edit" and click on "Objects"; Select the check-box inside the "Secure" property; Click "Save & View"|You see the wiki descriptor with the "Secure" option set to "1"|(% class="pass" %) Passed|-
1258
1259 === Set or Unset a Wiki as Template ===
1260
1261 (% style="width: 99%;" %)
1262 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1263 |Set a Wiki as Template using the "Wiki Manager"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Set" in the "Wiki template" column corresponding to the wiki you wish to set as template|An information message will appear right above the livetable announcing you that the visibility of your wiki has been set to "true"|(% class="pass" %) Passed|-
1264 |Set a Wiki as Template in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to set as template; Hover over "Edit" and click on "Inline form"; Check the "Wiki Template" check-box; Click "Save & View"|You see the wiki descriptor with the "Wiki Template" option set to "1"|(% class="pass" %) Passed|-
1265 |Set a Wiki as Template in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to set as template; Hover over "Edit" and click on "Objects"; Select the check-box inside the "Template" property; Click "Save & View"|You see the wiki descriptor with the "Wiki Template" option set to "1"|(% class="pass" %) Passed|-
1266 |Unset a Wiki Template using the "Wiki Manager"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Unset" in the "Wiki template" column corresponding to the wiki you wish to unset as template|An information message will appear right above the livetable announcing you that the visibility of your wiki has been set to "false"|(% class="pass" %) Passed|-
1267 |Unset a Wiki Template in "Inline form"|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to unset as template; Hover over "Edit" and click on "Inline form"; Uncheck the "Wiki Template" check-box; Click "Save & View"|You see the wiki descriptor with the "Wiki Template" option set to "0"|(% class="pass" %) Passed|-
1268 |Unset a Wiki Template in "Objects" mode|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Settings" in the "More actions" column corresponding to the wiki you want to unset as template; Hover over "Edit" and click on "Objects"; Unselect the check-box inside the "Template" property; Click "Save & View"|You see the wiki descriptor with the "Wiki Template" option set to "0"|(% class="pass" %) Passed|-
1269
1270 === Delete a Wiki ===
1271
1272 (% style="width: 99%;" %)
1273 |=(% style="width: 10%;" %)Feature|=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1274 |Delete a Wiki|Click on the "Wiki Manager" link on the right in the "Applications" panel; Click on "Delete" in the "More actions" column corresponding to the wiki you wish to remove; Click "Yes"|You will see a confirmation message that the wiki was deleted|(% class="pass" %) Passed|-

Get Connected