Published: 30 January 2024 on channel: gleb bahmutov
824
24
I have added cy.second and cy.third queries to my cypress-map plugin to make writing tests more natural. The plugin documentation is at https://github.com/bahmutov/cypress-map
cy.get('...').second().should('have.text', '...')