diff --git a/src/app/components/editors/conditions/conditions/conditions.integration.spec.ts b/src/app/components/editors/conditions/conditions/conditions.integration.spec.ts index 9b3186414ba..397771a8224 100644 --- a/src/app/components/editors/conditions/conditions/conditions.integration.spec.ts +++ b/src/app/components/editors/conditions/conditions/conditions.integration.spec.ts @@ -94,7 +94,7 @@ describe('Conditions integration tests', () => { '(2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \'\', \'\');'; querySpy.calls.reset(); - page.setInputValueById('SourceTypeOrReferenceId', '2: 2'); + page.setSelectValueById('SourceTypeOrReferenceId', 2); page.setInputValueById('SourceGroup', 3); page.clickExecuteQuery(); diff --git a/src/app/components/editors/shared/sai-editor/sai-editor.component.html b/src/app/components/editors/shared/sai-editor/sai-editor.component.html index c66fd99c0d8..b6c6a28fb4d 100644 --- a/src/app/components/editors/shared/sai-editor/sai-editor.component.html +++ b/src/app/components/editors/shared/sai-editor/sai-editor.component.html @@ -136,7 +136,7 @@
-