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

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