mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2064] support custom icons for extensions (#864)
* icon component, custom svg * split components, fix modules * simplify code * universal icon component * support custom icon registration * update docs * test fixes
This commit is contained in:
@@ -111,7 +111,9 @@ describe('ContextMenuComponent', () => {
|
||||
.querySelectorAll('button');
|
||||
|
||||
expect(contextMenuElements.length).toBe(1);
|
||||
expect(contextMenuElements[0].innerText).toBe(contextItem.title);
|
||||
expect(contextMenuElements[0].querySelector('span').innerText).toBe(
|
||||
contextItem.title
|
||||
);
|
||||
}));
|
||||
|
||||
it('should run action with provided action id', fakeAsync(() => {
|
||||
|
Reference in New Issue
Block a user