it('should call Track event on login', () => {
    Intercom.trackEvent();
    expect(mockIntercom).to.have.been.calledWith('trackEvent');
  });