it('.find() - get descendant DOM elements of the selector', function () {
      // https://on.cypress.io/find
      cy.get('.traversal-pagination')
        .find('li')
        .find('a')