interlink-project / frontend

Apache License 2.0
0 stars 2 forks source link

[WIP] Cypress feature part 2 #15

Closed fvergaracl closed 1 year ago

fvergaracl commented 1 year ago

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

const elements = document.querySelectorAll('[data-cy]');

elements.forEach((element) => {
  element.style.border = '4px solid red';
});
fvergaracl commented 1 year ago

Moved to https://github.com/interlink-project/frontend/pull/16 by this branch cannot be rebased due to conflicts