Cypress - Selecting Elements
Why might using
cy.eq() with a negative index be preferred over chaining cy.last() and cy.eq() when selecting elements near the end of a list?