diff --git a/tests/cypress/e2e/defaultFiltering.cy.ts b/tests/cypress/e2e/defaultFiltering.cy.ts index b146d0d..a3ae200 100644 --- a/tests/cypress/e2e/defaultFiltering.cy.ts +++ b/tests/cypress/e2e/defaultFiltering.cy.ts @@ -30,7 +30,7 @@ describe('Default HTML filtering', () => { }); it('allows asset links', () => { - // note that the actual href text being sent over to the sanitizer is '##doc-context##/{workspace}/##ref:link1##' + // Note that the actual href text being sent over to the sanitizer is '##doc-context##/{workspace}/##ref:link1##' const text = '
/files/{workspace}/sites/digitall/files/images/pdf/Conference%20Guide.pdf
'; modifyContent(path, text);