mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645] removed unwanted code
This commit is contained in:
@@ -161,8 +161,6 @@ describe('CardView Component - properties', () => {
|
|||||||
await metadataViewPage.clickOnPropertiesTab();
|
await metadataViewPage.clickOnPropertiesTab();
|
||||||
|
|
||||||
await CheckboxPage.uncheck(metadataViewPage.defaultPropertiesSwitch);
|
await CheckboxPage.uncheck(metadataViewPage.defaultPropertiesSwitch);
|
||||||
|
|
||||||
await metadataViewPage.informationButtonIsNotDisplayed();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('[C307975] Should be able to choose which aspect to show expanded in the info-drawer', async () => {
|
it('[C307975] Should be able to choose which aspect to show expanded in the info-drawer', async () => {
|
||||||
|
|||||||
+1
-1
@@ -310,7 +310,7 @@ describe('ContentMetadataComponent', () => {
|
|||||||
tag2.tag = tagName2;
|
tag2.tag = tagName2;
|
||||||
expect(tagService.removeTag).toHaveBeenCalledWith(node.id, tagPaging.list.entries[1].entry.id);
|
expect(tagService.removeTag).toHaveBeenCalledWith(node.id, tagPaging.list.entries[1].entry.id);
|
||||||
expect(tagService.assignTagsToNode).toHaveBeenCalledWith(node.id, [tag1, tag2]);
|
expect(tagService.assignTagsToNode).toHaveBeenCalledWith(node.id, [tag1, tag2]);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
it('should call getTagsByNodeId on TagService on save click', () => {
|
it('should call getTagsByNodeId on TagService on save click', () => {
|
||||||
component.editableTags = true;
|
component.editableTags = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user