In SAP Hybris (SAP CX) we usually see OOTB the following code:
<ycommerce:testId code="paymentType_text">
... some code ...
</ycommerce:testId>
If we click on testID, a description comes up "Render a text id wrapper", however, It does not print anything on the dom, so, what is the purpose of using this tag?
Thank you in advance