Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Last active May 25, 2021 21:02
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 dannyshain/7a31afd7ba56e1e25f60bb4eedadc5b7 to your computer and use it in GitHub Desktop.
Save dannyshain/7a31afd7ba56e1e25f60bb4eedadc5b7 to your computer and use it in GitHub Desktop.
cy.window().then(win => {
cy.stub(win, 'prompt').callsFake(() => null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment