Skip to content

Instantly share code, notes, and snippets.

@trivial-search
Created July 27, 2018 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivial-search/6b3751d63ed10ed9abf0a451fd34a763 to your computer and use it in GitHub Desktop.
Save trivial-search/6b3751d63ed10ed9abf0a451fd34a763 to your computer and use it in GitHub Desktop.
//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