mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 17:00:06 +02:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
export const interceptTutorials = () => {
|
|
cy.intercept('POST', '/tutorial/**', {
|
|
statusCode: 204,
|
|
}).as('completeTutorial')
|
|
}
|