fixes for existing tested

This commit is contained in:
Lotte Hofstede
2018-04-05 08:49:36 +02:00
parent a232127422
commit 79caf1533c
9 changed files with 56 additions and 168 deletions

View File

@@ -69,7 +69,7 @@ describe('SearchFormComponent', () => {
fixture.detectChanges();
const testCommunity = objects[1];
comp.scope = testCommunity;
comp.scope = testCommunity.id;
fixture.detectChanges();
tick();