Skip to content

Instantly share code, notes, and snippets.

@PierreCavalet
Last active May 5, 2020 13:55
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 PierreCavalet/bb1e1e61a4e2a00db2050b372c491b3f to your computer and use it in GitHub Desktop.
Save PierreCavalet/bb1e1e61a4e2a00db2050b372c491b3f to your computer and use it in GitHub Desktop.
describe('Homepage', () => {
it('Checks if everything is in the page', () => {
cy.visit('https://workshop-cypress-kaliop.netlify.app/')
cy.get('[data-cy="home-title"]').should('exist')
cy.get('[data-cy="home-gif"]').should('exist')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment