feat(planner): change neutral badge copy to Kein Einfluss

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-09 15:03:39 +02:00
committed by marcel
parent 3b829325f2
commit 1739b70d54
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ describe('RecipePicker', () => {
const alleRezepte = screen.getByTestId('alle-rezepte-section');
const badge = within(alleRezepte).getByTestId('badge-r1');
expect(badge.getAttribute('data-type')).toBe('neutral');
expect(badge.textContent).toContain('0.0');
expect(badge.textContent).toContain('Kein Einfluss');
});
it('Empfohlen shows only positive-delta suggestions, capped at 5', () => {