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

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