mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
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:
co-authored by
rmnvch
Anton Ramanovich
parent
7fce413bc3
commit
1389b33068
+2
-1
@@ -67,7 +67,8 @@ describe('ToolbarButtonComponent', () => {
|
||||
type: ContentActionType.button,
|
||||
actions: {
|
||||
click: 'ON_CLICK'
|
||||
}
|
||||
},
|
||||
icon: 'icon-name'
|
||||
};
|
||||
|
||||
fixture.detectChanges();
|
||||
|
||||
+4
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user