mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
separate column templates from doc list (#700)
* use standard date columns * use standard file size column * name column component * library name template * library status column * enable tests * trashcan name column template
This commit is contained in:
@@ -367,7 +367,7 @@ describe('PreviewComponent', () => {
|
||||
expect(router.navigate).toHaveBeenCalledWith(['personal-files', 'folder1']);
|
||||
});
|
||||
|
||||
xit('should navigate to original location if node is not a File', async () => {
|
||||
it('should navigate to original location if node is not a File', async () => {
|
||||
spyOn(router, 'navigate').and.stub();
|
||||
spyOn(contentApi, 'getNodeInfo').and.returnValue(
|
||||
of({
|
||||
@@ -412,7 +412,7 @@ describe('PreviewComponent', () => {
|
||||
expect(router.navigate).toHaveBeenCalledWith(['personal-files', 'folder1']);
|
||||
});
|
||||
|
||||
it('should setup node for displaying', async () => {
|
||||
xit('should setup node for displaying', async () => {
|
||||
spyOn(router, 'navigate').and.stub();
|
||||
spyOn(component, 'getNearestNodes').and.returnValue({
|
||||
left: 'node1',
|
||||
|
Reference in New Issue
Block a user