describe('removeAccess', () => {
            it('should remove employees with access', () => {
                const employeesWithoutAccessClone = 'employeesWithoutAccessClone', employeesWithAccess = 'employeesWithAccess', selectedEmployeeWithAccess = 'selectedEmployeeWithAccess', employeesWithoutAccess = 'employeesWithoutAccess';
                spyOn(DocumentService, 'grantAccess').and.returnValue(employeesWithoutAccessClone);