it('should have saveButtonOptions property', () => {
            spyOn(FormService, 'getModalSaveButtonOptions').and.returnValue(itemMock);
            password = new Password(EmployeeModel, FormService, AuthenticationResource);

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