mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
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:
co-authored by
MichalKinas
MichalKinas
parent
91c5db4ced
commit
1b51e74730
+4
-4
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user