mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
5e9af2c15c
GitOrigin-RevId: f373f4215e5f25d14256008cf5f6582eb3124431
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
Cypress.Commands.add('interceptEvents', () => {
|
|
cy.intercept('POST', '/event/*', {
|
|
statusCode: 204,
|
|
})
|
|
})
|