Last modified by Manuel Leduc on 2023/10/10

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

Get Connected