UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

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