UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (8 loc) 147 B
<!DOCTYPE html> <script> window.onbeforeunload = function (e) { e.preventDefault(); e.returnValue = 'Dialog'; return; } </script>