.should("be.visible") will work if your element or parent element doesn't have "hidden" attribute,
cy.get("#__next").should("be.visible") seems working fine as mentioned by @One_Mile_Up