Closed fvergaracl closed 1 year ago
Rebased from https://github.com/interlink-project/frontend/pull/15 (closed)
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'; });
Rebased from https://github.com/interlink-project/frontend/pull/15 (closed)
To see the elements involved (those containing the data-cy attribute), you must execute the following code