[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:
Mykyta Maliarchuk
2025-06-26 14:32:52 +02:00
committed by GitHub
parent e110b73613
commit 29212b3cb3
6 changed files with 44 additions and 11 deletions

View File

@@ -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"]');