describe('addAccess', () => {
            it('should add employees with access', () => {
                const employeesWithAccessClone = 'employeesWithAccessClone', employeesWithAccess = 'employeesWithAccess', selectedEmployeeWithoutAccess = 'selectedEmployeeWithoutAccess', employeesWithoutAccess = 'employeesWithoutAccess';
                spyOn(DocumentService, 'grantAccess').and.returnValue(employeesWithAccessClone);