mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
bac35566ff
GitOrigin-RevId: 42e9e69317c97263cdcb55372e4a2cb41bccf516
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
export const interceptTutorials = () => {
|
|
cy.intercept('POST', '/tutorial/**', {
|
|
statusCode: 204,
|
|
}).as('completeTutorial')
|
|
}
|