466063: test fixes

This commit is contained in:
Lotte Hofstede
2018-02-08 14:39:13 +01:00
parent 42b315f8fb
commit 7bf23d1b7a
19 changed files with 106 additions and 55 deletions

View File

@@ -5,7 +5,6 @@ import { ActivatedRoute, Router } from '@angular/router';
import { RouterStub } from '../../testing/router-stub';
import { Observable } from 'rxjs/Observable';
import { By } from '@angular/platform-browser';
import { ListableObject } from '../../object-collection/shared/listable-object.model';
import { Community } from '../../../core/shared/community.model';
let communityGridElementComponent: CommunityGridElementComponent;
@@ -51,6 +50,7 @@ describe('CommunityGridElementComponent', () => {
}));
it('should show the community cards in the grid element',() => {
console.log(fixture.debugElement.query(By.css('ds-community-grid-element')));
expect(fixture.debugElement.query(By.css('ds-community-grid-element'))).toBeDefined();
})