Skip to content

Instantly share code, notes, and snippets.

@yagudaev
Created January 21, 2019 20:28
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 yagudaev/68ee9a4693e95df736592fcf5cd11222 to your computer and use it in GitHub Desktop.
Save yagudaev/68ee9a4693e95df736592fcf5cd11222 to your computer and use it in GitHub Desktop.
Testing Your Frontend with Cypress.io Framework
renderWelcome() {
// oooppps, did we mean logins?
if (props.user.pro && props.user.login.length === 1) {
return <p>Thank you for supporting us!</p>
} else {
return <p>Welcome back {props.user.firstName}</p>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment