mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-304] test fix
This commit is contained in:

committed by
FrancescoMolinaro

parent
62924cc5e0
commit
3f5de295a7
@@ -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();
|
||||
|
Reference in New Issue
Block a user