mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-10 14:11:17 +00:00
[ACS-10116] [ACA] Search page renders HTML from the Description,Title field instead of showing it as plain text
This commit is contained in:
@@ -234,7 +234,6 @@ describe('SearchResultsRowComponent', () => {
|
||||
.asObservable()
|
||||
.pipe(first())
|
||||
.subscribe((sanitizedName) => {
|
||||
expect(sanitizedName).toContain('');
|
||||
expect(sanitizedName).not.toContain('<script>');
|
||||
done();
|
||||
});
|
||||
|
Reference in New Issue
Block a user