Skip to content

Instantly share code, notes, and snippets.

@khushboothakkar
Last active June 27, 2018 06:58
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 khushboothakkar/f43d863c2e60fbf00c520ce3e4cc7b1d to your computer and use it in GitHub Desktop.
Save khushboothakkar/f43d863c2e60fbf00c520ce3e4cc7b1d to your computer and use it in GitHub Desktop.
describe('Testcase2',() => {
it('Get a last link of class toolkit-image-container and click it',() => {
cy.get('.toolkit-image-container:last').click()
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment