//find and confirm that an element is visible | |
cy.get("#header > div > div > div:nth-child(2) > div > div.headButtons > div.header_button_float.logMenu > div > a.underLine") | |
.should('be.visible') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment