mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Update ADF upstream (#4027)
* [ci:force][auto-commit] Update dependencies ADF:6.10.0-10349739117 JS:7.9.0-10349739117 * update tests * update modules and tests * update modules and tests * update modules and tests * GH Auto: Upstream dependencies ADF:6.10.0-10366283704 JS-API:7.9.0-10366283704 using Tag:6.10.0-10366283704 (#4028) * [ci:force][auto-commit] Update dependencies ADF:6.10.0-10366283704 JS:7.9.0-10366283704 * fix MatSnackBar and MatDialog issues in tests * revert imports --------- Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com> Co-authored-by: Darya Balvanovich <darya.balvanovich@hyland.com> * Temporary execute CI on separate env * Fix urls * url fix * Rollback env links --------- Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com> Co-authored-by: Alfresco Build <8039454+alfresco-build@users.noreply.github.com> Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com> Co-authored-by: Darya Balvanovich <darya.balvanovich@hyland.com> Co-authored-by: MichalKinas <michal.kinas@hyland.com> Co-authored-by: Akash Rathod <41251473+akashrathod28@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@ import { ContentApiService } from '@alfresco/aca-shared';
|
||||
import { AppStore, isInfoDrawerOpened, NavigateToFolder, NavigateToPreviousPage, SetSelectedNodesAction } from '@alfresco/aca-shared/store';
|
||||
import { NodeEntry, PathElement } from '@alfresco/js-api';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { AuthenticationService, PageTitleService } from '@alfresco/adf-core';
|
||||
import { AuthenticationService, CORE_PIPES, PageTitleService } from '@alfresco/adf-core';
|
||||
import { BreadcrumbComponent, ContentService, SearchQueryBuilderService } from '@alfresco/adf-content-services';
|
||||
import { By } from '@angular/platform-browser';
|
||||
import { ContentActionRef } from '@alfresco/adf-extensions';
|
||||
@@ -63,7 +63,7 @@ describe('DetailsComponent', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [AppTestingModule, DetailsComponent],
|
||||
imports: [AppTestingModule, DetailsComponent, ...CORE_PIPES],
|
||||
providers: [
|
||||
RouterTestingModule,
|
||||
SearchQueryBuilderService,
|
||||
@@ -86,7 +86,8 @@ describe('DetailsComponent', () => {
|
||||
onLogout: new Subject<any>(),
|
||||
isLoggedIn: () => true
|
||||
}
|
||||
}
|
||||
},
|
||||
...CORE_PIPES
|
||||
],
|
||||
schemas: [NO_ERRORS_SCHEMA]
|
||||
});
|
||||
|
Reference in New Issue
Block a user