it('should call Intercom on page change', () => {
    Intercom.update();
    expect(mockIntercom).to.have.been.calledWith('update');
  });