mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
4cf525940f
GitOrigin-RevId: 42e9e69317c97263cdcb55372e4a2cb41bccf516
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
export const interceptTutorials = () => {
|
|
cy.intercept('POST', '/tutorial/**', {
|
|
statusCode: 204,
|
|
}).as('completeTutorial')
|
|
}
|