Skip to content

Commit

Permalink
GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8…
Browse files Browse the repository at this point in the history
….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 <[email protected]>
Co-authored-by: Mykyta Maliarchuk <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 111f3f9 commit 53a1b2c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 38 deletions.
79 changes: 48 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "7.0.0-alpha.7-12252448911",
"@alfresco/adf-core": "7.0.0-alpha.7-12252448911",
"@alfresco/adf-extensions": "7.0.0-alpha.7-12252448911",
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12252448911",
"@alfresco/js-api": "8.0.0-alpha.7-12252448911",
"@alfresco/adf-content-services": "7.0.0-alpha.7-12389457251",
"@alfresco/adf-core": "7.0.0-alpha.7-12389457251",
"@alfresco/adf-extensions": "7.0.0-alpha.7-12389457251",
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12389457251",
"@alfresco/js-api": "8.0.0-alpha.7-12389457251",
"@angular/animations": "16.2.9",
"@angular/cdk": "16.2.9",
"@angular/common": "16.2.9",
Expand Down Expand Up @@ -62,7 +62,7 @@
"zone.js": "0.13.3"
},
"devDependencies": {
"@alfresco/adf-cli": "7.0.0-alpha.7-12252448911",
"@alfresco/adf-cli": "7.0.0-alpha.7-12389457251",
"@angular-devkit/build-angular": "16.2.9",
"@angular-devkit/core": "16.2.9",
"@angular-devkit/schematics": "16.2.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]');
Expand Down

0 comments on commit 53a1b2c

Please sign in to comment.