cy.get('.ngx-select-dropdown-options li li').within(() => {
          cy.root().first().should('not.have.class', 'active'); // not active
          cy.root().last().should('have.class', 'active'); // active

          cy.realPress('ArrowUp');