GH Auto: Upstream dependencies ADF:8.5.0-23864516491 JS-API:9.5.0-23864516491 using Tag:8.5.0-23864516491 (#5130)

* [ci:force][auto-commit] Update dependencies ADF:8.5.0-23864516491  JS:9.5.0-23864516491

* Unit test fix

---------

Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
This commit is contained in:
Alfresco Build
2026-04-02 15:03:00 +02:00
committed by GitHub
co-authored by MichalKinas MichalKinas
parent 91c5db4ced
commit 1b51e74730
3 changed files with 40 additions and 40 deletions
@@ -115,8 +115,8 @@ describe('NodeInformationComponent', () => {
expect(getNumberOfFiles()).toBe('APP.NODE_INFO.CALCULATING');
expect(getNodeSize()).toBe('APP.NODE_INFO.CALCULATING');
expect(getNodeLocation()).toBe('mock-folder-path');
expect(getNodeCreationDate()).toBe('01/02/2024 11:11');
expect(getNodeModifyDate()).toBe('02/03/2024 22:22');
expect(getNodeCreationDate()).toBe('2/1/24, 11:11 AM');
expect(getNodeModifyDate()).toBe('3/2/24, 10:22 PM');
});
it('should make API call on init to start folder size calculation', () => {
@@ -220,8 +220,8 @@ describe('NodeInformationComponent', () => {
expect(getNodeName()).toBe('mock-file');
expect(getNodeSize()).toBe('1000 CORE.FILE_SIZE.BYTES');
expect(getNodeLocation()).toBe('mock-file-path');
expect(getNodeCreationDate()).toBe('01/02/2024 11:11');
expect(getNodeModifyDate()).toBe('02/03/2024 22:22');
expect(getNodeCreationDate()).toBe('2/1/24, 11:11 AM');
expect(getNodeModifyDate()).toBe('3/2/24, 10:22 PM');
});
it('should call API to fetch secondary parent paths', () => {