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.8-13013055766 JS-API:8.0.0-alpha.8-13013055766 using Tag:7.0.0-alpha.8-13013055766 (#4349)
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13013055766 JS:8.0.0-alpha.8-13013055766 * fix test --------- Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com> Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
This commit is contained in:
@@ -87,7 +87,7 @@ describe('RuleActionUiComponent', () => {
|
||||
setInputValue('');
|
||||
await fixture.whenStable();
|
||||
|
||||
expect(component.parameters).toEqual({ 'mock-action-parameter-boolean': false, 'mock-action-parameter-text': 'test' });
|
||||
expect(component.parameters).toEqual({ 'mock-action-parameter-boolean': false });
|
||||
});
|
||||
|
||||
it('should populate the dropdown selector with the action definitions', async () => {
|
||||
|
Reference in New Issue
Block a user