Last modified by Manuel Leduc on 2023/10/10

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("TestReports.ManualTestReportTemplate")
3 {{/velocity}}
4
5 {{box cssClass="floatinginfobox" title="**Contents**"}}
6 {{toc start=2 depth=2 /}}
7 {{/box}}
8
9 = Introduction =
10
11 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.
12
13
14 == Tested using the following browsers ==
15
16 For the list of supported browsers please click [[here>>http://dev.xwiki.org/xwiki/bin/view/Community/BrowserSupportStrategy]].
17
18 {{browser name="firefox" version="13.0.1"/}}
19
20
21 == Tested using the following Databases ==
22
23 For the list of supported databases please click [[here>>http://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy]].
24
25 {{database name="hsqldb" version="2.2.8"/}}
26
27 == Conclusions ==
28
29 {{velocity}}
30 #set($jiras = $doc.getValue("reportedJiras"))
31 #set($ijiras = $doc.getValue("importantJiras"))
32 #if(($jiras && $jiras!="")||($ijiras && $ijiras!=""))
33
34 == Jira Digest ==
35
36 #if($ijiras && $ijiras!="")
37 * Important JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!ijiras{{/jira}}
38 #end
39 #if($jiras && $jiras!="")
40 * Other JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!jiras{{/jira}}
41 #end
42 #end
43 {{/velocity}}
44
45 = Features =
46
47 == Register/Log-In/Log-Out ==
48
49 (% style="width: 99%;" %)
50 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
51 |"Register a new user" |Click on "Register"; Fill in the fields; Click "Register" |Check if Registration works|(% class="pass" %)Pass|-
52 |"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|-
53 |"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|-
54 |"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|-
55 |"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|-
56 |"Forgot username"|Click on "Log-In"; click on "username" |Redirect to Forgot Username page|(% class="pass" %)Pass|-
57 |"Reset password"|Click on "Log-In"; click on "password" |Redirect to Reset Password page|(% class="pass" %)Pass|-
58 |"Log-Out"|Click on "Log-Out" |Check if Logout works|(% class="pass" %)Pass|-
59
60 == User Profile ==
61
62 (% style="width: 99%;" %)
63 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
64 |"Profile Page"|Click on "Profile"; Click "Switch to Advanced edit mode"; Click "Save & View"|Changes are saved|(% class="pass" %)Pass|-
65 |"Profile Page"|Click on "Profile" ; Click "Switch to Simple edit mode"; Click "Save & View"|Changes are saved|(% class="pass" %)Pass|-
66 |"Profile Page"|Click on "Profile" ; Click "Default editor to use"; Select "Wiki"; Click "Save & View"|Changes are saved; Go to a page and click "Edit"; Wiki editor should load|(% class="pass" %)Pass|-
67 |"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|-
68 |"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|-
69 |"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|-
70 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & Continue" |Changes are saved|(% class="pass" %)Pass|\\
71 |"Modify your profile" |Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
72 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Click "Cancel" |Changes are discarded|(% class="pass" %)Pass|-
73 |"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|-
74 |"Change Photo"|Click on "Profile"; Click on the top right corner of your profile picture; Upload a new image and press "upload" |Image is uploaded and used as profile picture|(% class="pass" %)Pass|-
75 |"Change Photo"|Click on "Profile"; Click "Change Photo"; Click on an existing photo; Click "Set this photo" |Image is used as profile picture|(% class="pass" %)Pass|-
76 |"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|-
77 |"RSS Watchlist"|Click on "Watchlist"; Click "Watchlist"; Click on the RSS Feed |See the watchlist modifications as RSS feed|(% class="pass" %)Pass|-
78
79 == Action Menus ==
80
81 //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.//
82
83 === "Add" Menu ===
84
85 (% style="width: 99%;" %)
86 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
87 |"Space"|Hover over "Add"; Click on "Add Space"; Fill in a space name; Click "Create" |Redirect to Create Space page|(% class="pass" %)Pass|-
88 |"Page"|Hover over "Add"; Click on "Page"|Redirect to Create Page page|(% class="pass" %)Pass|-
89 |"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|-
90 |"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; You will see your comment added;|(% class="pass" %)Pass|-
91 |"Attachments to Page"|Hover over "Add"; Click on the "Attachments to Page".|The page should scroll down at the bottom in the Attachments tab|(% class="pass" %)Pass|-
92
93 === "Wiki" Menu ===
94
95 (% style="width: 99%;" %)
96 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
97 |"Watch Space"|Hover over "Wiki"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Wiki"|(% class="pass" %)Pass|-
98 |"Watch Space"|Hover over "Wiki"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Wiki" |(% class="pass" %)Pass|-
99 |"Administer Wiki"|Hover over "Wiki"; Click on "Administer Wiki"|Redirect to Administer Wiki page|(% class="pass" %)Pass|-
100 |"Document Index"|Hover over "Wiki"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %)Pass|-
101
102 === "Space" Menu ===
103
104 (% style="width: 99%;" %)
105 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
106 |"Watch Space"|Hover over "Space"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %)Pass|-
107 |"Watch Space"|Hover over "Space"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Space" |(% class="pass" %)Pass|-
108 |"Administer Space"|Hover over "Space"; Click on "Administer Space"|Redirect to Administer Space page|(% class="pass" %)Pass|-
109 |"Document Index"|Hover over "Space"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %)Pass|-
110
111 === "Page" Menu ===
112
113 (% style="width: 99%;" %)
114 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
115 |"Watch Page"|Hover over "Page"; Click on "Watch Page"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %)Pass|-
116 |"Watch Page"|Hover over "Page"; Click on "Copy"; |See if the star turns gray and the writing to "Watch Page"|(% class="pass" %)Pass|-
117 |"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|-
118 |"Copy"|Hover over "Page"; Click on "Rename";|Redirected to the Copy feature page.|(% class="pass" %)Pass|-
119 |"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 if Rename feature works|(% class="pass" %)Pass|-
120 |"Delete"|Hover over "Page"; Click on "Delete"; |Redirected to a page and be asked for confirmation|(% class="pass" %)Pass|-
121
122 === "Profile" Menu ===
123
124 (% style="width: 99%;" %)
125 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
126 |"Profile"|Hover over "Profile" menu and click on "Profile";|Redirects to your profile page|(% class="pass" %)Pass|-
127 |"Preferences"|Hover over "Profile" menu and click on "Preferences";|Redirects to your profile preferences|(% class="pass" %)Pass|-
128 |"Watchlist"|Hover over "Profile" menu and click on "Watchlist";|Redirects to your profile watchlist|(% class="pass" %)Pass|-
129 |"Network"|Hover over "Profile" menu and click on "Network"|Redirects to your profile network. Here you see the users you follow.|(% class="pass" %)Pass|-
130
131 === "Edit" 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 |"Edit"|Click on "Edit" |Redirects to default edit mode of the page|(% class="pass" %)Pass|-
136 |"Wiki"|Hover over "Edit"; Click on "Wiki" |Redirects to Wiki edit mode|(% class="pass" %)Pass|-
137 |"WYSIWYG"|Hover over "Edit"; Click on "WYSIWYG" |Redirects to WYSIWYG edit mode|(% class="pass" %)Pass|-
138 |"Inline Form" |Hover over "Edit"; Click on "Inline Form" |Redirects to Inline|(% class="pass" %)Pass|-
139 |"Access Rights"|Hover over "Edit"; Click on "Access Rights" |Redirects to Access Rights edit mode|(% class="pass" %)Pass|-
140 |"Objects" |Hover over "Edit"; Click on "Objects" |Redirects to Objects edit mode|(% class="pass" %)Pass|-
141 |"Class" |Hover over "Edit"; Click on "Class" |Redirects to Class edit|(% class="pass" %)Pass|-
142
143 === "Export" Menu ===
144
145 (% style="width: 99%;" %)
146 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
147 |"Export as PDF"|Hover over "Export"; Click on "Export as PDF" |Save file dialog appears|(% class="pass" %)Pass|-
148 |"Export as RTF"|Hover over "Export"; Click on "Export as RTF" |Save file dialog appears|(% class="pass" %)Pass|-
149 |"Export as HTML"|Hover over "Export"; Click on "Export as HTML" |Save file dialog appears|(% class="pass" %)Pass|-
150 |"Export as XAR"|Hover over "Export"; Click on "Export as XAR" |Save file dialog appears|(% class="pass" %)Pass|-
151
152 === "More Actions" Menu ===
153
154 (% style="width: 99%;" %)
155 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
156 |"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|-
157 |"View Source"|Hover over "More Actions"; Click on "View Source" |Button redirects to "View Source" page|(% class="pass" %)Pass|-
158
159 == Action Stream ==
160
161 (% style="width: 99%;" %)
162 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
163 |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|-
164 |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|-
165 |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|-
166 |Annotate Page |Annotate a page; Go to main page; |See if the small icon denoting page annotation is visible with your user|(% class="pass" %)Pass|-
167 |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|-
168 |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|-
169 |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|-
170 |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|-
171
172 == Wiki Editor ==
173
174 (% style="width: 99%;" %)
175 //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]].
176 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]].//
177
178 (% style="width: 99%;" %)
179 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
180 |"Edit a page"|Hover over "Edit", Click on "Wiki" |Button redirects to Wiki edit mode|(% class="pass" %)Pass|-
181
182 === Multilingual Page ===
183
184 (% style="width: 99%;" %)
185 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
186 |"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|-
187
188 === Edit Title ===
189
190 (% style="width: 99%;" %)
191 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
192 |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|-
193 |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|-
194 |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|-
195
196 === Text Formatting ===
197
198 (% style="width: 99%;" %)
199 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
200 |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|-
201 |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|-
202 |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|-
203 |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|-
204 |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|-
205 |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|-
206 |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|-
207 |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|-
208 |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|-
209 |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|-
210 |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|-
211 |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|-
212 |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|-
213 |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|-
214 |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|-
215 |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|-
216 |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|-
217 |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|-
218 |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|-
219 |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|-
220 |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|-
221 |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|-
222 |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|-
223 |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|(% class="pass" %)Pass|-
224 |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|-
225 |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|-
226 |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|-
227 |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|-
228 |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|-
229 |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|-
230 |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|-
231 |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|-
232 |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|-
233 |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|-
234 |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|-
235 |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|-
236 |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|-
237 |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|-
238 |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|-
239 |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|-
240 |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|-
241 |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|-
242 |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|-
243 |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|-
244 |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|-
245 |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|-
246 |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|-
247 |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|-
248
249 === Link ===
250
251 (% style="width: 99%;" %)
252 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
253 |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|-
254 |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|-
255 |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|-
256 |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|-
257 |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|-
258 |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|-
259 |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|(% class="pass" %)Pass|-
260 |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|-
261
262 === Horizontal Ruler ===
263
264 (% style="width: 99%;" %)
265 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
266 |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|-
267 |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|(% class="pass" %)Pass|-
268 |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|-
269
270 === Image ===
271
272 (% style="width: 99%;" %)
273 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
274 |"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 ode|(% class="pass" %)Pass|-
275 |"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|-
276 |"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 Edit|(% class="pass" %)Pass|-
277
278 === HTML Code ===
279
280 (% style="width: 99%;" %)
281 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
282 |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|-
283 |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|-
284 |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|-
285 |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|-
286
287 === Velocity Code ===
288
289 (% style="width: 99%;" %)
290 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
291 |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="notTested" %) Not Tested|-
292 |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="notTested" %) Not Tested|-
293 |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="notTested" %) Not Tested|-
294 |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="notTested" %) Not Tested|-
295
296 === Edit in full screen ===
297
298 (% style="width: 99%;" %)
299 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
300 |"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|-
301 |"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|-
302 |"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|-
303 |"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|-
304 |"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|-
305
306 === Preview/Save/Cancel ===
307
308 (% style="width: 99%;" %)
309 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
310 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %)Pass|-
311 |"Save & Continue"|Hover over "Edit", Click on "Wiki"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)Pass|-
312 |"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|-
313 |"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|-
314 |"Save & View"|Hover over "Edit", Click on "Wiki"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)Pass|-
315 |"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|-
316 |"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|-
317 |"Cancel"|Hover over "Edit", Click on "Wiki"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)Pass|-
318 |"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|-
319 |"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|-
320 |"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|-
321 |"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|-
322 |"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|-
323 |"Autosave|Hover over "Edit", Click on "Wiki"; Add some content; Check the "Autosave" checkbox;|Check if editor automatically saves the page|(% class="pass" %)Pass|-
324
325 == WYSIWYG Editor ==
326
327 (% style="width: 99%;" %)
328 //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]].//
329
330 (% style="width: 99%;" %)
331 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
332 |"Edit a page" |Hover over "Edit", Click on "WYSIWYG" |Check is WYSIWYG Editor loads|(% class="pass" %)Pass|-
333 |"Edit Section"|Click on the small pencil icon near the section head in order to edit;|Check is WYSIWYG Editor loads|(% class="pass" %)Pass|-
334
335 === Multilingual Page ===
336
337 (% style="width: 99%;" %)
338 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
339 |"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|-
340
341 === Edit Title ===
342
343 (% style="width: 99%;" %)
344 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
345 |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|-
346 |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|-
347 |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|-
348
349 === Link ===
350
351 (% style="width: 99%;" %)
352 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
353 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "X" |Check if modal works|(% class="pass" %)Pass|-
354 |"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|-
355 |"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|-
356 |"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|-
357 |"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|-
358 |"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|-
359 |"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|-
360 |"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|-
361 |"Link" > "Attached File..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
362 |"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|-
363 |"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|-
364 |"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|-
365 |"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|-
366 |"Link" > "Web Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..." |Check if Link feature works properly|(% class="pass" %)Pass|-
367 |"Link" > "Web Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
368 |"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|-
369 |"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|-
370 |"Link" > "Email Address..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."|Check if Link feature works properly|(% class="pass" %)Pass|-
371 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
372 |"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|-
373 |"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|-
374
375 === Image ===
376
377 (% style="width: 99%;" %)
378 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
379 |"Insert Image..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
380 |"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="pass" %)Pass|-
381 |"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="pass" %)Pass|-
382 |"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="pass" %)Pass|-
383 |"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="pass" %)Pass|-
384 |"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="pass" %)Pass|-
385 |"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="pass" %)Pass|-
386 |"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="pass" %)Pass|-
387 |"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="pass" %)Pass|-
388 |"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="pass" %)Pass|-
389 |"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="pass" %)Pass|-
390 |"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="pass" %)Pass|-
391
392 === Table ===
393
394 (% style="width: 99%;" %)
395 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
396 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
397 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "Insert Table" |Check if Table function works properly|(% class="pass" %)Pass|-
398 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Uncheck "First Row Is A Header Row"; Click "Insert Table" |Check if Table function works properly|(% class="pass" %)Pass|-
399
400 === Macro ===
401
402 (% style="width: 99%;" %)
403 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
404 |"Macro" > "Insert Macro..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
405 |"Box" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Box" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
406 |"Chart" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Chart" macro; Click "Select"; Fill in the required fields; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
407 |"Code" Macor|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Code" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
408 |"Error Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Error Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
409 |"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 properl|(% class="pass" %)Pass|-
410 |"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|-
411 |"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|-
412 |"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|-
413 |"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|-
414 |"Include" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Include" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
415 |"Info Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Info Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
416 |"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="pass" %)Pass|-
417 |"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|-
418 |"RSS" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "RSS" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
419 |"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|-
420 |"Table Of Contents" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Table Of Contents" macro; Click "Select"; Fill in the fields; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
421 |"User Avatar" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "User Avatar" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
422 |"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|-
423 |"Warning Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Warning Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |Check if Macro works properly|(% class="pass" %)Pass|-
424 |"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="pass" %)Pass|-
425 |"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="pass" %)Pass|-
426 |"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="pass" %)Pass|-
427
428 === Import ===
429
430 (% style="width: 99%;" %)
431 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
432 |"Office Document"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Document"; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
433 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)" |Check if Copy/Paste function works|(% class="pass" %)Pass|-
434 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
435 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Fill in the required field; Click "Import" |Check if the Import function works|(% class="pass" %)Pass|-
436 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Fill in the required field; Check "Filter Styles"; Click "Import" |Check if the Import function works|(% class="pass" %)Pass|-
437
438 === Text Formatting ===
439
440 (% style="width: 99%;" %)
441 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
442 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold |Check if formatting applies|(% class="pass" %)Pass|-
443 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold; Click on the "Bold" button again to remove Bold |Check if formatting applies|(% class="pass" %)Pass|-
444 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button |Check if formatting applies|(% class="pass" %)Pass|-
445 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button to make the text Italic; Click on the "Italic" button again to remove Italic |Check if formatting applies|(% class="pass" %)Pass|-
446 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button |Check if formatting applies|(% class="pass" %)Pass|-
447 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button to make the text Underlined; Click on the "Underline" button again to remove Underline |Check if formatting applies|(% class="pass" %)Pass|-
448 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button |Check if formatting applies|(% class="pass" %)Pass|-
449 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button to make the text Strikethrough; Click on the "Strikethrough" button again to remove Strikethrough |Check if formatting applies|(% class="pass" %)Pass|-
450 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button |Check if formatting applies|(% class="pass" %)Pass|-
451 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button to make the text Subscript; Click on the "Subscript" button again to return the text to its original size |Check if formatting applies|(% class="pass" %)Pass|-
452 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button |Check if formatting applies|(% class="pass" %)Pass|-
453 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button to make the text Superscript; Click on the "Superscript" button again to return the text to its original size |Check if formatting applies|(% class="pass" %)Pass|-
454 |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="pass" %)Pass|-
455 |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="pass" %)Pass|-
456 |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="pass" %)Pass|-
457 |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="pass" %)Pass|-
458 |Make text "Undo"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo" |Check if formatting applies|(% class="pass" %)Pass|-
459 |Make text "Title 1"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown; |Check if formatting applies|(% class="pass" %)Pass|-
460 |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="pass" %)Pass|-
461 |Make text "Title 3"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 3" from the dropdown; |Check if formatting applies|(% class="pass" %)Pass|-
462 |Make text "Title 4"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 4" from the dropdown; |Check if formatting applies|(% class="pass" %)Pass|-
463 |Make text "Title 5"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 5" from the dropdown; |Check if formatting applies|(% class="pass" %)Pass|-
464 |Make text "Title 6"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 6" from the dropdown; |Check if formatting applies|(% class="pass" %)Pass|-
465 |Make text "Plain text"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown; Click on "Plain text" from the dropdown |Check if formatting applies|(% class="pass" %)Pass|-
466 |"Insert Horizontal Ruler"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Horizontal Ruler" |Check if formatting applies|(% class="pass" %)Pass|-
467 |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click "X" |Check if modal closes|(% class="pass" %)Pass|-
468 |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="pass" %)Pass|-
469 |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="pass" %)Pass|-
470
471 === Preview/Save/Cancel ===
472
473 (% style="width: 99%;" %)
474 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
475 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %)Pass|-
476 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)Pass|-
477 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & Continue" |Saves the Page as a minor version and remains in Edit Mode|(% class="pass" %)Pass|-
478 |"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="pass" %)Pass|-
479 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)Pass|-
480 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & View" |Saves the Page as minor version and redirects to View Mode|(% class="pass" %)Pass|-
481 |"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="pass" %)Pass|-
482 |"Cancel"|Hover over "Edit", Click on "WYSIWYG"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)Pass|-
483 |"Exit Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" blue button |Check if editor becomes full screen|(% class="pass" %)Pass|-
484 |"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="pass" %)Pass|-
485 |"Save & Continue" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Check if editor becomes full screen; Page saves; Page remains in edit mode|(% class="pass" %)Pass|-
486 |"Save & View" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & View" |Check if editor becomes full screen; Page saves; Redirected to View Mode|(% class="pass" %)Pass|-
487 |"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="pass" %)Pass|-
488
489 === Edit in Source ===
490
491 (% style="width: 99%;" %)
492 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
493 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Preview"; Click "Back to Edit" |Redirect back to Edit Page|(% class="pass" %)Pass|-
494 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)Pass|-
495 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)Pass|-
496 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)Pass|-
497
498 == Access Rights ==
499
500 (% style="width: 99%;" %)
501 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
502 |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="pass" %)Pass|-
503 |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="pass" %)Pass|-
504 |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="pass" %)Pass|-
505 |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|-
506 |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="pass" %)Pass|-
507 |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="pass" %)Pass|-
508 |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="pass" %)Pass|-
509 |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|-
510
511 == Objects & Classes Editing ==
512
513 //Soon//
514
515 == Administration ==
516
517 === Space Administration ===
518
519 ==== Presentation ====
520
521 (% style="width: 99%;" %)
522 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
523 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation" |Redirects to Presentation Page|(% class="pass" %)Pass|-
524 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
525 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Click "Customize" |Redirect to Skin Customization Page|(% class="pass" %)Pass|-
526 |"Presentation"|Hover over "Space"; Click on "Administer Space"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
527
528 ==== Page Elements ====
529
530 (% style="width: 99%;" %)
531 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
532 |"Page Elements"|Hover over "Space"; Click on "Administer Space"; Click on "Page Elements" |Redirects to Page Elements Page\\|(% class="pass" %)Pass|-
533 |"Page Elements"|Hover over "Space"; Click on "Administer Space"; Click on "Page Elements"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
534
535 ==== Panel Wizard ====
536
537 (% style="width: 99%;" %)
538 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
539 |"Panel Wizard"| Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="pass" %)Pass|-
540 |"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="pass" %)Pass|-
541 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; click on the accordion headers |Accordion to work properly|(% class="pass" %)Pass|-
542 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side |Check if Drag and drop works|(% class="pass" %)Pass|-
543 |"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="pass" %)Pass|-
544 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side; Click "Save The New Layout"; |Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %)Pass|-
545 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; drag and drop a panel from the side to the panel list|Check if Drag and drop works|(% class="pass" %)Pass|-
546 |"Panel List"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; drag and drop a panel from the side to the panel list; Click "Save The New Layout"; |Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %)Pass|-
547 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "No side column"; "Click Save The New Layout";|Go to a different page to check if the new layout is in place|(% class="pass" %)Pass|-
548 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Left Column"; Click on "Panel List"; Drag a panel to the left; "Click Save The New Layout";|Go to a different page to check if the new layout is in place|(% class="pass" %)Pass|-
549 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Right Column"; Click on "Panel List"; Drag a panel to the right; "Click Save The New Layout";|Go to a different page to check if the new layout is in place|(% class="pass" %)Pass|-
550 |"Page Layout"|Hover over "Space"; Click on "Administer Space"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Both Columns"; Click on "Panel List"; Drag a panel to the left and a panel to the right; "Click Save The New Layout"; |Go to a different page to check if the new layout is in place|(% class="pass" %)Pass|-
551 |"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="pass" %)Pass|-
552
553 ==== Rights ====
554
555 (% style="width: 99%;" %)
556 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
557 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights" |Redirects to Rights Page|(% class="pass" %)Pass|-
558 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights";Select "Users" |See if the list of users appears|(% class="pass" %)Pass|-
559 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights"; Click once in one of the empty boxes |See if the green check sign appears inside the box|(% class="pass" %)Pass|-
560 |"Rights"|Hover over "Space"; Click on "Administer Space"; Click on "Rights"; Click twice in one of the empty boxes |See if the denied icon appears inside the box|(% class="pass" %)Pass|-
561
562 === Wiki Administration ===
563
564 ==== Edit Mode Settings ====
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 |"Edit Mode Settings"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings" |Redirects to Edit Mode Settingspage|(% class="pass" %)Pass|-
569 |"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="pass" %)Pass|-
570 |"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="pass" %)Pass|-
571 |"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="pass" %)Pass|-
572 |"Default document syntax "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "2.0". Create a new page.|The page you created should be in 2.1 syntax|(% class="pass" %)Pass|-
573
574 ==== Localization ====
575
576 (% style="width: 99%;" %)
577 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
578 |"Localization"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization" |Redirects to Localization page\\|(% class="pass" %)Pass|-
579 |"Localization"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
580 |"Multi Lingual"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization"; Set multilingual to "Yes";|On the top right corner, you should have all languages displayed|(% class="pass" %)Pass|-
581
582 ==== Email ====
583
584 (% style="width: 99%;" %)
585 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
586 |"Email"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Email" |Redirects to Email page\\|(% class="pass" %)Pass|-
587 |"Email"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Email"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
588
589 ==== OpenOffice Server ====
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 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server" |Redirects to OpenOffice page|(% class="pass" %)Pass|-
594 |"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="pass" %)Pass|-
595 |"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="pass" %)Pass|-
596 |"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="pass" %)Pass|-
597
598 ==== Presentation ====
599
600 (% style="width: 99%;" %)
601 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
602 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation" |Redirects to Presentation Page|(% class="pass" %)Pass|-
603 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
604 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Change the colortheme; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
605
606 ==== Page Elements ====
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 |"Page Elements"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements" |Redirects to Page Elements Page\\|(% class="pass" %)Pass|-
611 |"Page Elements"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
612
613 ==== Panel Wizard ====
614
615 (% style="width: 99%;" %)
616 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
617 |"Panel Wizard"| Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="pass" %)Pass|-
618 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; click on the accordion headers |Accordion to work properly|(% class="pass" %)Pass|-
619 |"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="pass" %)Pass|-
620 |"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="pass" %)Pass|-
621 |"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="pass" %)Pass|-
622 |"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="pass" %)Pass|-
623 |"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="pass" %)Pass|-
624 |"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="pass" %)Pass|-
625 |"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="pass" %)Pass|-
626 |"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="pass" %)Pass|-
627 |"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="pass" %)Pass|-
628 |"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="pass" %)Pass|-
629 |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="pass" %)Pass|-
630
631 ==== Users ====
632
633 (% style="width: 99%;" %)
634 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
635 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users" |Redirects to Users Page|(% class="pass" %)Pass|-
636 |"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="pass" %)Pass|-
637 |"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="pass" %)Pass|-
638 |"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="pass" %)Pass|-
639 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click on "Preferences" tab; Click "Switch to Simple edit mode" |Check if switch works|(% class="pass" %)Pass|-
640 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; "Switch to Advanced edit mode"|Check if switch works|(% class="pass" %)Pass|-
641 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on "Add new user"; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
642 |"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="pass" %)Pass|-
643
644 ==== Groups ====
645
646 (% style="width: 99%;" %)
647 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
648 |"Groups "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups" |Redirects to Groups Page|(% class="pass" %)Pass|-
649 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit |Check if edit window appears|(% class="pass" %)Pass|-
650 |"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="pass" %)Pass|-
651 |"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="pass" %)Pass|-
652 |"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="pass" %)Pass|-
653 |"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="pass" %)Pass|-
654 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Click "X" |Check if modal closes properly|(% class="pass" %)Pass|-
655 |"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="pass" %)Pass|-
656
657 ==== Rights ====
658
659 (% style="width: 99%;" %)
660 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
661 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights" |Redirects to Rights Page|(% class="pass" %)Pass|-
662 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights";Select "Users" |See if the list of users appears|(% class="pass" %)Pass|-
663 |"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="pass" %)Pass|-
664 |"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="pass" %)Pass|-
665
666 ==== Registration ====
667
668 (% style="width: 99%;" %)
669 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
670 |"Registration"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Registration" |Redirects to Registration Page|(% class="pass" %)Pass|-
671 |"Registration"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Registration"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
672
673 ==== Import ====
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 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import" |Redirects to Import Page|(% class="pass" %)Pass|-
678 |"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="pass" %)Pass|-
679 |"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="pass" %)Pass|-
680 |"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="pass" %)Pass|-
681 |"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="pass" %)Pass|-
682
683 ==== Export ====
684
685 (% style="width: 99%;" %)
686 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
687 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export" |Redirects to Export page\\|(% class="pass" %)Pass|-
688 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export"; Fill in the fields; Click "Export" |Save file dialog should appear|(% class="pass" %)Pass|-
689
690 ==== Templates ====
691
692 (% style="width: 99%;" %)
693 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
694 |"Templates"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates" |Redirects to Template page\\|(% class="pass" %)Pass|-
695 |"Templates"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
696 |Create Page from Template|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
697 |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; |The contents of t he new page should contain the one from the Template|(% class="pass" %)Pass|-
698
699 http://platform.xwiki.org/xwiki/bin/view/Features/DocumentLifecycle#HCreatefromTemplate
700
701 ==== Annotations ====
702
703 (% style="width: 99%;" %)
704 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
705 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations" |Redirects to Annotations page\\|(% class="pass" %)Pass|-
706 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
707 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations"; Change the "Annotations are activated" to "No"|Check if the annotations are deactivated|(% class="pass" %)Pass|-
708 |"Annotations"|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="pass" %)Pass|-
709
710 ==== Invitation Application ====
711
712 (% style="width: 99%;" %)
713 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
714 |"Invitation Application"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Invitation Application" |Redirects to Invitation Application page\\|(% class="pass" %)Pass|-
715 |"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="pass" %)Pass|-
716
717 ==== Search ====
718
719 (% style="width: 99%;" %)
720 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
721 |"Search"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search" |Redirects to Search page\\|(% class="pass" %)Pass|-
722 |"Search"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
723 |"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|See if Searching for something works|(% class="pass" %)Pass|-
724 |"Jump to Page"|Press the CTRL+G; A modal windows should appear; Type the name of a page that exists and press "Enter"|You should be redirected to that page|(% class="pass" %)Pass|-
725 |"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="pass" %)Pass|-
726
727 ==== Search Suggest ====
728
729 (% style="width: 99%;" %)
730 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
731 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest" |Redirects to Search Suggest page\\|(% class="pass" %)Pass|-
732 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
733 |"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="pass" %)Pass|-
734
735 ==== Extension Manager ====
736
737 (% style="width: 99%;" %)
738 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
739 |"Extension Manager"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Extension Manager" |Redirects to Extension Manager page\\|(% class="pass" %)Pass|-
740 |"Extension Manager"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Extension Manager"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)Pass|-
741
742 ==== WYSIWYG Editor ====
743
744 (% style="width: 99%;" %)
745 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
746 |"WYSIWYG Editor"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor" |Redirects to WYSIWYG Editor page\\|(% class="pass" %)Pass|-
747 |"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="pass" %)Pass|-
748
749 ==== Message Stream ====
750
751 (% style="width: 99%;" %)
752 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
753 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream" |Redirects to Message Stream page\\|(% class="pass" %)Pass|-
754 |"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="pass" %)Pass|-
755 |"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="pass" %)Pass|-
756
757 == Comments/Annotations/Attachments/History/Information Tabs ==
758
759 // A blog post is used to test the tabs //
760
761 === Comments ===
762
763 (% style="width: 99%;" %)
764 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
765 |"Comments" Cancel|Click on "Comments ()"; Write a comment; Click "Cancel" |Cancels the comment operation|(% class="pass" %)Pass|-
766 |"Comments" Add|Click on "Comments ()"; Write a comment; Click "Add Comment" |Adds a comment; Comment should be visible in comment list|(% class="pass" %)Pass|-
767 |"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="pass" %)Pass|-
768 |"Comments" Delete|Click on "Comments ()"; Write a comment; Click "Add Comment"; Click "X" |Deletes a comment; Comment should dissapear|(% class="pass" %)Pass|-
769 |"Comments" Preview|Click on "Comments ()"; Write a comment; Click "Preview Comment"; Click "Add Comment" |Previews a comment; Comment should be saved|(% class="pass" %)Pass|-
770 |"Comments" Preview|Click on "Comments ()"; Write a comment; Click "Preview Comment"; Click "Cancel" |Previews a comment; Comment should be discarded|(% class="pass" %)Pass|-
771
772 === Annotations ===
773
774 (% style="width: 99%;" %)
775 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
776 |"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 Annotations tab from bottom and check if the newly added annotation is there|(% class="pass" %)Pass|-
777 |"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 Annotations tab from bottom and see if the Annotation has disappeared.|(% class="pass" %)Pass|-
778 |"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 Annotations tab from bottom and see if the Annotation has disappeared|(% class="pass" %)Pass|-
779 |"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 Annotations tab at the bottom of the page.|(% class="pass" %)Pass|-
780 |"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 Annotations tab at the bottom of the page.|(% class="pass" %)Pass|-
781 |"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="pass" %)Pass|-
782 |"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="pass" %)Pass|-
783 |"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="pass" %)Pass|-
784 |"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="pass" %)Pass|-
785
786 === Attachments ===
787
788 (% style="width: 99%;" %)
789 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
790 |"Attachments" Cancel|Click on "Attachments ()"; Browse for a document; Click "Cancel" |Cancels the attachment operation|(% class="pass" %)Pass|-
791 |"Attachments" Add|Click on "Attachments ()"; Browse for a document; Click "Attach" |Attaches a file; Attachment should become visible in list|(% class="pass" %)Pass|-
792 |"Attachments" Add another file|Click on "Attachments ()"; Browse for a document; Click "Add another file" |Attaches another file; Attachment should become visible in list|(% class="pass" %)Pass|-
793 |"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 attachments are accessible|(% class="pass" %)Pass|-
794 |"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="pass" %)Pass|-
795
796 === History ===
797
798 (% style="width: 99%;" %)
799 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
800 |"History"|Click on "History" |History tab visible|(% class="pass" %)Pass|-
801 |"History"|Click on "History"; Click on a version |View the page at clicked version|(% class="pass" %)Pass|-
802 |"History"|Click on "History"; Click "delete"; Click "Yes/No" |Delete version|(% class="pass" %)Pass|-
803 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |Shows the list of version including minor versions|(% class="pass" %)Pass|-
804 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Rollback" |Rolls back the document at desired version|(% class="pass" %)Pass|-
805 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Delete"; Click "Yes/No"|Delete minor version|(% class="pass" %)Pass|-
806 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Compare Selected Versions" |Redirect to compare page|(% class="pass" %)Pass|-
807 |"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" %)Failed|http:~/~/jira.xwiki.org/browse/XWIKI-7988
808 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Hide Minor Edits"; Click "Show Minor Edits" |Shows only major/minor versions|(% class="pass" %)Pass|-
809 |"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="pass" %)Pass|-
810
811 === Information ===
812
813 (% style="width: 99%;" %)
814 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
815 |"Information" functionality |Click on "Information" |Redirect to information panel|(% class="pass" %)Pass|-
816
817 == Tags ==
818
819 (% style="width: 99%;" %)
820 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
821 |"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="pass" %)Pass|-
822 |"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="pass" %)Pass|-
823 |"Clicking a Tag"|From a page, add some tags to it. Click on the tag you added.|Redirected to a special page. Check if the document that has the tag you added is listed on this page.|(% class="pass" %)Pass|-
824 |"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="pass" %)Pass|-
825 |"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="pass" %)Pass|-
826
827 == Blog ==
828
829 === Blog RSS ===
830
831 (% style="width: 99%;" %)
832 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
833 |"Blog RSS"|From the "Quick Links" panel, click on the small RSS icon near the "Blog"|Check if Blog RSS is properly displayed|(% class="pass" %)Pass|-
834
835 === Configure Blog ===
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 |"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="pass" %)Pass|-
840 |"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="pass" %)Pass|-
841 |"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="pass" %)Pass|-
842
843 === Create Post ===
844
845 (% style="width: 99%;" %)
846 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
847 |"Create a new post"|Click on "Blog"; Fill in the Post Title; Click on "Create" |Redirect to Edit page|(% class="pass" %)Pass|-
848
849 === Edit Post ===
850
851 (% style="width: 99%;" %)
852 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
853 |"Edit a post"|Click on "Blog"; Click on the pen to "Edit this blog post" |Redirect to Edit page|(% class="pass" %)Pass|-
854
855 === Edit Title ===
856
857 (% style="width: 99%;" %)
858 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
859 |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="pass" %)Pass|-
860
861 === Edit Summary ===
862
863 (% style="width: 99%;" %)
864 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
865 |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="pass" %)Pass|-
866
867 === Category ===
868
869 (% style="width: 99%;" %)
870 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
871 |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="pass" %)Pass|-
872 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Click "Cancel" |Changes are discarded|(% class="pass" %)Pass|-
873 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Fill in the new category name; Click "Add" |Category is created|(% class="pass" %)Pass|-
874 |"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="pass" %)Pass|-
875 |"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="pass" %)Pass|-
876
877 === Tags ===
878
879 (% style="width: 99%;" %)
880 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
881 |"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="pass" %)Pass|-
882
883 === Publish Article ===
884
885 (% style="width: 99%;" %)
886 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
887 |"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="pass" %)Pass|-
888 |"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="pass" %)Pass|-
889
890 === Hide article ===
891
892 (% style="width: 99%;" %)
893 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
894 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
895 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & Continue" |Changes are saved|(% class="pass" %)Pass|-
896 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
897 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
898
899 === Preview/Save/Cancel ===
900
901 (% style="width: 99%;" %)
902 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
903 |"Preview"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Preview"; Click "Back to edit" |Back to edit page|(% class="pass" %)Pass|-
904 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & Continue" |Changes are saved|(% class="pass" %)Pass|-
905 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & Continue" |Changes are saved as a minor version|(% class="pass" %)Pass|-
906 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
907 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & View" |Changes are saved as a minor version|(% class="pass" %)Pass|-
908 |"Cancel"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Cancel" |Discards changes|(% class="pass" %)Pass|-
909 |"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="pass" %)Pass|-
910 |"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="pass" %)Pass|-
911 |"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="pass" %)Pass|-
912 |"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="pass" %)Pass|-
913
914 == Color Themes ==
915
916 (% style="width: 99%;" %)
917 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
918 |"Color Themes"|Click on "Color Themes"; Click the Default Theme |Redirect to Default Theme page|(% class="pass" %)Pass|-
919 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit" |Edit page of Theme|(% class="pass" %)Pass|-
920 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Click "Cancel" |Check button functionality|(% class="pass" %)Pass|-
921 |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="pass" %)Pass|-
922 |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="pass" %)Pass|-
923 |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="pass" %)Pass|-
924 |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="pass" %)Pass|-
925 |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="pass" %)Pass|-
926 |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="pass" %)Pass|-
927 |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="pass" %)Pass|-
928 |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="pass" %)Pass|-
929 |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="pass" %)Pass|-
930 |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="pass" %)Pass|-
931 |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="pass" %)Pass|-
932 |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="pass" %)Pass|-
933 |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="pass" %)Pass|-
934 |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="pass" %)Pass|-
935 |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="pass" %)Pass|-
936 |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="pass" %)Pass|-
937 |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="pass" %)Pass|-
938 |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="pass" %)Pass|-
939 |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="pass" %)Pass|-
940 |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="pass" %)Pass|-
941 |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="pass" %)Pass|-
942 |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="pass" %)Pass|-
943 |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="pass" %)Pass|-
944 |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="pass" %)Pass|-
945 |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="pass" %)Pass|-
946 |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="pass" %)Pass|-
947 |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="pass" %)Pass|-
948 |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="pass" %)Pass|-
949 |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="pass" %)Pass|-
950 |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="pass" %)Pass|-
951 |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="pass" %)Pass|-
952 |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="pass" %)Pass|-
953 |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="pass" %)Pass|-
954 |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="pass" %)Pass|-
955 |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="pass" %)Pass|-
956 |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="pass" %)Pass|-
957 |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="pass" %)Pass|-
958 |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="pass" %)Pass|-
959 |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="pass" %)Pass|-
960 |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="pass" %)Pass|-
961 |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="pass" %)Pass|-
962 |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="pass" %)Pass|-
963 |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="pass" %)Pass|-
964 |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="pass" %)Pass|-
965 |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="pass" %)Pass|-
966 |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="pass" %)Pass|-
967 |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="pass" %)Pass|-
968 |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="pass" %)Pass|-
969 |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="pass" %)Pass|-
970 |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="pass" %)Pass|-
971 |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="pass" %)Pass|-
972 |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="pass" %)Pass|-
973 |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="pass" %)Pass|-
974 |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="pass" %)Pass|-
975 |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="pass" %)Pass|-
976 |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="pass" %)Pass|-
977 |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="pass" %)Pass|-
978 |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="pass" %)Pass|-
979 |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="pass" %)Pass|-
980 |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="pass" %)Pass|-
981 |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="pass" %)Pass|-
982 |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="pass" %)Pass|-
983 |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="pass" %)Pass|-
984 |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="pass" %)Pass|-
985 |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="pass" %)Pass|-
986 |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="pass" %)Pass|-
987 |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="pass" %)Pass|-
988 |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="pass" %)Pass|-
989 |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="pass" %)Pass|-
990 |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="pass" %)Pass|-
991 |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="pass" %)Pass|-
992 |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="pass" %)Pass|-
993 |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="pass" %)Pass|-
994 |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="pass" %)Pass|-
995 |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="pass" %)Pass|-
996 |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="pass" %)Pass|-
997 |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="pass" %)Pass|-
998 |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="pass" %)Pass|-
999 |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="pass" %)Pass|-
1000 |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="pass" %)Pass|-
1001 |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="pass" %)Pass|-
1002 |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="pass" %)Pass|-
1003 |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="pass" %)Pass|-
1004 |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="pass" %)Pass|-
1005 |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="pass" %)Pass|-
1006 |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="pass" %)Pass|-
1007 |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="pass" %)Pass|-
1008 |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="pass" %)Pass|-
1009 |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="pass" %)Pass|-
1010 |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="pass" %)Pass|-
1011 |Create "Color Themes"|Click on "Color Themes"; Click on create new theme;|Redirect to blank theme page|(% class="pass" %)Pass|-
1012
1013 == Panels ==
1014
1015 (% style="width: 99%;" %)
1016 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1017 |"Create a new panel"|Click on "Panels" from Spaces Macro on Main Page; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Preview"; Click "Back to Edit" |Back to edit page|(% class="pass" %)Pass|-
1018 |"Create a new panel"|Click on "Panels" from Spaces Macro on Main Page; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Save & Continue" |Changes are saved; continue editing|(% class="pass" %)Pass|-
1019 |"Create a new panel"|Click on "Panels" from Spaces Macro on Main Page; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
1020 |View Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on a panel |Redirect to Panel's page|(% class="pass" %)Pass|-
1021 |Edit Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize" |Back to Panel's page in edit mode|(% class="pass" %)Pass|-
1022 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize" link; Click "Exit Full Screen" |Maximized edit mode|(% class="pass" %)Pass|-
1023 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Preview"; Click "Back to Edit" |Back to edit page|(% class="pass" %)Pass|-
1024 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & Continue" |Changes are saved|(% class="pass" %)Pass|-
1025 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & View" |Changes are saved|(% class="pass" %)Pass|-
1026 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Click "Cancel" |Maximize in and out works|(% class="pass" %)Pass|-
1027 |Delete Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Delete" link next to a panel; Click Yes/No |Able to delete document|(% class="pass" %)Pass|-
1028
1029 == Document Index ==
1030
1031 === Space index ===
1032
1033 (% style="width: 99%;" %)
1034 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1035 |"See space index"|For a space click on "Space" then click the "Document Index" |Redirect to Document Index page|(% class="pass" %)Pass|-
1036 |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |Redirect to Copy page|(% class="pass" %)Pass|-
1037 |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |Redirect to confirmation page|(% class="pass" %)Pass|-
1038 |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |Redirect to Rename page|(% class="pass" %)Pass|-
1039 |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="pass" %)Pass|-
1040 |age "rights"|For a space click on "See space index"; Click "rights" |Redirect to Rights page|(% class="pass" %)Pass|-
1041 |"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="pass" %)Pass|-
1042 |"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="pass" %)Pass|-
1043 |"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="pass" %)Pass|-
1044 |"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="pass" %)Pass|-
1045 |"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="pass" %)Pass|-
1046 |"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="pass" %)Pass|-
1047
1048 === Document index ===
1049
1050 (% style="width: 99%;" %)
1051 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1052 |"See space index"|For a space click on "Space" then click the "Document Index" |Redirect to Document Index page|(% class="pass" %)Pass|-
1053 |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |Redirect to Copy page|(% class="pass" %)Pass|-
1054 |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |Redirect to confirmation page|(% class="pass" %)Pass|-
1055 |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |Redirect to Rename page|(% class="pass" %)Pass|-
1056 |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="pass" %)Pass|-
1057 |Page "rights"|For a space click on "See space index"; Click "rights";|Redirect to Rename page|(% class="pass" %)Pass|-
1058 |"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="pass" %)Pass|-
1059 |"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="pass" %)Pass|-
1060 |"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="pass" %)Pass|-
1061 |"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="pass" %)Pass|-
1062 |"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="pass" %)Pass|-
1063 |"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="pass" %)Pass|-
1064 |"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="pass" %)Pass|-
1065 |"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="pass" %)Pass|-
1066 |"Attachments" tab|For a space click on "See space index";Click on "Attachments" tab;|All attachments from the wiki should be listed|(% class="pass" %)Pass|-
1067 |"Deleted Documents" tab|Delete a document;Click on "See space index"; Click on "Deleted Documents" tab;|The deleted document should be listed|(% class="pass" %)Pass|-
1068 |"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="pass" %)Pass|-
1069
1070 == Search ==
1071
1072 (% style="width: 99%;" %)
1073 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1074 |"Search"|On the top right corner, enter some text in the field and press enter;|Redirects to Search page|(% class="pass" %)Pass|-
1075 |"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="pass" %)Pass|-
1076 |"Search" RSS |On the top right corner, enter some text in the field and press enter; On the bottom of the page you are redirected to, click the "RSS feed for search on"|Check if the results are displayed properly in a RSS form|(% class="pass" %)Pass|-
1077
1078 == Search Suggest ==
1079
1080 (% style="width: 99%;" %)
1081 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1082 |"Search Suggest"|On the top right corner, enter some text in the field;|Wait for the AJAX window to appear with the results|(% class="pass" %)Pass|-
1083
1084 == User Status ==
1085
1086
1087 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1088 |"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="pass" %)Pass|-
1089 |"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="pass" %)Pass|-
1090 |"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="pass" %)Pass|-
1091 |"Send Message to Everyone"|Login with your user. On the homepage, on the Activity Stream, select "Everyone" from the dropdown, enter your message and click on "Share"|Check with another user that the message is visible on the Activity Stream.|(% class="pass" %)Pass|-
1092 |"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="pass" %)Pass|-
1093 |"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="pass" %)Pass|-
1094 |"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="pass" %)Pass|-
1095 |"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="pass" %)Pass|-
1096
1097 = Macros =
1098
1099
1100
1101 == Dashboards Macro ==
1102
1103 (% style="width: 99%;" %)
1104 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1105 |"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="pass" %)Pass|-
1106 |"Edit Dashboard"|From the dashboard page you created, click "Edit" then click on "Inline Form"|Redirected to inline edit page. The "Add Gadget" and "Add Column" buttons should be visible.|(% class="pass" %)Pass|-
1107 |"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|Check if the newly added gadgets appears on the dashboard|(% class="pass" %)Pass|-
1108 |"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="pass" %)Pass|-
1109 |"Drag-and-Drop" Gadget|From the dashboard page, click "Edit" then click on "Inline Form"; Drag and drop gadgets in the position you want; Click on "Save and View"|The gadgets you moved should appear in the desired position|(% class="pass" %)Pass|-
1110 |"Edit Dashboard" add "style" parameter|From the dashboard page, click "Edit" then click on "Inline Form"; Hover over a gadget and the small gear icon; Click on the pencil icon that appears; In the style field, type "panels";|The gadgets should now look like panels from the left side;|(% class="pass" %)Pass|-
1111 |"Dashboard with source parameter"|Create a new page using the "Add" menu from top left corner. Edit the page with the wiki editor and include the dashboard created in the previous step. To specify a dashboard that is outside the page, add the source parameters. You should have something like ~{~{dashboard source="Space.Page" /}}, where Space.Page is the space and page where you created the dashboard.|The dashboard should be included in your new page.|(% class="pass" %)Pass|-
1112 |"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:
1113 ~{~{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|-
1114 |"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:
1115 ~{~{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 Teste|-
1116 |"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:
1117 ~{~{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|-
1118 |"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|-
1119 |"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|-
1120 |"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|-
1121 |"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="pass" %)Pass|-
1122
1123 == Attachment Selector Macro ==
1124
1125 (% style="width: 99%;" %)
1126 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1127 |"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="pass" %)Pass|-
1128 |"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="pass" %)Pass|-
1129 |"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="pass" %)Pass|-
1130
1131 == Spaces Macro (from Home Page) ==
1132
1133 (% style="width: 99%;" %)
1134 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA
1135 |"See space index"|For a space click on "See Space Index" button|Redirect to Space Index page|(% class="pass" %)Pass|-
1136 |"Create a new space"|Click on "Create a new space"; Fill in the new space name; Click "Create" |Redirect to Space WebHome page|(% class="pass" %)Pass|-
1137 |"Create a new space"|Click on "Create a new space" twice;|The field and button should appear/disappear|(% class="pass" %)Pass|-

Get Connected