Last modified by Manuel Leduc on 2023/10/10

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("TestReports.ManualTestReportTemplate")
3 {{/velocity}}
4
5
6
7 {{box cssClass="floatinginfobox" title="**Contents**"}}
8 {{toc start=2 depth=2 /}}
9 {{/box}}
10
11 = Introduction =
12
13 The aim of this report is to test all features on XWiki Enterprise 4.x cycle and see that the everything is working before the release.
14
15 = Current Progress =
16
17 Tested using XWiki Enterprise 4.x release found [[here>>]]
18
19 == Tested using the following browsers ==
20
21 For the list of supported browsers please click [[here>>http://dev.xwiki.org/xwiki/bin/view/Community/BrowserSupportStrategy]].
22
23
24 {{browser name="firefox" version="13.0.1"/}}
25
26
27 == Tested using the following Databases ==
28
29 For the list of supported databases please click [[here>>http://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy]].
30
31 {{database name="hsqldb" version="2.2.8"/}}
32
33 == Conclusions ==
34
35 {{velocity}}
36 #set($jiras = $doc.getValue("reportedJiras"))
37 #set($ijiras = $doc.getValue("importantJiras"))
38 #if(($jiras && $jiras!="")||($ijiras && $ijiras!=""))
39
40 == Jira Digest ==
41
42 #if($ijiras && $ijiras!="")
43 * Important JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!ijiras{{/jira}}
44 #end
45 #if($jiras && $jiras!="")
46 * Other JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!jiras{{/jira}}
47 #end
48 #end
49 {{/velocity}}
50
51 = Features =
52
53 == Register/Log-In/Log-Out ==
54
55 (% style="width: 99%;" %)
56 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
57 |"Register a new user" |Click on "Register"; Fill in the fields; Click "Register" |Check if Registration works|(% class="pass" %)Pass|-
58 |"Log-In"|Click on "Log-In"; Fill in the username; Fill in the Password; Click "Log-In" |Check if Logging in works|(% class="pass" %)Pass|-
59 |"Log-In"|Click on "Log-In"; Fill in the wrong username; Fill in the Password; Click "Log-In" |Check is allowed to login|(% class="pass" %)Pass|-
60 |"Log-In" |Click on "Log-In"; Fill in the username; Fill in the wrong Password; Click "Log-In" |Check is allowed to login|(% class="pass" %)Pass|-
61 |"Log-Out" & Log-In"|Click on "Log-Out";Go do a 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" %)Pass|-
62 |"Forgot username"|Click on "Log-In"; click on "username" |Redirect to Forgot Username page|(% class="pass" %)Pass|-
63 |"Reset password"|Click on "Log-In"; click on "password" |Redirect to Reset Password page|(% class="pass" %)Pass|-
64 |"Log-Out"|Click on "Log-Out" |Check if Logout works|(% class="pass" %)Pass|-
65
66 == User Profile ==
67
68 (% style="width: 99%;" %)
69 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
70 |"Profile Page"|Click on "Profile"; Click "Switch to Advanced edit mode"; Click "Save & View"|Changes are saved|(% class="pass" %) Pass|-
71 |"Profile Page"|Click on "Profile" ; Click "Switch to Simple edit mode"; Click "Save & View"|Changes are saved|(% class="pass" %) Pass|-
72 |"Profile Page"|Click on "Profile" ; Click "Default editor to use"; Select "Text"; Click "Save & View"|Changes are saved; Go to a page and click "Edit"; Wiki editor should load|(% class="pass" %) Pass|-
73 |"Profile Page"|Click on "Profile" ; Click "Default editor to use"; Select "WYSIWYG"; Click "Save & View"|Changes are saved; Go to a page and click "Edit"; WYSIWYG editor should load|(% class="pass" %) Pass|-
74 |"Change your password" |Click on "Profile" ; Click "Change your password"; Fill in the new password; Reenter the password; Click "Update" |Changes are saved|(% class="pass" %) Pass|-
75 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Preview"; Click "Back to Edit" |Redirect to Edit page|(% class="pass" %) Pass|-
76 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & Continue" |Changes are saved|(% class="pass" %) Pass|\\
77 |"Modify your profile" |Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & View" |Changes are saved|(% class="pass" %) Pass|-
78 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Click "Cancel" |Changes are discarded|(% class="pass" %) Pass|-
79 |"Change Photo"|Click on "Profile"; Click on the top right corner of your profile picture; Click "Cancel and return to document" |Changes are discarded|(% class="pass" %) Pass|-
80 |"Change Photo"|Click on "Profile"; Click on the top right corner of your profile picture; Upload a new image and press "upload and select" |Image is uploaded and used as profile picture|(% class="pass" %) Pass|-
81 |"Change Photo"|Click on "Profile"; Click "Change Photo"; Click on an existing photo; Click on the small green checkmark which has the "Select" tooltip|Image is used as profile picture|(% class="pass" %) Pass|-
82 |"Watchlist"|Click on "Watchlist"; Click "Watchlist"; Delete a watched page/space/wiki |Changes are saved; Page/space/wiki is not listed anymore|(% class="pass" %) Pass|-
83 |"RSS Watchlist"|Click on "Watchlist"; Click "Watchlist"; Click on the RSS Feed |See the watchlist modifications as RSS feed|(% class="pass" %) Pass|-
84
85 == Action Menus ==
86
87 //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.//
88
89 === "Add" Menu ===
90
91 (% style="width: 99%;" %)
92 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
93 |"Space"|Hover over "Add"; Click on "Add 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" %) Pass|-
94 |"Space"|Hover over "Add"; Click on "Add Space"; Fill in a space name; Select "Space Dashboard"; Click "Create"|Redirect to inline edit mode which contains a standard dashboard|(% class="pass" %) Pass|
95 |"Page"|Hover over "Add"; Click on "Page"|Redirect to Create Page page|(% class="pass" %) Pass|-
96 |"Page From Office Document"|Hover over "Add"; Click on "Page From Office Document";|Look at the OfficeImporter Documentation for instructions on how to setup and configure an OpenOffice server|(% class="pass" %) Pass|-
97 |"Comment to Page"|Hover over "Add"; Click on the "Comment to Page"; Write a comment in the Text area; Press "Add Comment"|The page should scroll down at the bottom in the Comments tab; Check if the comment was added;|(% class="pass" %) Pass|-
98 |"Attachments to Page"|Hover over "Add"; Click on the "Attachments to Page"; Click on "Browse", select a file and click "Attach"|The page should scroll down at the bottom in the Attachments tab; Check if the attachment was added|(% class="pass" %) Pass|-
99
100 === "Wiki" Menu ===
101
102 (% style="width: 99%;" %)
103 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
104 |"Watch Space"|Hover over "Wiki"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Wiki"|(% class="pass" %) Pass|-
105 |"Watch Space"|Hover over "Wiki"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Wiki" |(% class="pass" %) Pass|-
106 |"Administer Wiki"|Hover over "Wiki"; Click on "Administer Wiki"|Redirect to Administer Wiki page|(% class="pass" %) Pass|-
107 |"Document Index"|Hover over "Wiki"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %) Pass|-
108
109 === "Space" Menu ===
110
111 (% style="width: 99%;" %)
112 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
113 |"Watch Space"|Hover over "Space"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %) Pass|-
114 |"Watch Space"|Hover over "Space"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Space" |(% class="pass" %) Pass|-
115 |"Administer Space"|Hover over "Space"; Click on "Administer Space"|Redirect to Administer Space page|(% class="pass" %) Pass|-
116 |"Document Index"|Hover over "Space"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %) Pass|-
117 |"Delete Space"|Hover over "Space"; Click on "Delete Space"; Click on "No";|Redirect back to previous page|(% class="pass" %) Pass|
118 |"Delete Space"|Hover over "Space"; Click on "Delete Space"; Click on "Yes";|Space will be deleted|(% class="pass" %) Pass|
119
120 === "Page" Menu ===
121
122 (% style="width: 99%;" %)
123 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
124 |"Watch Page"|Hover over "Page"; Click on "Watch Page"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %) Pass|-
125 |"Watch Page"|Hover over "Page"; Click on "Copy"; |See if the star turns gray and the writing to "Watch Page"|(% class="pass" %) Pass|-
126 |"Share Page by Email"|Hover over "Page"; Click on "Share Page by Email";|See if the javascript modal appears; Check if the fields and the layout are properly displayed|(% class="pass" %) Pass|-
127 |"Copy"|Hover over "Page"; Click on "Rename";|Redirected to the Copy feature page.|(% class="pass" %) Pass|-
128 |"Rename"|Hover over "Page"; Click on "Rename"; Select a new space; Insert the new page name; Click on "Rename"|Redirected to the Rename feature page. Check that renaming a page works|(% class="pass" %) Pass|-
129 |"Delete"|Hover over "Page"; Click on "Delete"; Click "Yes"|Redirected to a page and be asked for confirmation; Redirected to a page which informs that the page has been deleted|(% class="pass" %) Pass|-
130
131 === "Profile" Menu ===
132
133 (% style="width: 99%;" %)
134 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
135 |"Profile"|Hover over "Profile" menu and click on "Profile";|Redirects to your profile page|(% class="pass" %) Pass|-
136 |"Preferences"|Hover over "Profile" menu and click on "Preferences";|Redirects to your profile preferences|(% class="pass" %) Pass|-
137 |"Watchlist"|Hover over "Profile" menu and click on "Watchlist";|Redirects to your profile watchlist|(% class="pass" %) Pass|-
138 |"Network"|Hover over "Profile" menu and click on "Network"|Redirects to your profile network. Here you see the users you follow.|(% class="pass" %)Pass|-
139 |"My Dashboard"|Hover over "Profile" menu and click on "My Dashboard"|Redirects to your profile dashboard.|(% class="pass" %)Pass|
140
141 === "Edit" Menu ===
142
143 (% style="width: 99%;" %)
144 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
145 |"Edit"|Click on "Edit" |Redirects to default edit mode of the page|(% class="pass" %) Pass|-
146 |"Wiki"|Hover over "Edit"; Click on "Wiki" |Redirects to Wiki edit mode|(% class="pass" %) Pass|-
147 |"WYSIWYG"|Hover over "Edit"; Click on "WYSIWYG" |Redirects to WYSIWYG edit mode|(% class="pass" %) Pass|-
148 |"Inline Form" |Hover over "Edit"; Click on "Inline Form" |Redirects to Inline edit mode|(% class="pass" %) Pass|-
149 |"Access Rights"|Hover over "Edit"; Click on "Access Rights" |Redirects to Access Rights edit mode|(% class="pass" %) Pass|-
150 |"Objects" |Hover over "Edit"; Click on "Objects" |Redirects to Objects edit mode|(% class="pass" %) Pass|-
151 |"Class" |Hover over "Edit"; Click on "Class" |Redirects to Class edit mode|(% class="pass" %) Pass|-
152
153 === "Export" Menu ===
154
155 (% style="width: 99%;" %)
156 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
157 |"Export as PDF"|Hover over "Export"; Click on "Export as PDF" |Save file dialog appears|(% class="pass" %) Pass|-
158 |"Export as ODT"|Hover over "Export"; Click on "Export as ODT" |Save file dialog appears|(% class="pass" %) Pass|-
159 |"Export as RTF"|Hover over "Export"; Click on "Export as RTF" |Save file dialog appears|(% class="pass" %) Pass|-
160 |"Export as HTML"|Hover over "Export"; Click on "Export as HTML" |Save file dialog appears|(% class="pass" %) Pass|-
161 |"Export as XAR"|Hover over "Export"; Click on "Export as XAR" |Save file dialog appears|(% class="pass" %) Pass|-
162
163 === "More Actions" Menu ===
164
165 (% style="width: 99%;" %)
166 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
167 |"Print Preview"|Hover over "More Actions"; Click on "Print Preview" |Button redirects to "Print Preview" page; Check if the layout of the page is ok and fit for printing|(% class="pass" %) Pass|-
168 |"View Source"|Hover over "More Actions"; Click on "View Source" |Button redirects to "View Source" page|(% class="pass" %) Pass|-
169
170 == Action Stream ==
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 |Create Page|Create a page; Go to main page; |See if the small icon denoting page creation is visible under your user|(% class="pass" %) Pass|-
175 |Edit Page |Create a page; Edit the page again, and press "Save and View" Go to main page; |See if the small icon denoting page editing is visible under your user|(% class="pass" %) Pass|-
176 |Delete Page|Delete a page; Go to main page; |See if the small icon denoting page deletion is visible under with user|(% class="pass" %) Pass|-
177 |Annotate Page |Annotate a page; Go to main page; |See if the small icon denoting page annotation is visible with your user|(% class="" %) To discuss with Anca (When the page doesn't have a title and the user tries to annotate the first H1, he gets "Please select a non-empty text in the document content").|
178 |Comment on Page|Comment on a page; Go to main page; |See if the small icon denoting page comment is visible with your user|(% class="pass" %) Pass|-
179 |Attach to Page |Add an attachment to a page; Go to main page; |See if the small icon denoting adding attachment is visible with your user|(% class="pass" %) Pass|-
180 |See all actions |Go to main page; Press on the small arrow pointing down |Drop down should expand; All previous actions should be visible|(% class="pass" %) Pass|-
181 |See all actions in detail |Go to main page; Press on the small arrow pointing down; Some of the actions from the list have their own arrow; Press each arrow and see more details regarding that action |Drop down should expand; All previous actions should be visible|(% class="pass" %) Pass|-
182
183 == Wiki Editor ==
184
185 (% style="width: 99%;" %)
186 //You can find out more about the Wiki Editor and page editing in general by clicking [[here>>http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HWikieditingmode]].
187 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>>xwiki:Documentation.UserGuide.Features.WysiwygEditor]].//
188
189 (% style="width: 99%;" %)
190 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
191 |"Edit a page"|Hover over "Edit", Click on "Wiki" |Button redirects to Wiki edit mode|(% class="pass" %) Pass|-
192
193 === Multilingual Page ===
194
195 (% style="width: 99%;" %)
196 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
197 |"Add other languages to a page"|Go to "Administer Wiki"; Click on "Localization"; Select "Yes" to Enable multilingual support; Add "fr", "en", "ro"; 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" %) Pass|-
198
199 === Edit Title ===
200
201 (% style="width: 99%;" %)
202 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
203 |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 review|(% class="pass" %) Pass|-
204 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & Continue" |Title is saved|(% class="pass" %) Pass|-
205 |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 Preview mode|(% class="pass" %) Pass|-
206
207 === Text Formatting ===
208
209 (% style="width: 99%;" %)
210 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
211 |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" %) Pass|-
212 |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" %) Pass|-
213 |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" %) Pass|-
214 |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" %) Pass|-
215 |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" %) Pass|-
216 |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" %) Pass|-
217 |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" %) Pass|-
218 |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" %) Pass|-
219 |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" %) Pass|-
220 |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" %) Pass|-
221 |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" %) Pass|-
222 |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" %) Pass|-
223 |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" %) Pass|-
224 |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" %) Pass|-
225 |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" %) Pass|-
226 |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" %) Pass|-
227 |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" %) Pass|-
228 |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" %) Pass|-
229 |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" %) Pass|-
230 |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" %) Pass|-
231 |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" %) Pass|-
232 |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" %) Pass|-
233 |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" %) Pass|-
234 |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" %) Pass|-
235 |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" %) Pass|-
236 |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" %) Pass|-
237 |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" %) Pass|-
238 |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" %) Pass|-
239 |Make text "Numbering On / Off" functionality |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" %) Pass|-
240 |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" %) Pass|-
241 |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" %) Pass|-
242 |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" %) Pass|-
243 |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" %) Pass|-
244 |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" %) Pass|-
245 |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" %) Pass|-
246 |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" %) Pass|-
247 |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" %) Pass|-
248 |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" %) Pass|-
249 |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" %) Pass|-
250 |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" %) Pass|-
251 |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" %) Pass|-
252 |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" %) Pass|-
253 |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" %) Pass|-
254 |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" %) Pass|-
255 |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" %) Pass|-
256 |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" %) Pass|-
257 |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" %) Pass|-
258 |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" %) Pass|-
259
260 === Link ===
261
262 (% style="width: 99%;" %)
263 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
264 |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" %) Pass|-
265 |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" %) Pass|-
266 |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" %) Pass|-
267 |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" %) Pass|-
268 |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" %) Pass|-
269 |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" %) Pass|-
270 |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" %) Pass|-
271 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Write a label and a link in the form "label>>link"; Select the label and the link; Click on "External Link"; Click "Save & View" |Check if Link feature works properly|(% class="pass" %) Pass|-
272
273 === Horizontal Ruler ===
274
275 (% style="width: 99%;" %)
276 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
277 |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" %) Pass|-
278 |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" %) Pass|-
279 |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" %) Pass|-
280
281 === Image ===
282
283 (% style="width: 99%;" %)
284 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
285 |"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" %) Pass|-
286 |"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" %) Pass|-
287 |"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" %) Pass|-
288
289 === HTML Code ===
290
291 (% style="width: 99%;" %)
292 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
293 |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" %) Pass|-
294 |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" %) Pass|-
295 |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 Edit mode|(% class="pass" %) Pass|-
296 |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 is "HTML Code" button works|(% class="pass" %) Pass|-
297
298 === Velocity Code ===
299
300 (% style="width: 99%;" %)
301 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
302 |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" %) Pass|-
303 |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" %) Pass|-
304 |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" %) Pass|-
305 |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 is "Velocity Code" button works|(% class="pass" %) Pass|-
306
307 === Edit in full screen ===
308
309 (% style="width: 99%;" %)
310 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
311 |"Exit Full Screen"|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" green button |Check is full screen feature works properly|(% class="pass" %) Pass|-
312 |"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 preview works from full screen|(% class="pass" %) Pass|-
313 |"Save & Continue" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Page is saved|(% class="pass" %) Pass|-
314 |"Save & View" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & View" |Page is saved and redirected to View mode|(% class="pass" %) Pass|-
315 |"Cancel" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Cancel" |Cancels modifications made to document and redirects to View mode|(% class="pass" %) Pass|-
316
317 === Preview/Save/Cancel ===
318
319 (% style="width: 99%;" %)
320 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
321 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %)Pass|-
322 |"Save & Continue"|Hover over "Edit", Click on "Wiki"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %) Pass|-
323 |"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" %) Pass|-
324 |"Save & Continue"|Hover over "Edit", Click on "Wiki"; Type in a Comment; Click "Save & Continue" |Saves the Page with a comment and remains in Edit Mode|(% class="pass" %) Pass|-
325 |"Save & View"|Hover over "Edit", Click on "Wiki"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %) Pass|-
326 |"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" %) Pass|-
327 |"Save & View"|Hover over "Edit", Click on "Wiki"; Type in a Comment; Click "Save & View" |Saves the Page with a comment and redirects to View Mode|(% class="pass" %) Pass|-
328 |"Cancel"|Hover over "Edit", Click on "Wiki"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %) Pass|-
329 |"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" %) Pass|-
330 |"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" %) Pass|-
331 |"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" %) Pass|-
332 |"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" %) Pass|-
333 |"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 scree; Cancels and returns to View Mode|(% class="pass" %) Pass|-
334 |"Autosave|Hover over "Edit", Click on "Wiki"; Add some content; Check the "Autosave" checkbox;|Check if editor automatically saves the page|(% class="pass" %) Pass|-
335
336 == WYSIWYG Editor ==
337
338 (% style="width: 99%;" %)
339 //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>>xwiki:Documentation.UserGuide.Features.WysiwygEditor]].//
340
341 (% style="width: 99%;" %)
342 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
343 |"Edit a page" |Hover over "Edit", Click on "WYSIWYG" |Check is WYSIWYG Editor loads|(% class="pass" %) Pass|-
344 |"Edit Section"|Click on the small pencil icon near the section head in order to edit;|Check is WYSIWYG Editor loads|(% class="pass" %) Pass|-
345
346 === Multilingual Page ===
347
348 (% style="width: 99%;" %)
349 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
350 |"Add other languages to a page"|Go to "Administer WYSIWYG"; Click on "Localization"; Select "Yes" to Enable multilingual support; Add "fr", "en", "ro"; 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" %) Pass|-
351
352 === Edit Title ===
353
354 (% style="width: 99%;" %)
355 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
356 |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" %) Pass|-
357 |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" %) Pass|-
358 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & View" |Saves and redirects to View Page|(% class="pass" %) Pass|-
359
360 === Link ===
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 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "X" |Check if modal works|(% class="pass" %) Pass|-
365 |"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" %) Pass|-
366 |"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" %) Pass|-
367 |"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" %) Pass|-
368 |"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" %) Pass|-
369 |"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" %) Pass|-
370 |"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 the page; Click "Select"; Type in a label; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Pass|-
371 |"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 "Upload"; |Check if Link feature works properly|(% class="pass" %) Pass|-
372 |"Link" > "Attached File..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "X" |Check if modal closes properly|(% class="pass" %) Pass|-
373 |"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 "Upload"; Click "Previous" |Check if Link feature works properly|(% class="pass" %) Pass|-
374 |"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 "Upload"; Type in a Label; Type in a Tooltip; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Pass|-
375 |"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 "Upload"; Type in a Label; Check "Open In New Window"; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Pass|-
376 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "All Pages" Click "Create Link"; Click on an attachment; Click "Select"; Type in a Label; Click "Create Link" |Check if Link feature works properly|(% class="pass" %) Pass|-
377 |"Link" > "Web Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..." |Check if Link feature works properly|(% class="pass" %) Pass|-
378 |"Link" > "Web Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Click "X" |Check if modal closes properly|(% class="pass" %) Pass|-
379 |"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" %) Pass|-
380 |"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" %) Pass|-
381 |"Link" > "Email Address..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."|Check if Link feature works properly|(% class="pass" %) Pass|-
382 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Click "X" |Check if modal closes properly|(% class="pass" %) Pass|-
383 |"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" %) Pass|-
384 |"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" %) Pass|-
385
386 === Image ===
387
388 (% style="width: 99%;" %)
389 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
390 |"Insert Image..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
391 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Click "Previous" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
392 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Type the width of the image; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
393 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Type the height of the image; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
394 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Type the alternative text; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
395 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Left" Horizontal Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
396 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Center" Horizontal Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
397 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Right" Horizontal Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
398 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Top" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
399 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Middle" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
400 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Bottom" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="notTested" %) Not Tested|-
401 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert 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="notTested" %) Not Tested|-
402
403 === Table ===
404
405 (% style="width: 99%;" %)
406 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
407 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
408 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "Insert Table" |Check if Table function works properly|(% class="notTested" %) Not Tested|-
409 |"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="notTested" %) Not Tested|-
410
411 === Macro ===
412
413 (% style="width: 99%;" %)
414 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
415 |"Macro" > "Insert Macro..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
416 |"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="notTested" %) Not Tested|-
417 |"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="notTested" %) Not Tested|-
418 |"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="notTested" %) Not Tested|-
419 |"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="notTested" %) Not Tested|-
420 |"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="notTested" %) Not Tested|-
421 |"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="notTested" %) Not Tested|-
422 |"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="notTested" %) Not Tested|-
423 |"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="notTested" %) Not Tested|-
424 |"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="notTested" %) Not Tested|-
425 |"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="notTested" %) Not Tested|-
426 |"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="notTested" %) Not Tested|-
427 |"Put Footnote" Macroy |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="notTested" %) Not Tested|-
428 |"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="notTested" %) Not Tested|-
429 |"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="notTested" %) Not Tested|-
430 |"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="notTested" %) Not Tested|-
431 |"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="notTested" %) Not Tested|-
432 |"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="notTested" %) Not Tested|-
433 |"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="notTested" %) Not Tested|-
434 |"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="notTested" %) Not Tested|-
435 |"Macro" > "Edit macro properties..." functionality |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="notTested" %) Not Tested|-
436 |"Macro" > "Edit macro properties..."|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="notTested" %) Not Tested|-
437 |"Macro" > "Edit macro properties..."|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="notTested" %) Not Tested|-
438
439 === Import ===
440
441 (% style="width: 99%;" %)
442 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
443 |"Office Document"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Document"; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
444 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content" |Check if Copy/Paste function works|(% class="notTested" %) Not Tested|-
445 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content"; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
446 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content"; Fill in the required field; Click "Import" |Check if the Import function works|(% class="notTested" %) Not Tested|-
447 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content"; Fill in the required field; Check "Filter Styles"; Click "Import" |Check if the Import function works|(% class="notTested" %) Not Tested|-
448
449 === Text Formatting ===
450
451 (% style="width: 99%;" %)
452 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
453 |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="notTested" %) Not Tested|-
454 |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="notTested" %) Not Tested|-
455 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button |Check if formatting applies|(% class="notTested" %) Not Tested|-
456 |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="notTested" %) Not Tested|-
457 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button |Check if formatting applies|(% class="notTested" %) Not Tested|-
458 |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="notTested" %) Not Tested|-
459 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button |Check if formatting applies|(% class="notTested" %) Not Tested|-
460 |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="notTested" %) Not Tested|-
461 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button |Check if formatting applies|(% class="notTested" %) Not Tested|-
462 |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="notTested" %) Not Tested|-
463 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button |Check if formatting applies|(% class="notTested" %) Not Tested|-
464 |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="notTested" %) Not Tested|-
465 |Make text "Bullets On / Off"|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="notTested" %) Not Tested|-
466 |Make text "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="notTested" %) Not Tested|-
467 |Make text "Numbering On / Off"|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="notTested" %) Not Tested|-
468 |Make text "Numbering On / Off"|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="notTested" %) Not Tested|-
469 |Make text "Undo"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo" |Check if formatting applies|(% class="notTested" %) Not Tested|-
470 |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="notTested" %) Not Tested|-
471 |Make text "Title 2" functionality |Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 2" from the dropdown; |Check if formatting applies|(% class="notTested" %) Not Tested|-
472 |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="notTested" %) Not Tested|-
473 |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="notTested" %) Not Tested|-
474 |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="notTested" %) Not Tested|-
475 |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="notTested" %) Not Tested|-
476 |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="notTested" %) Not Tested|-
477 |"Insert Horizontal Ruler"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Horizontal Ruler" |Check if formatting applies|(% class="notTested" %) Not Tested|-
478 |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click "X" |Check if modal closes|(% class="notTested" %) Not Tested|-
479 |Make text "Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click on a character |Check if formatting applies|(% class="notTested" %) Not Tested|-
480 |Make text "Edit In Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" green button |Check if full screen feature works|(% class="notTested" %) Not Tested|-
481
482 === Preview/Save/Cancel ===
483
484 (% style="width: 99%;" %)
485 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
486 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="notTested" %) Not Tested|-
487 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="notTested" %) Not Tested|-
488 |"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="notTested" %) Not Tested|-
489 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment; Click "Save & Continue" |Saves the Page with a comment and remains in Edit Mode|(% class="notTested" %) Not Tested|-
490 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="notTested" %) Not Tested|-
491 |"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="notTested" %) Not Tested|-
492 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment; Click "Save & View" |Saves the Page with a comment and redirects to View Mode|(% class="notTested" %) Not Tested|-
493 |"Cancel"|Hover over "Edit", Click on "WYSIWYG"; Click "Cancel" |Cancels and returns to View Mode|(% class="notTested" %) Not Tested|-
494 |"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="notTested" %) Not Tested|-
495 |"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="notTested" %) Not Tested|-
496 |"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="notTested" %) Not Tested|-
497 |"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="notTested" %) Not Tested|-
498 |"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 scree; Cancels and returns to View Mode|(% class="notTested" %) Not Tested|-
499
500 === Edit in Source ===
501
502 (% style="width: 99%;" %)
503 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
504 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Preview"; Click "Back to Edit" |Redirect back to Edit Page|(% class="notTested" %) Not Tested|-
505 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="notTested" %) Not Tested|-
506 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="notTested" %) Not Tested|-
507 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Cancel" |Cancels and returns to View Mode|(% class="notTested" %) Not Tested|-
508
509 == Access Rights ==
510
511 (% style="width: 99%;" %)
512 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
513 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" checkbox; for a specific user deny the view rights on the page 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="notTested" %) Not Tested|-
514 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" checkbox; for a specific user deny the comment rights on the page 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="notTested" %) Not Tested|-
515 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" checkbox; for a specific user deny the edit rights on the page 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="notTested" %) Not Tested|-
516 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Users" checkbox; for a specific user deny the delete rights on the page 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="notTested" %) Not Tested|-
517 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" checkbox; for a specific group deny the view rights on the page by pressing twice in the checkbox until a deny sign appears; Login with the specified user;|Logged in with that group should not allow you to view that page|(% class="notTested" %) Not Tested|-
518 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" checkbox; for a specific group deny the comment rights on the page by pressing twice in the checkbox until a deny sign appears; Login with the specified user;|Logged in with that group should not allow you to comment on that page|(% class="notTested" %) Not Tested|-
519 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" checkbox; for a specific group deny the edit rights on the page by pressing twice in the checkbox until a deny sign appears; Login with the specified user;|Logged in with that group should not allow you to edit that page|(% class="notTested" %) Not Tested|-
520 |Access Rights|Hover over "Edit", Click on "Access Rights"; Select the "Groups" checkbox; for a specific group deny the delete rights on the page by pressing twice in the checkbox until a deny sign appears; Login with the specified user;|Logged in with that group should not allow you to delete that page|(% class="notTested" %) Not Tested|-
521
522 == Objects & Classes Editing ==
523
524 //Soon//
525
526 == Administration ==
527
528 === Space Administration ===
529
530 ==== Presentation ====
531
532 (% style="width: 99%;" %)
533 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
534 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation" |Redirects to Presentation Page|(% class="notTested" %) Not Tested|-
535 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
536 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Click "Customize" |Redirect to Skin Customization Page|(% class="notTested" %) Not Tested|-
537 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
538
539 ==== Page Elements ====
540
541 (% style="width: 99%;" %)
542 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
543 |"Page Elements"|Hover over "Space"; Click on "Administer Space"; Click on "Page Elements" |Redirects to Page Elements Page\\|(% class="notTested" %) Not Tested|-
544 |"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="notTested" %) Not Tested|-
545
546 ==== Panel Wizard ====
547
548 (% style="width: 99%;" %)
549 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
550 |"Panel Wizard"| Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="notTested" %) Not Tested|-
551 |"Panel List"| Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Change a field; Click "Save"|Check if the fields are saved|(% class="notTested" %) Not Tested|-
552 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; click on the accordion headers |Accordion to work properly|(% class="notTested" %) Not Tested|-
553 |"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="notTested" %) Not Tested|-
554 |"Panel Expand/Collapse"|On the left side in the Panels section, click once on a Panel's Head; Click again;|Check if the Panels collapses/expands|(% class="notTested" %) Not Tested|-
555 |"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="notTested" %) Not Tested|-
556 |"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="notTested" %) Not Tested|-
557 |"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="notTested" %) Not Tested|-
558 |"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="notTested" %) Not Tested|-
559 |"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="notTested" %) Not Tested|-
560 |"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="notTested" %) Not Tested|-
561 |"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="notTested" %) Not Tested|-
562 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Go To Panels Home Page" ||(% class="notTested" %) Not Tested|-
563
564 ==== Rights ====
565
566 (% style="width: 99%;" %)
567 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
568 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights" |Redirects to Rights Page|(% class="notTested" %) Not Tested|-
569 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights";Select "Users" |See if the list of users appears|(% class="notTested" %) Not Tested|-
570 |"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="notTested" %) Not Tested|-
571 |"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="notTested" %) Not Tested|-
572
573 === Wiki Administration ===
574
575 ==== Edit Mode Settings ====
576
577 (% style="width: 99%;" %)
578 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
579 |"Edit Mode Settings"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings" |Redirects to Edit Mode Settingspage|(% class="notTested" %) Not Tested|-
580 |"Edit Mode Settings"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
581 |"Default Editor to use"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
582 |"Default document syntax "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "1.0". Create a new page.|The page you created should be in 1.0 syntax|(% class="notTested" %) Not Tested|-
583 |"Default document syntax "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "2.0";Click "Save" Create a new page.|The page you created should be in 2.1 syntax|(% class="notTested" %) Not Tested|-
584 |"Make Document title field mandatory"|Hover over "XWiki"; 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|Not Tested|
585 |"Enable Version Summaries"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the "Enable Version Summaries" field to "Yes";Click "Save"Create a new page;|You must not see the the input field with version summary|Not Tested|
586 |"Make Version Summaries Mandatory"|Hover over "XWiki"; 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|Not Tested|
587 |"Enable Minot Edits"|Hover over "XWiki"; 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|Not Tested|
588
589 ==== Localization ====
590
591 (% style="width: 99%;" %)
592 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
593 |"Localization"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization" |Redirects to Localization page\\|(% class="notTested" %) Not Tested|-
594 |"Localization"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
595 |"Multi Lingual"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization"; Set multilingual to "Yes"; Click "Save" Create a page and add translations to it;|On the top right corner, you should have all languages displayed|(% class="notTested" %) Not Tested|-
596 |"Date Format"|Hover over "XWiki"; 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 modified has changed on any page|Not Tested|
597 |"TimeZone"|Hover over "XWiki"; 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|Not tested|
598
599 ==== Email ====
600
601 (% style="width: 99%;" %)
602 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
603 |"Email"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Email" |Redirects to Email page\\|(% class="notTested" %) Not Tested|-
604 |"Email"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Email"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
605
606 ==== OpenOffice Server ====
607
608 (% style="width: 99%;" %)
609 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
610 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server" |Redirects to OpenOffice Server page\\|(% class="notTested" %) Not Tested|-
611 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Select "Start server (connect)"; Click "Update" |Starts the server; Status should indicate started|(% class="notTested" %) Not Tested|-
612 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Select "Stop server (disconnect)"; Click "Update" |Stops the server; Status should indicate stopped|(% class="notTested" %) Not Tested|-
613 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Select "Restart server"; Click "Update" |Restarts the server; Status should indicate started|(% class="notTested" %) Not Tested|-
614
615 ==== Presentation ====
616
617 (% style="width: 99%;" %)
618 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
619 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation" |Redirects to Presentation Page|(% class="notTested" %) Not Tested|-
620 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
621 |"ColorTheme"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Change the default ColorTheme; Click "Save" |Check if the ColorTheme has changed|(% class="notTested" %) Not Tested|-
622
623 ==== Page Elements ====
624
625 (% style="width: 99%;" %)
626 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
627 |"Page Elements"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements" |Redirects to Page Elements Page\\|(% class="notTested" %) Not Tested|-
628 |"Display the left panel column"|Hover over "XWiki"; 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|Not Tested|
629 |"Panels displayed on the left"|Hover over "XWiki"; 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|Not Tested|
630 |"Display the right panel column"|Hover over "XWiki"; 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|Not Tested|
631 |"Panels displayed on the right"|Hover over "XWiki"; 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|Not Tested|
632 |"Show document annotations"|Hover over "XWiki"; 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|Not Tested|
633 |"Show document comments"|Hover over "XWiki"; 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|Not Tested|
634 |"Show document attachments"|Hover over "XWiki"; 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|Not Tested|
635 |"Show document history"|Hover over "XWiki"; 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|Not Tested|
636 |"Show document information"|Hover over "XWiki"; 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|Not Tested|
637 |"Footer space copyright"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements"; Change the value;Click "Save"|See if changes are saved|Not Tested|
638 |"Footer version"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements"; Change the value;Click "Save"|See if changes are saved|Not Tested|
639
640 ==== Panel Wizard ====
641
642 (% style="width: 99%;" %)
643 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
644 |"Panel Wizard"| Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="notTested" %) Not Tested|-
645 |"Panel List"| Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Change a field; Click "Save"|Check if the fields are saved|(% class="notTested" %) Not Tested|-
646 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; click on the accordion headers |Accordion to work properly|(% class="notTested" %) Not Tested|-
647 |"Panel List"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
648 |"Panel Expand/Collapse"|On the left side in the Panels section, click once on a Panel's Head; Click again;|Check if the Panels collapses/expands|(% class="notTested" %) Not Tested|-
649 |"Panel List"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
650 |"Panel List"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
651 |"Panel List"|Hover over "XWiki"; 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 if the panel is still where you dropped it|(% class="notTested" %) Not Tested|-
652 |"Page Layout"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
653 |"Page Layout"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
654 |"Page Layout"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
655 |"Page Layout"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
656 |"Page Layout"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
657 |2 Panel Columns|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Select "Both Columns"; Switch back to the "Panel List" tab and drag a panel on the left side of the page; Click on "Save the new Layout"; |Go to the main page and check if the layout is not brobken|(% class="notTested" %) Not Tested|-
658
659 ==== Users ====
660
661 (% style="width: 99%;" %)
662 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
663 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users" |Redirects to Users Page|(% class="notTested" %) Not Tested|-
664 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Edit a user and click "Save"; Modify the User info and Click "Cancel" |Check if settings are discarded|(% class="notTested" %) Not Tested|-
665 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Edit a user and click "Save"; Modify the User info and Click "Save"|Check if settings are saved|(% class="notTested" %) Not Tested|-
666 |"Users" |Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
667 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click on "Preferences" tab; Change "Default editor to use" to "Text"; Click "Save"|Check if changes are saved|(% class="notTested" %) Not Tested|-
668 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click on "Preferences" tab; Change user type to "Advanced"; Click on "Save"|Check if changes are saved|(% class="notTested" %) Not Tested|-
669 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on "Add new user"; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
670 |"Users"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
671 |"Delete User"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the red "x"; Confirm the modal; |The user disappears from the LiveTable|Not Tested|
672
673 ==== Groups ====
674
675 (% style="width: 99%;" %)
676 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
677 |"Groups "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups" |Redirects to Groups Page|(% class="notTested" %) Not Tested|-
678 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit |Check if edit window appears|(% class="notTested" %) Not Tested|-
679 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
680 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit; Add user to group; Click "Add"; Click on the pen to edit; Click "Remove" |Check if adding/removing a user from group works|(% class="notTested" %) Not Tested|-
681 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit; Add subgroup; Click "Add" |Check if adding subgroups works|(% class="notTested" %) Not Tested|-
682 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Create a group; Delete the group; |Check if adding/deleting groups works|(% class="notTested" %) Not Tested|-
683 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Click "X" |Check if modal closes properly|(% class="notTested" %) Not Tested|-
684 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on an existing group; Click on "Edit" button; |Redirect to Group Edit page|(% class="notTested" %) Not Tested|-
685
686 ==== Rights ====
687
688 (% style="width: 99%;" %)
689 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
690 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights" |Redirects to Rights Page|(% class="notTested" %) Not Tested|-
691 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights";Select "Users" |See if the list of users appears|(% class="notTested" %) Not Tested|-
692 |"Rights"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
693 |"Rights"|Hover over "XWiki"; 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="notTested" %) Not Tested|-
694
695 ==== Registration ====
696
697 (% style="width: 99%;" %)
698 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
699 |"Registration"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Registration" |Redirects to Registration Page|(% class="notTested" %) Not Tested|-
700 |"Registration"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Registration"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
701 |"User Profile"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "User Profile";|Redirects to Users Profile page|Not Tested|
702 |"User Profile"|Add some proprieties in XWiki.XWikiUser class; Hover over "XWiki"; Click on "Administer Wiki"; Click on "User Profile"; Click on "Add" and add a new section; use the proprieties you added in the class; Click "Save";|New fields must be displayed when viewing users profile;|Not Tested|
703
704 ==== Import ====
705
706 (% style="width: 99%;" %)
707 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
708 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import" |Redirects to Import Page|(% class="notTested" %) Not Tested|-
709 |"Import" |Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "none" |Selects none of the pages from the XAR|(% class="notTested" %) Not Tested|-
710 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "all" |Selects all of the pages from the XAR|(% class="notTested" %) Not Tested|-
711 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "Import" |Check if the XAR is imported into the Wiki|(% class="notTested" %) Not Tested|-
712 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on "Delete" in the table; Click "OK/Cancel"|Check if attachment is deleted|(% class="notTested" %) Not Tested|-
713
714 ==== Export ====
715
716 (% style="width: 99%;" %)
717 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
718 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export" |Redirects to Export page\\|(% class="notTested" %) Not Tested|-
719 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export"; Fill in the fields; Click "Export" |Save file dialog should appear with XAR extension|(% class="notTested" %) Not Tested|-
720
721 ==== Templates ====
722
723 (% style="width: 99%;" %)
724 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
725 |"Templates"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates" |Redirects to Template page\\|(% class="notTested" %) Not Tested|-
726 |Create Page from Template|Create a page and add some text; Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates";Click on "Create" button; In the "Template to use" field, put the space.page name of created page; Click "Save and View"; Create a new page using the template; Further details can be found [[here>>http://platform.xwiki.org/xwiki/bin/view/Features/DocumentLifecycle#HCreatefromTemplate]].|The contents of the new page should contain the one from the Template|(% class="notTested" %) Not Tested|-
727
728 ==== Extension Manager ====
729
730 (% style="width: 99%;" %)
731 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
732 |"Extension Manager Add extension"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Add extensions"; In the search box, type the name of an extension; Click on the "Install" button; Click on "Apply";|Progress bar appears; Message confirming successful installation\\|(% class="notTested" %) Not Tested|-
733 |"Extension Manager Uninstall Extension"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Installed extensions"; Click on "Uninstall" to the extension you installed in the above step; Click on "Apply";|Progress bar appears; Message confirming successful uninstallation| |
734 |"Extension Manager View Core extensions"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Core Extensions"; Click on "Show Details"; Click on "Description"; Click on "Dependencies"|Information about extension appears in the tabs|(% class="notTested" %) Not Tested|-
735
736 ==== Annotations ====
737
738 (% style="width: 99%;" %)
739 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
740 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations" |Redirects to Annotations page\\|(% class="notTested" %) Not Tested|-
741 |"Annotations are activated"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations"; Change the "Annotations are activated" to "No"|Check if the annotations are deactivated. You can't add annotations to a page anymore|(% class="notTested" %) Not Tested|-
742 |"Display Annotations by default"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations";Change the "Display annotations by default " to "Yes"|All the Annotations you made should be visible without invoking the top panel.|(% class="notTested" %) Not Tested|-
743 |"Display Annotations highlight by default"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations";Change the "Display annotations highlight by default " to "Yes"|All the Annotations will be visible, but without highlighting the annotated word; Just the small yellow rectangle|Not Tested|
744 | | | |Not Tested|
745
746 ==== Invitation Application ====
747
748 (% style="width: 99%;" %)
749 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
750 |"Invitation Application"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Invitation Application" |Redirects to Invitation Application page\\|(% class="notTested" %) Not Tested|-
751 |"Invitation Application"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Invitation Application"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
752
753 ==== Search ====
754
755 (% style="width: 99%;" %)
756 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
757 |"Search"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search" |Redirects to Search page\\|(% class="notTested" %) Not Tested|-
758 |"Search engine to use"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search"; Change the "Search engine to use" to "database"; Click "Update" button|Settings are updated|(% class="notTested" %) Not Tested|-
759
760 ==== Search Suggest ====
761
762 (% style="width: 99%;" %)
763 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
764 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest" |Redirects to Search Suggest page\\|(% class="notTested" %) Not Tested|-
765 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest"; Change the "Activated" dropdown to "No"; Click "Save"|Search Suggest feature should be disabled|(% class="notTested" %) Not Tested|-
766
767 ==== WYSIWYG Editor ====
768
769 (% style="width: 99%;" %)
770 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
771 |"WYSIWYG Editor"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor" |Redirects to WYSIWYG Editor page\\|(% class="notTested" %) Not Tested|-
772 |"WYSIWYG Editor"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Change a field; Click "Save" |Check if the fields are saved and configuration is changed|(% class="notTested" %) Not Tested|-
773 |"WYSIWYG Editor source editor enabled"|Hover over "XWiki"; 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|Not Tested|
774 |"WYSIWYG Editor Link Attachment Selection Limited"|Hover over "XWiki"; 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|Not Tested|
775 |"WYSIWYG Editor External Images"|Hover over "XWiki"; 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|Not Tested|
776 |"WYSIWYG Editor Image Section Limited"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Set the " Image Section Limited" to "Yes"; Click on "Save"; Edit a page in WYSIWYG mode;|Allowed to insert image only from current document|Not Tested|
777
778 ==== Message Stream ====
779
780 (% style="width: 99%;" %)
781 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
782 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream" |Redirects to Message Stream page\\|(% class="notTested" %) Not Tested|-
783 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream"; Change a field; Click "Save" |Check if the fields are saved|(% class="notTested" %) Not Tested|-
784 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream"; Change the "Enable the message stream " dropdown to "No"|Message Stream from your user profile or Homepage should not be there|(% class="notTested" %) Not Tested|-
785
786 == Comments/Annotations/Attachments/History/Information Tabs ==
787
788 // A blog post is used to test the tabs //
789
790 === Comments and Annotations ===
791
792 (% style="width: 99%;" %)
793 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
794 |"Comments" Cancel|Click on "Comments ()"; Write a comment; Click "Cancel" |Cancels the comment operation|(% class="notTested" %) Not Tested|-
795 |"Comments" Add|Click on "Comments ()"; Write a comment; Click "Add Comment" |Adds a comment; Comment should be visible in comment list|(% class="notTested" %) Not Tested|-
796 |"Comments" Add Reply|Click on "Comments ()"; Write a comment; Click "Add Comment";Click "Reply"; Write a reply; Click "Cancel" |Adds a reply to a comment; Reply should be visible in comment list|(% class="notTested" %) Not Tested|-
797 |"Comments" Delete|Click on "Comments ()"; Write a comment; Click "Add Comment"; Click "X" |Deletes a comment; Comment should dissapear|(% class="notTested" %) Not Tested|-
798 |"Comments" Preview|Click on "Comments ()"; Write a comment; Click "Preview Comment"; Click "Add Comment" |Previews a comment; Comment should be saved|(% class="notTested" %) Not Tested|-
799 |"Comments" Preview|Click on "Comments ()"; Write a comment; Click "Preview Comment"; Click "Cancel" |Previews a comment; Comment should be discarded|(% class="notTested" %) Not Tested|-
800 |"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 "Display Annotations"|Small yellow icon near the annotated text. Check the Comments tab from bottom and check if the newly added annotation is there|(% class="notTested" %) Not Tested|-
801 |"Delete Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Click on the small yellow icon and press the delete button|Check if the yellow icon disappears. Also, check the Comments tab from bottom and see if the Annotation has disappeared.|(% class="notTested" %) Not Tested|-
802 |"Delete Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations".Go to the Annotations tab on the bottom of the page and press the delete button|Check if the yellow icon disappears. Also, check the Comments tab from bottom and see if the Annotation has disappeared|(% class="notTested" %) Not Tested|-
803 |"Edit Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Click on the small yellow icon and press the delete button|Check if the Annotation has changed its content. Also, check the Comments tab at the bottom of the page.|(% class="notTested" %) Not Tested|-
804 |"Edit Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Go to the Annotations tab on the bottom of the page and click on the small pencil icon and change the text|Check if the Annotation has changed its content. Also, check the Comments tab at the bottom of the page.|(% class="notTested" %) Not Tested|-
805 |"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 "Display Annotations". Repeat again this process exactly on the same text you selected before. |Only the newer Annotations should be visible|(% class="notTested" %) Not Tested|-
806 |"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 "Display Annotations". Repeat again this process logged as another user. Then, go to 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|(% class="notTested" %) Not Tested|-
807 |"Annotations Tab" |Select the text you want to annotate. Press CTRL+M and write some text. Go to the Annotations() tab on the bottom of the page and click the small pencil icon; Change the test and click "Update"|You should see only the annotations made with that username in the page; Also check if the Annotations tab is updated|(% class="notTested" %) Not Tested|-
808 |"Annotations Tab" |Select the text you want to annotate. Press CTRL+M and write some text. Go to the Annotations() tab on the bottom of the page and click the small delete icon; Click "Yes" to confirm;|You should not see the annotation anymore; Check it disappears from the page, and also from the Annotations tab;|(% class="notTested" %) Not Tested|-
809
810 === Attachments ===
811
812 (% style="width: 99%;" %)
813 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
814 |"Attachments" Cancel|Click on "Attachments ()"; Browse for a document; Click "Cancel" |Cancels the attachment operation|(% class="notTested" %) Not Tested|-
815 |"Attachments" Add|Click on "Attachments ()"; Browse for a document; Click "Attach" |Attaches a file; Attachment appears in list|(% class="notTested" %) Not Tested|-
816 |"Attachments" Add another file|Click on "Attachments ()"; Browse for a document; Click "Add another file" |Attaches another file; Attachment appears in the list|(% class="notTested" %) Not Tested|-
817 |"Attachments" Version|Click on "Attachments ()"; Browse for a document; Browse for a document; Click "Attach"; Attach again the same file |Check if there is created another version on the same attachment; Check if both versions are accessible|(% class="notTested" %) Not Tested|-
818 |"Attachments" Office Preview |start the OpenOffice 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|-
819
820 === History ===
821
822 (% style="width: 99%;" %)
823 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
824 |"History"|Click on "History" |History tab visible|(% class="notTested" %) Not Tested|-
825 |"History"|Click on "History"; Click on a version |View the page at clicked version|(% class="notTested" %) Not Tested|-
826 |"History"|Click on "History"; Click "delete"; Click "Yes/No" |Delete version|(% class="notTested" %) Not Tested|-
827 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |Shows the list of version including minor versions|(% class="notTested" %) Not Tested|-
828 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Rollback" |Rolls back the document at desired version|(% class="notTested" %) Not Tested|-
829 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Delete"; Click "Yes/No"|Delete minor version|(% class="notTested" %) Not Tested|-
830 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Compare Selected Versions" |Redirect to compare page|(% class="notTested" %) Not Tested|-
831 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Delete Selected Version Range" |Delete minor versions range|(% class="notTested" %) Not Tested|-
832 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Hide Minor Edits"; Click "Show Minor Edits" |Shows only major/minor versions|(% class="notTested" %) Not Tested|-
833 |"History"|Create or go to a page that has a lot of major versions; Click on "History"; Click on the ">" to go to the next page of versions;|SSee if the layout is not broken when moving next and previous on the history versions|(% class="notTested" %) Not Tested|-
834
835 === Information ===
836
837 (% style="width: 99%;" %)
838 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
839 |"Information" functionality |Click on "Information" |Redirect to information panel|(% class="notTested" %) Not Tested|-
840
841 == Tags ==
842
843 (% style="width: 99%;" %)
844 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
845 |"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|(% class="notTested" %) Not Tested|-
846 |"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 tag has disappeared from the homepage in the Tags section|(% class="notTested" %) Not Tested|-
847 |"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="notTested" %) Not Tested|-
848 |"Renaming Tag"|From a page, add some tags to it. After page redirect, click on the "rename" button; You will be redirected to the rename tag page; put another name and click on "rename"|Tag should be renamed|(% class="notTested" %) Not Tested|-
849 |"Deleting a Tag"|From a page, add some tags to it. Click on the tag you added; After page redirect, click on "Delete" button|Tag should be deleted|(% class="notTested" %) Not Tested|-
850
851 == Blog ==
852
853 (% style="width: 99%;" %)
854 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
855 |"Blog RSS"|From the "Quick Links" panel, click on the small RSS icon near the "Blog"|Check if Blog RSS is properly displayed|(% class="notTested" %) Not Tested|-
856 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button. Change the Blog Title and click "Save and View"|Check if Blog homepage has another title. Also check if the breadcrumb has changed its name|(% class="notTested" %) Not Tested|-
857 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button.Insert something in the Description area and click "Save and View"|Check if the description you added appears on the Blog homepage|(% class="notTested" %) Not Tested|-
858 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button. Select from the "Blog type" the "Space Blog" and click "Save and View"|Check if settings are saved|(% class="notTested" %) Not Tested|-
859 |"Create a new post"|Click on "Blog"; Fill in the Post Title; Click on "Create" |Redirect to Edit page|(% class="notTested" %) Not Tested|-
860 |"Edit a post"|Click on "Blog"; Click on the pen to "Edit this blog post" |Redirect to Edit page|(% class="notTested" %) Not Tested|-
861 |Edit Title|Click on "Blog"; Click on the pen to "Edit this blog post"; Change the title from the "Title" field; Save the page;|Title is changed|(% class="notTested" %) Not Tested|-
862 |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";|See the summary when viewing the Blog|(% class="notTested" %) Not Tested|-
863 |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;|Look for the post there|(% class="notTested" %) Not Tested|-
864 |"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="notTested" %) Not Tested|-
865 |"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="notTested" %) Not Tested|-
866 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the icon next to it; Click "Cancel" |Changes are discarded|(% class="notTested" %) Not Tested|-
867 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the icon next to it; Fill in the new category name; Click "Add" |Category is created|(% class="notTested" %) Not Tested|-
868 |"Tags"|Click on "Blog"; Click on the pen to "Edit this blog post"; Add a tag to the "Tags" field; Click "Save & View" |Changes are saved; Tags should appear in Tags section|(% class="notTested" %) Not Tested|-
869 |"Publish Article"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check the "Publish" checkbox|Blog article is published and the warning disappears from the blog page|(% class="notTested" %) Not Tested|-
870 |"Publish Article"|Click on "Blog"; Go to the 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="notTested" %) Not Tested|-
871 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & View" |Changes are saved|(% class="notTested" %) Not Tested|-
872 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & Continue" |Changes are saved|(% class="notTested" %) Not Tested|-
873 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |Changes are saved|(% class="notTested" %) Not Tested|-
874 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |Changes are saved|(% class="notTested" %) Not Tested|-
875 |"Preview"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Preview"; Click "Back to edit" |Back to edit page|(% class="notTested" %) Not Tested|-
876 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & Continue" |Changes are saved|(% class="notTested" %) Not Tested|-
877 |"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="notTested" %) Not Tested|-
878 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & View" |Changes are saved|(% class="notTested" %) Not Tested|-
879 |"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="notTested" %) Not Tested|-
880 |"Cancel"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Cancel" |Discards changes|(% class="notTested" %) Not Tested|-
881 |"Preview" in full screen |Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Preview"; Click "Back To Edit" |Maximize edit window|(% class="notTested" %) Not Tested|-
882 |"Save & Continue" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Maximize edit window and changes are saved|(% class="notTested" %) Not Tested|-
883 |"Save & View" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Save & View" |Maximize edit window, save changes and continue editing|(% class="notTested" %) Not Tested|-
884 |"Cancel" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Cancel" |Maximize edit window and discards changes|(% class="notTested" %) Not Tested|-
885
886 == Color Themes ==
887
888 (% style="width: 99%;" %)
889 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
890 |"Color Themes"|Click on "Color Themes"; Click the Default Theme |Redirect to Default Theme page|(% class="notTested" %) Not Tested|-
891 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit" |Edit page of Theme|(% class="notTested" %) Not Tested|-
892 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Click "Cancel" |Check button functionality|(% class="notTested" %) Not Tested|-
893 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="notTested" %) Not Tested|-
894 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
895 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
896 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="notTested" %) Not Tested|-
897 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
898 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
899 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
900 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
901 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
902 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
903 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
904 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
905 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="notTested" %) Not Tested|-
906 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
907 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
908 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
909 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
910 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
911 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
912 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
913 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
914 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
915 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
916 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
917 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
918 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
919 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
920 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
921 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
922 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
923 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="notTested" %) Not Tested|-
924 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
925 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
926 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="notTested" %) Not Tested|-
927 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
928 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
929 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
930 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
931 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
932 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
933 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
934 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
935 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="notTested" %) Not Tested|-
936 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
937 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
938 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
939 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
940 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
941 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
942 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
943 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
944 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
945 |Edit "Color Themes" functionality |Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
946 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
947 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
948 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
949 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
950 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
951 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
952 |Edit "Color Themes" functionality |Click on "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="notTested" %) Not Tested|-
953 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
954 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
955 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
956 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
957 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
958 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
959 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
960 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
961 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
962 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="notTested" %) Not Tested|-
963 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
964 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
965 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
966 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="notTested" %) Not Tested|-
967 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
968 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
969 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
970 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
971 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
972 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
973 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
974 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
975 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
976 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
977 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
978 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
979 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
980 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
981 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
982 |Edit "Color Themes"|Click on "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="notTested" %) Not Tested|-
983 |Create "Color Themes"|Click on "Color Themes"; Click on create new theme;|Redirect to blank theme page|(% class="notTested" %) Not Tested|-
984
985 == Panels ==
986
987 (% style="width: 99%;" %)
988 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
989 |"Create a new panel"|Go to "Panels.WebHome"; 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="notTested" %) Not Tested|-
990 |"Create a new panel"|Go to "Panels.WebHome"; 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="notTested" %) Not Tested|-
991 |"Create a new panel"|Go to "Panels.WebHome"; 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="notTested" %) Not Tested|-
992 |View Panel visual|Go to "Panels.WebHome"; Click on a panel |Redirect to Panel's page|(% class="notTested" %) Not Tested|-
993 |Edit Panel visual|Go to "Panels.WebHome"; Click on the "Edit" link next to a panel; Click "maximize" |Back to Panel's page in edit mode|(% class="notTested" %) Not Tested|-
994 |Edit Panel|Go to "Panels.WebHome"; Click on the "Edit" link next to a panel; Click "maximize" link; Click "Exit Full Screen" |Maximized edit mode|(% class="notTested" %) Not Tested|-
995 |Edit Panel|Go to "Panels.WebHome"; 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="notTested" %) Not Tested|-
996 |Edit Panel|Go to "Panels.WebHome"; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & Continue" |Changes are saved|(% class="notTested" %) Not Tested|-
997 |Edit Panel|Go to "Panels.WebHome"; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & View" |Changes are saved|(% class="notTested" %) Not Tested|-
998 |Edit Panel|Go to "Panels.WebHome"; Click on the "Edit" link next to a panel; Click "maximize"; Click "Cancel" |Maximize in and out works|(% class="notTested" %) Not Tested|-
999 |Delete Panel|Go to "Panels.WebHome"; Click on the "Delete" link next to a panel; Click Yes/No |Able to delete document|(% class="notTested" %) Not Tested|-
1000
1001 == Document Index ==
1002
1003 === Space index ===
1004
1005 (% style="width: 99%;" %)
1006 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1007 |"See space index"|For a space click on "Space" then click the "Document Index" |Redirect to Document Index page|(% class="notTested" %) Not Tested|-
1008 |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |Redirect to Copy page|(% class="notTested" %) Not Tested|-
1009 |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |Redirect to confirmation page|(% class="notTested" %) Not Tested|-
1010 |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |Redirect to Rename page|(% class="notTested" %) Not Tested|-
1011 |Page "rename"|For a space click on "See space index"; Click "rename"; Select a new space; Insert the new page name; Click on "Rename" |Redirect to Rename page|(% class="notTested" %) Not Tested|-
1012 |age "rights"|For a space click on "See space index"; Click "rights" |Redirect to Rights page|(% class="notTested" %) Not Tested|-
1013 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Page" ascending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1014 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Page" descending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1015 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Date" ascending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1016 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Date" descending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1017 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Last Author" ascending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1018 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Last Author" descending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1019
1020 === Document index ===
1021
1022 (% style="width: 99%;" %)
1023 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1024 |"See space index"|For a space click on "Space" then click the "Document Index" |Redirect to Document Index page|(% class="notTested" %) Not Tested|-
1025 |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |Redirect to Copy page|(% class="notTested" %) Not Tested|-
1026 |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |Redirect to confirmation page|(% class="notTested" %) Not Tested|-
1027 |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |Redirect to Rename page|(% class="notTested" %) Not Tested|-
1028 |Page "rename"|For a space click on "See space index"; Click "rename"; Select a new space; Insert the new page name; Click on "Rename" |Redirect to Rename page|(% class="notTested" %) Not Tested|-
1029 |Page "rights"|For a space click on "See space index"; Click "rights";|Redirect to Rename page|(% class="notTested" %) Not Tested|-
1030 |"See document index"|For a space click on "See document index"; Sort elements in the table by "Page" ascending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1031 |"See document index"|For a space click on "See document index"; Sort elements in the table by "Page" descending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1032 |"See space index"|For a space click on "See document index"; Sort elements in the table by "Date" ascending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1033 |"See document index"|For a space click on "See document index"; Sort elements in the table by "Date" descending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1034 |"See document index"|For a space click on "See document index"; Sort elements in the table by "Last Author" ascending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1035 |"See space index"|For a space click on "See document index"; Sort elements in the table by "Last Author" descending |Sort Elements by desired criteria|(% class="notTested" %) Not Tested|-
1036 |"Tree" Tab|For a space click on "See space index"; Click "rename"; Select a new space; Insert the new page name; Click on "Rename" |Redirect to Rename page|(% class="notTested" %) Not Tested|-
1037 |"Orphaned Pages" tab|Remove a page's parent from Wiki or WYSIWYG editor; Click on "See space index"; Click on "Orphaned Pages" tab; |The page should be listed as orphan|(% class="notTested" %) Not Tested|-
1038 |"Attachments" tab|For a space click on "See space index";Click on "Attachments" tab;|All attachments from the wiki should be listed|(% class="notTested" %) Not Tested|-
1039 |"Deleted Documents" tab|Delete a document;Click on "See space index"; Click on "Deleted Documents" tab;|The deleted document should be listed|(% class="notTested" %) Not Tested|-
1040 |"Deleted Attachments" tab|Delete an attachment from a page;Click on "See space index"; Click on "Deleted Attachments" tab;|The deleted attachment should be listed|(% class="notTested" %) Not Tested|-
1041
1042 == Search ==
1043
1044 (% style="width: 99%;" %)
1045 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1046 |"Search"|On the top right corner, enter some text in the field and press enter;|Redirects to Search page|(% class="notTested" %) Not Tested|-
1047 |"Search"|On the top right corner, enter some text in the field and press enter; On the page you are redirected to, filter out the a space|Check if the resulted pages are only from that space|(% class="notTested" %) Not Tested|-
1048 |"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="notTested" %) Not Tested|-
1049
1050 == Search Suggest ==
1051
1052 (% style="width: 99%;" %)
1053 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1054 |"Search Suggest"|On the top right corner, enter some text in the field;|Wait for the AJAX window to appear with the results|(% class="notTested" %) Not Tested|-
1055
1056 == User Status ==
1057
1058
1059 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1060 |"Follow User"|Login with your user. Go to another users homepage and click on "Follow" icon.|Check if the "Following" icon becomes "Unfollow" and see if the user listed in the table.|(% class="notTested" %) Not Tested|-
1061 |"Unfollow User"|Login with your user. Go to your user page. Click on the x button to unfollow a user.|The user should disappear from the table|(% class="notTested" %) Not Tested|-
1062 |"Unfollow User"|Login with your user. Go to another users homepage and click on "Unfollow" icon.|Check if the "Unfollow" icon becomes "Follow" and see if the user is no longer listed in the table.|(% class="notTested" %) Not Tested|-
1063 |"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="notTested" %) Not Tested|-
1064 |"Send Message to Followers"|Login with your user. On the homepage, on the Activity Stream, select "Followers" from the dropdown, enter your message 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="notTested" %) Not Tested|-
1065 |"Send Message to Group"|Login with your user. On the homepage, on the Activity Stream, select "Group" from the dropdown, enter your message 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="notTested" %) Not Tested|-
1066 |"Send Message to User"|Login with your user. On the homepage, on the Activity Stream, select "User" from the dropdown, enter your message 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="notTested" %) Not Tested|-
1067 |"Delete Message"|Login with your user. Add a new message, or hover over an existing one. Click on the x button in order to delete. A modal window will appear to ask for confirmation|Check if the message is deleted and disappears.|(% class="notTested" %) Not Tested|-
1068
1069 = Macros =
1070
1071
1072
1073 == Dashboards Macro ==
1074
1075 (% style="width: 99%;" %)
1076 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1077 |"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. 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="notTested" %) Not Tested|-
1078 |"Add a Gadget"|From the dashboard page, click "Edit" then click on "Inline Form"; Click on "Add Gadget" button; Select a gadget from the list;Click on "Insert"; Click on "Save and View"; Add several gadgets|The "Add Gadget" and "Add Column" buttons should be visible.; Check if the newly added gadgets appears on the dashboard|(% class="notTested" %) Not Tested|-
1079 |"Add a Column"|From the dashboard page, click "Edit" then click on "Inline Form"; Click on "Add Column" button; Click on "Save and View"; Add 3 or 4 columns|The layout of the dashboard should change, creating new empty columns.|(% class="notTested" %) Not Tested|-
1080 |"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="notTested" %) Not Tested|-
1081 |"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="notTested" %) Not Tested|-
1082 |"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="notTested" %) Not Tested|-
1083 |"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:
1084 ~{~{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="notTested" %) Not Tested|-
1085 |"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:
1086 ~{~{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="notTested" %) Not Tested|-
1087 |"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:
1088 ~{~{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="notTested" %) Not Tested|-
1089 |"Raw gadget edit"|Edit Inline your dashboard or the page that includes your dashboard. Edit a gadget and in its content, put another syntax instead xwiki/2.0 syntax.|Gadget should work properly, no matter what syntax is used in its content.|(% class="notTested" %) Not Tested|-
1090 |"Velocity title gadget"|Edit Inline your dashboard or the page that includes your dashboard. Edit a gadget and insert some scripting elements in the Title field.|Check if the title script is executed properly.|(% class="notTested" %) Not Tested|-
1091 |"Velocity title gadget"|Edit Inline your dashboard or the page that includes your dashboard. Edit a gadget and insert some scripting elements in the Title field.|Check if the title script is executed properly.|(% class="notTested" %) Not Tested|-
1092 |"Dashboard RSS"|On the main page, from the "Quick Links" panel, click on the RSS icon near the "Wiki Dashboards"|Check if the Dashboards content is properly presented in RSS form|(% class="notTested" %) Not Tested|-
1093
1094 == Attachment Selector Macro ==
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 |"Change User Profile Picture"|Hover over your username from the top-right menu; click on "Profile"; Click on the small image icon on the top-left corner of the avatar image. Attach an image;|See if the image is uploaded; See if the modal window disappears; See if the avatar was set as the last image you uploaded|(% class="notTested" %) Not Tested|-
1099 |"Change User Profile Picture"|Hover over your username from the top-right menu; click on "Profile"; Click on the small image icon on the top-left corner of the avatar image; Select a image by pressing on the check-mark above it;|Check if the avatar has changed; See if the modal window disappeared;|(% class="notTested" %) Not Tested|-
1100 |"Delete User Profile Picture"|Hover over your username from the top-right menu; click on "Profile"; Click on the small image icon on the top-left corner of the avatar image; Delete a image by pressing the delete button next to it.|Check if the image disappears from the list and it is deleted;|(% class="notTested" %) Not Tested|-
1101
1102 == Spaces Macro (from Home Page) ==
1103
1104 (% style="width: 99%;" %)
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 |"See space index"|For a space click on "See Space Index" button|Redirect to Space Index page|(% class="notTested" %) Not Tested|-
1107 |"Create a new space"|Click on "Create a new space"; Fill in the new space name; Click "Create" |Redirect to Space WebHome page|(% class="notTested" %) Not Tested|-
1108 |"Create a new space"|Click on "Create a new space" twice;|The field and button should appear/disappear|(% class="notTested" %) Not Tested|-
1109
1110 == Jump To Page ==
1111
1112 (% style="width: 99%;" %)
1113 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1114 |"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="notTested" %) Not Tested|-
1115 |"Jump to Page"|On the "Quick Links" Panel on the left 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="notTested" %) Not Tested|-

Get Connected