mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1595] Location link - reduce HTTP requests for tooltip (#535)
* get node tooltip info on hover * refactore * remove nodeLocation private attribute * e2e - added datatable method for async tooltips * fix failing tests * lint * lint * removed manual unsubscribe
This commit is contained in:
committed by
Denys Vuika
parent
34888e2b0f
commit
617f80c9fd
@@ -136,7 +136,7 @@ describe('Shared Files', () => {
|
||||
});
|
||||
|
||||
it('Location column displays a tooltip with the entire path of the file [C213667]', () => {
|
||||
expect(dataTable.getItemLocationTooltip(fileAdmin)).toEqual(`File Libraries/${siteName}`);
|
||||
expect(dataTable.getItemLocationTooltip(file1User)).toEqual(`Personal Files/${folderUser}`);
|
||||
expect(dataTable.getItemLocationTileAttr(fileAdmin)).toEqual(`File Libraries/${siteName}`);
|
||||
expect(dataTable.getItemLocationTileAttr(file1User)).toEqual(`Personal Files/${folderUser}`);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user