[ACS-5645] removed unwanted code

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:20:25 +05:30
committed by Anukriti Singh
parent 99fd7519fb
commit e8394d8648
2 changed files with 1 additions and 3 deletions
@@ -161,8 +161,6 @@ describe('CardView Component - properties', () => {
await metadataViewPage.clickOnPropertiesTab();
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 () => {
@@ -310,7 +310,7 @@ describe('ContentMetadataComponent', () => {
tag2.tag = tagName2;
expect(tagService.removeTag).toHaveBeenCalledWith(node.id, tagPaging.list.entries[1].entry.id);
expect(tagService.assignTagsToNode).toHaveBeenCalledWith(node.id, [tag1, tag2]);
}));
}));
it('should call getTagsByNodeId on TagService on save click', () => {
component.editableTags = true;