mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +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()
|
.asObservable()
|
||||||
.pipe(first())
|
.pipe(first())
|
||||||
.subscribe((sanitizedName) => {
|
.subscribe((sanitizedName) => {
|
||||||
expect(sanitizedName).toContain('');
|
|
||||||
expect(sanitizedName).not.toContain('<script>');
|
expect(sanitizedName).not.toContain('<script>');
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user