Lidia Custodio
Lidia Custodio
Hello! In our application we have several frontend tests using cypress: some end-to-end ones but the majority are component tests. We also use msw to mock all the server requests....
### Current behavior We were previously using cypress version `9.7.0` and now want to update to version `10.10.0`. However, we sometimes get an issue with the end-to-end tests when running...
On our own project, we saw the need to add the attribute `aria-expanded` to the row elements, since it makes it easier to test with cypress. This PR adds the...