Uros Lates
Uros Lates
For me setting [testEnvironment](https://jestjs.io/docs/configuration#testenvironment-string) to `node` (`testEnvironment: 'node',`) within `jest.config.ts` solved the problem.
After conversation with Miguel we decided to use role application and combination of aria-label+aria-describedby (with dynamic id). This combination vocalises both aria-labels and children's content.
Closes https://jira.tools.sap/browse/CXSPA-8041
Closes https://jira.tools.sap/browse/CXSPA-8197
This is one approach to make ng-select ariaLabelDropdown value translateable. Cons of this approach is that we now depend on Dom structure (selector) encasulated in ng-select library implementation. Maning we're...