https://cypress.io logo
Can you do an upwards find? I know you can do a `....
# e2e-testing
h
Can you do an upwards find? I know you can do a
.find('input')
on a element to find the input elements inside that. but what if I want to find a
tr
based on a span inside that
tr
?