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:
Alfresco Build
2025-01-29 10:36:45 +01:00
committed by GitHub
parent 3bfeca3b86
commit 003537ff1c
3 changed files with 55 additions and 38 deletions

View File

@@ -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 () => {