fresh-doctor-14925
06/29/2022, 2:47 PMwithin() is a fairly self-explanatory API, so it shouldn't be too difficult to see what's up
2) If you're wanting to have selectable elements that are resilient to code changes, don't use class based selectors. Instead, encourage your devs to add test ids to the elements (or add them yourself). See https://docs.cypress.io/guides/references/best-practices#Selecting-Elements