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:
Alfresco Build
2024-12-18 12:54:43 +01:00
committed by GitHub
parent 111f3f99e8
commit 53a1b2c5cb
3 changed files with 55 additions and 38 deletions

View File

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