Dialog for private files visibility after login implementation and implementation for dialog appearance changed to after login now

This commit is contained in:
Jatin_Chugh
2023-03-07 11:09:57 +05:30
parent 483af3165c
commit 0630942095
4 changed files with 35 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ import { ActivatedRoute } from '@angular/router';
import { of } from 'rxjs';
import { NO_ERRORS_SCHEMA } from '@angular/core';
import { SetSelectedNodesAction } from '@alfresco/aca-shared/store';
import { AppExtensionService } from '@alfresco/aca-shared';
import { AppExtensionService, AppService } from '@alfresco/aca-shared';
describe('SharedLinkViewComponent', () => {
let component: SharedLinkViewComponent;
@@ -56,7 +56,8 @@ describe('SharedLinkViewComponent', () => {
snapshot: { data: { preferencePrefix: 'prefix' } },
params: of({ id: '123' })
}
}
},
AppService
],
schemas: [NO_ERRORS_SCHEMA]
});