it('should open add project dialog when new project is clicked', () => {
      getElement(fixtureEl, '.fci-dashboard-welcome button')
          .nativeElement.click();
      expect(dialog.open).toHaveBeenCalled();
    });