Cypress - Selecting Elements
You want to test a list where each
div.card contains a button.delete. How do you click the delete button only inside the second card using cy.find()?