Skip to content

Instantly share code, notes, and snippets.

@adamdehaven
Created January 21, 2022 23:08
Show Gist options
  • Save adamdehaven/aba81d5951c931c44260212e98c69bde to your computer and use it in GitHub Desktop.
Save adamdehaven/aba81d5951c931c44260212e98c69bde to your computer and use it in GitHub Desktop.
cy.get('.button').click().then(() => {
cy.wrap(Cypress.vueWrapper.emitted()).should('have.property', 'click-forgot-password-link')
})
@lmiller1990
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment