stable
Clone or download
Read-only
request #13315 Add missing tests for ActionQuickLookButton namespace
No functionnal changes Change-Id: I983513035e25ac88d0e4e10829fde6c29690844e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateItemButton.spec.js | +14 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateItemButton.vue | +2 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.spec.js | +40 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.vue | +5 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.spec.js | +33 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.vue | +5 | −4 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDocumentActionButton.spec.js | +69 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDocumentActionButton.vue | +3 | −8 | Go to diff View file |
M | plugins/document/scripts/document/helpers/location-helper.js | +1 | −1 | Go to diff View file |