mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9249] Add number of files to Folder Information (#4626)
* [ACS-9249] Add number of files to Folder Information * [ACS-9249] cr fix * [ACS-9249] fix e2e's
This commit is contained in:
committed by
GitHub
parent
e110b73613
commit
29212b3cb3
@@ -34,6 +34,7 @@ export class FolderInformationDialogComponent extends BaseComponent {
|
||||
|
||||
folderName = this.getChild('.aca-folder-info-header');
|
||||
doneButton = this.getChild('[data-automation-id="adf-dialog-actions-confirm"]');
|
||||
folderNumberOfFiles = this.getChild('[data-automation-id="folder-info-number-of-files"]');
|
||||
folderSize = this.getChild('[data-automation-id="folder-info-size"]');
|
||||
folderLocation = this.getChild('[data-automation-id="folder-info-location"]');
|
||||
folderCreationDate = this.getChild('[data-automation-id="folder-info-creation-date"]');
|
||||
|
Reference in New Issue
Block a user