describe('That is cancelled', () => {
    const beamJobRun = new BeamJobRun('123', 'FooJob', 'CANCELLED', 0, 0, true);

    it('should return the appropriate material tooltip', () => {
      expect(beamJobRun.getJobStatusTooltipString()).toEqual('Cancelled');