GH Auto: Upstream dependencies ADF:8.4.0-20263963188 JS-API:9.4.0-20263963188 using Tag:8.4.0-20263963188 (#4949)

* [ci:force][auto-commit] Update dependencies ADF:8.4.0-20263963188  JS:9.4.0-20263963188

* unit tests fix

* adds value to icon prop

---------

Co-authored-by: rmnvch <90370279+rmnvch@users.noreply.github.com>
Co-authored-by: Anton Ramanovich <Anton.Ramanovich@hyland.com>
This commit is contained in:
Alfresco Build
2025-12-16 13:08:21 +01:00
committed by GitHub
co-authored by rmnvch Anton Ramanovich
parent 7fce413bc3
commit 1389b33068
10 changed files with 62 additions and 48 deletions
@@ -67,7 +67,8 @@ describe('ToolbarButtonComponent', () => {
type: ContentActionType.button,
actions: {
click: 'ON_CLICK'
}
},
icon: 'icon-name'
};
fixture.detectChanges();
@@ -67,7 +67,8 @@ describe('ToolbarMenuItemComponent', () => {
type: ContentActionType.button,
actions: {
click: 'ON_CLICK'
}
},
icon: 'icon-name'
};
fixture.detectChanges();
@@ -91,7 +92,8 @@ describe('ToolbarMenuItemComponent', () => {
type: ContentActionType.button,
actions: {
click: 'ON_CLICK'
}
},
icon: 'icon-name'
};
fixture.detectChanges();