it('.prevAll() - get all previous sibling DOM elements', function () {
      // https://on.cypress.io/prevAll
      cy.get('.fruits-list').find('.third').prevAll().should('have.length', 2)
    })