Last active
May 5, 2020 13:55
-
-
Save PierreCavalet/bb1e1e61a4e2a00db2050b372c491b3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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