expect(vm.mergeButtonText).toEqual('Add to merge train');
});
it('should return "Start merge train when pipeline succeeds" when the ATMTWPS auto merge strategy is available and there is no existing merge train',()=>{
it('should return "Start merge train when pipeline succeeds" when the MTWPS auto merge strategy is available and there is no existing merge train',()=>{
expect(vm.mergeButtonText).toEqual('Start merge train when pipeline succeeds');
});
it('should return "Add to merge train when pipeline succeeds" when the ATMTWPS auto merge strategy is available and a merge train already exists',()=>{
it('should return "Add to merge train when pipeline succeeds" when the MTWPS auto merge strategy is available and a merge train already exists',()=>{