UNPKG
@revoloo/cypress6
Version:
latest (1.0.0)
1.0.0
Cypress.io end to end testing tool
github.com/cypress-io/cypress
cypress-io/cypress
@revoloo/cypress6
/
packages
/
driver
/
cypress
/
integration
/
e2e
/
abort_onbeforeunload_spec.ts
5 lines
(4 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
// https://github.com/cypress-io/cypress/issues/2118
it
(
'will exit even if an onbeforeunload dialog is present'
,
function
(
) { cy.
visit
(
'/fixtures/blocking_onbeforeunload.html'
) })