[ACS-10116] [ACA] Search page renders HTML from the Description,Title field instead of showing it as plain text

This commit is contained in:
DominikIwanek
2025-09-08 09:37:08 +02:00
parent 4b8b54756a
commit 7cdab832b0

View File

@@ -234,7 +234,6 @@ describe('SearchResultsRowComponent', () => {
.asObservable()
.pipe(first())
.subscribe((sanitizedName) => {
expect(sanitizedName).toContain('');
expect(sanitizedName).not.toContain('<script>');
done();
});