it('should have saveButtonOptions property', () => {
            spyOn(FormService, 'getModalSaveButtonOptions').and.returnValue(itemMock);
            locationModal = new LocationModal(ModalModel, LocationModel, FormService);

            expect(locationModal.saveButtonOptions).toEqual(itemMock);