Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
LIMA | #36 | DEV | May18-Jun08, LIMA | #33 | DEV | Mar09-Apr06, LIMA | #34 | DEV | Apr06-Apr27, LIMA | #35 | DEV | Apr27-May18
Description
As a user
I want to be able to perform small image editions
so that I can adapt an image to the need I have for the content without needing to have dedicated software
Acceptance criteria
Given an image uploaded to docs & media
When a user clicks on the actions menu
Then She will see an action for "Edit with image editor"
Given an image uploaded to docs & media
When a user clicks on "Edit with image editor"
Then She will be able to edit the image and rotate, resize and crop
Given an image uploaded to docs & media
When a user clicks on "Edit with image editor" and performs some changes
Then She will be able to decide whether to store the changes and override the original file, or discard changes.
Given an image uploaded to docs & media
When a user tries to add an image to a content (WC, blogs, wiki, KB, etc) through the item selector and clicks on the preview button
Then She will see a button to edit with the image editor
Given an image uploaded to docs & media
When a user tries to edit the image from the item selector
Then She will be able to edit the image and rotate, resize and crop
Given an image uploaded to docs & media
When a user edits the image from the item selector and saves the changes
Then a copy of the image with the changes will be created and added to the content
Design
Test Scenarios
ID | Test Priority | Test Scenarios | Covered by Backend (Unit/Integration)? | Test to add |
---|---|---|---|---|
1.1 | 5 | The "Edit with image editor" option appears as an action for an image in the document library | No | ImageEditor#CanSaveRotatedImage |
1.2 | 5 | The "Edit with image editor" option appears as an action for an image preview in the item selector | No | ImageEditor#CanSaveResizedImagePreview |
1.3 | 5 | Clicking the "Edit with image editor" for an image in the document library opens the editor | No | ImageEditor#CanSaveRotatedImage |
1.4 | 5 | Clicking the "Edit with image editor" from the item selector opens the editor | No | ImageEditor#CanSaveResizedImagePreview |
1.5 | 5 | The changes from an image edited in the editor will override the original image | No | ImageEditor#CanSaveRotatedImage |
1.6 | 5 | The saved changes from an image edited in the editor from the item selector will result in a copy of the image | No | ImageEditor#CanSaveResizedImagePreview |
1.7 | 5 | The changes from an image edited in the editor can be discarded | No | ImageEditor#CanDiscardChange |
1.8 | 5 | An image can be rotated in the editor and saved | No | ImageEditor#CanSaveRotatedImage |
1.9 | 5 | An image can be resized in the editor and saved | No | ImageEditor#CanSaveResizedImage |
Attachments
Issue Links
- is related to
-
LPS-132495 The scaling percentage should have a default value "100%"
- Closed
-
LPS-132497 Interactions with image editor toolbar icons is not consistent
- Closed
-
LPS-132498 A rotated image will be cropped after saving
- Closed
-
LPS-132499 No response after clicking the scaling button
- Closed
-
LPS-132501 The zoom function for the image editor is arbitrarily restrictive
- Closed
-
LPS-132503 Typeerror is thrown when adding a document or image
- Closed
-
LPS-132505 Image editor can not support svg type image
- Closed
- split to
-
LPS-132480 Sanity Test LPS-123023 before release
-
- Closed
-