it('should show build description after loading', () => {
        expectElementNotToExist(headerEl, '.fci-build-description');

        buildSubject.next(mockBuild);
        fixture.detectChanges();