Closed fvergaracl closed 1 year ago
To see the elements involved (those containing the data-cy attribute), you must execute the following code
const elements = document.querySelectorAll('[data-cy]'); elements.forEach((element) => { element.style.border = '4px solid red'; });
Moved to https://github.com/interlink-project/frontend/pull/16 by this branch cannot be rebased due to conflicts
Please don't merge yet , it's WIP
To see the elements involved (those containing the data-cy attribute), you must execute the following code