@alfresco/aca-playwright-shared 7.3.0-21361403903 → 7.3.0-21393293138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2313,7 +2313,7 @@ class ManageRules extends BaseComponent {
2313
2313
  ruleDetailsDeleteButton = this.getChild('#delete-rule-btn');
2314
2314
  ruleDetailsEditButton = this.getChild('#edit-rule-btn');
2315
2315
  ruleDetailsWhenText = this.getChild('[data-automation-id="rule-details-triggers-component"]');
2316
- ruleDetailsPerformActionsDiv = this.getChild('adf-card-view-selectitem .adf-property-read-only');
2316
+ ruleDetailsPerformActionsDiv = this.getChild('adf-card-view-selectitem [data-automation-id="select-box"]');
2317
2317
  rulesEmptyListTitle = this.getChild('.adf-empty-content__title');
2318
2318
  ruleActions = this.getChild('aca-rule-action');
2319
2319
  ruleConditionsInGroup = this.getChild('aca-rule-composite-condition aca-rule-simple-condition');
@@ -2483,7 +2483,7 @@ class ActionsDropdownComponent extends BaseComponent {
2483
2483
  actionSimpleWorkflowLabelApproveLocator = `[data-automation-id="card-boolean-label-approve-move"]`;
2484
2484
  actionSimpleWorkflowSRejectStepLocator = '[data-automation-id="header-reject-step"] input';
2485
2485
  actionSimpleWorkflowRejectFolderLocator = `[data-automation-id="header-reject-folder"] input`;
2486
- mimeTypeDropdownLocator = this.getChild('[data-automation-class="select-box"][aria-label="Mimetype *"]');
2486
+ mimeTypeDropdownLocator = this.getChild('[data-automation-id="select-box"][aria-label="Mimetype *"]');
2487
2487
  actionTransformAndCopyContentDestinationFolderLocator = '[data-automation-id="card-textitem-value-destination-folder"]';
2488
2488
  contentNodeSelectorSearchInput = '[data-automation-id="content-node-selector-search-input"]';
2489
2489
  constructor(page) {