Skip to content

Instantly share code, notes, and snippets.

@mekhami
Created March 9, 2018 13:32
Show Gist options
  • Save mekhami/09350f651140289b93690bc357a09b5a to your computer and use it in GitHub Desktop.
Save mekhami/09350f651140289b93690bc357a09b5a to your computer and use it in GitHub Desktop.
it('should update the app state when the description changes', function () {
cy.get('textarea.sample-info-desc').clear().type(randomDescription)
cy.wait(1200)
cy.visit('/#/samples')
cy.contains(randomDescription)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment