Skip to content

Instantly share code, notes, and snippets.

@khushboothakkar
Last active June 27, 2018 06:57
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/038b4a4dc9444043259d2901dd116338 to your computer and use it in GitHub Desktop.
Save khushboothakkar/038b4a4dc9444043259d2901dd116338 to your computer and use it in GitHub Desktop.
describe('Testcase3',() => {
it('Click on first element',() => {
cy.get('.fb-page-inner-container').find('.fb-img-container').first().click()
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment