mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3658] Fix duplicated ids (#7987)
* [ACS-3658] Fix duplicated ids * [ACS-3658] Missing automation id changes
This commit is contained in:
@@ -25,7 +25,7 @@ export class AttachFileWidgetPage {
|
||||
formFields = new FormFields();
|
||||
alfrescoTypeUploadLocator = 'button[id="attachfile"]';
|
||||
localStorageButton = $('input[id="attachfile"]');
|
||||
filesListLocator = 'div[id="adf-attach-widget-readonly-list"]';
|
||||
filesListLocator = 'div[data-automation-id="adf-attach-widget-readonly-list"]';
|
||||
attachFileWidget = $('#attachfile');
|
||||
attachedFileMenu = $('mat-list-item button');
|
||||
attachedFileOptions = $('.mat-menu-panel .mat-menu-content');
|
||||
|
Reference in New Issue
Block a user