diff --git a/frontend/src/lib/geschichte/JourneyInterlude.svelte.spec.ts b/frontend/src/lib/geschichte/JourneyInterlude.svelte.spec.ts index 2fc28ec0..ee97b3c7 100644 --- a/frontend/src/lib/geschichte/JourneyInterlude.svelte.spec.ts +++ b/frontend/src/lib/geschichte/JourneyInterlude.svelte.spec.ts @@ -35,12 +35,6 @@ describe('JourneyInterlude', () => { expect(el?.getAttribute('aria-label')).toBe(m.journey_interlude_aria_label()); }); - it('renders the section-break glyph ❦', async () => { - render(JourneyInterlude, { props: { note: 'Notiz' } }); - - expect(document.body.textContent).toContain('❦'); - }); - it('XSS: note is rendered as plaintext — injected payload does not execute', async () => { // Interlude uses Svelte text interpolation ({note}), NOT {@html}. render(JourneyInterlude, {