test: sync i18n tests to current translation values
- wiz_summary_label DE: "Aktuelle Werte" → "Aktuelle Zusammenfassung" - add mscore_reife_chip + mscore_potenzial_chip to identical-value allowlist (branded product names) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -120,4 +120,4 @@ class TestWizSummaryLabel:
|
||||
async def test_german_summary_caption_in_response(self, client):
|
||||
resp = await client.post("/de/planner/calculate", form={"activeTab": "capex"})
|
||||
body = (await resp.get_data()).decode()
|
||||
assert "Aktuelle Werte" in body
|
||||
assert "Aktuelle Zusammenfassung" in body
|
||||
|
||||
Reference in New Issue
Block a user