mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Unit test fixes
This commit is contained in:
parent
4a255d29c0
commit
58a21ea4ad
@ -90,10 +90,13 @@ describe('AlfrescoSearchAutocompleteComponent', () => {
|
|||||||
name: 'MyDoc',
|
name: 'MyDoc',
|
||||||
content: {
|
content: {
|
||||||
mimetype: 'text/plain'
|
mimetype: 'text/plain'
|
||||||
|
},
|
||||||
|
createdByUser: {
|
||||||
|
displayName: 'John Doe'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
|
componentInstance.searchTerm = '<term>';
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
|
|
||||||
let element = fixture.nativeElement;
|
let element = fixture.nativeElement;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user