From 3f5de295a72a07d15c9649b7fd484ba60d09b142 Mon Sep 17 00:00:00 2001 From: Alisa Ismailati Date: Thu, 21 Nov 2024 12:29:54 +0100 Subject: [PATCH] [DURACOM-304] test fix --- .../form/scripts-select/scripts-select.component.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/process-page/form/scripts-select/scripts-select.component.spec.ts b/src/app/process-page/form/scripts-select/scripts-select.component.spec.ts index 72dc4c9348..3250a65367 100644 --- a/src/app/process-page/form/scripts-select/scripts-select.component.spec.ts +++ b/src/app/process-page/form/scripts-select/scripts-select.component.spec.ts @@ -74,7 +74,7 @@ describe('ScriptsSelectComponent', () => { fixture.detectChanges(); tick(); - const select = fixture.debugElement.query(By.css('select')); + const select = fixture.debugElement.query(By.css('#process-script')); select.triggerEventHandler('blur', null); fixture.detectChanges(); @@ -88,7 +88,7 @@ describe('ScriptsSelectComponent', () => { fixture.detectChanges(); tick(); - const select = fixture.debugElement.query(By.css('select')); + const select = fixture.debugElement.query(By.css('#process-script')); select.triggerEventHandler('blur', null); fixture.detectChanges();