mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 (#4296)
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.7-12389457251 JS:8.0.0-alpha.7-12389457251 * fix tagsChipsXButton selector --------- Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com> Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export class AdfInfoDrawerComponent extends BaseComponent {
|
||||
public tagsInput = this.tagsCreator.locator('input');
|
||||
public createTagButton = this.tagsCreator.locator('[role="button"]');
|
||||
public tagsChips = this.tagsCreator.locator('mat-chip');
|
||||
public tagsChipsXButton = this.tagsChips.locator('button');
|
||||
public tagsChipsXButton = this.tagsChips.locator('.adf-dynamic-chip-list-delete-icon');
|
||||
public tagsAccordionCancelButton = this.getChild('[data-automation-id="reset-tags-metadata"]');
|
||||
public tagsAccordionConfirmButton = this.getChild('[data-automation-id="save-tags-metadata"]');
|
||||
public categoriesAccordionCancelButton = this.getChild('[data-automation-id="reset-metadata"]');
|
||||
|
Reference in New Issue
Block a user