it('should show status icon after loading', () => {
        expectElementNotToExist(headerEl, 'fci-status-icon');

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