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_beforeunload_event_spec.ts
5 lines
(4 loc)
•
189 B
text/typescript
View Raw
1
2
3
4
5
// https://github.com/cypress-io/cypress/issues/2118
it
(
'will exit even if an beforeload event dialog is present'
,
function
(
) { cy.
visit
(
'/fixtures/blocking_beforeunload_event.html'
) })