it('should have `who has not access` label defined', () => {
                    element = render();
                    const parentElement = angular.element(element[0].querySelector('select[name="selectedEmployeeWithoutAccess"]')).parent();

                    expect(parentElement.find('label').text()).toEqual('who has not access');