Skip to content

Instantly share code, notes, and snippets.

@CoinBR
Created May 25, 2019 16:31
Show Gist options
  • Save CoinBR/c5598d70f9b2397d39d7cb0ab075f976 to your computer and use it in GitHub Desktop.
Save CoinBR/c5598d70f9b2397d39d7cb0ab075f976 to your computer and use it in GitHub Desktop.
Slide 31
describe('Visualizar Projeto', () => {
describe('Usuário Deslogado', () => {
it('Visualizar um projeto qualquer', () => {
cy.visit('http://bit.ly/visual-teste-braskem')
cy.url().should('eq', 'https://visualthinkerapp.firebaseapp.com/login')
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment