overleaf/services/web/cypress/support/shared/commands/spelling.ts
Alf Eaton 1ad8a99887 Merge pull request #10858 from overleaf/ae-source-editor-tests
Refactor source editor Cypress tests into smaller files

GitOrigin-RevId: fb80e7ddf3553f384c06c279404e16375dadaa44
2022-12-13 09:04:01 +00:00

3 lines
89 B
TypeScript

export const interceptSpelling = () => {
cy.intercept('POST', '/spelling/check', [])
}