Cypress - Selecting Elements
What is wrong with this code snippet?
Given that there are multiple elements with class
cy.get('#nav').find('.link').click()Given that there are multiple elements with class
link inside #nav.