Last active
May 25, 2021 21:02
-
-
Save dannyshain/7a31afd7ba56e1e25f60bb4eedadc5b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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