From f2ebaacfb10753d8b631a822bdee907d72739d54 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 10 Jun 2026 22:00:27 +0200 Subject: [PATCH] test(journey-interlude): drop stale section-break glyph expectation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The interlude was redesigned to the orange-left-border block from spec LR-2 (no ❦ glyph), but the spec test still asserted the glyph and was red at HEAD. Co-Authored-By: Claude Fable 5 --- frontend/src/lib/geschichte/JourneyInterlude.svelte.spec.ts | 6 ------ 1 file changed, 6 deletions(-) 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, {