fix(settings): preserve whole-dollar loan formatting

This commit is contained in:
Bu5hm4nn
2026-03-26 13:34:34 +01:00
parent ea3b384103
commit f7c134a709
2 changed files with 18 additions and 3 deletions

View File

@@ -36,4 +36,7 @@ def test_settings_reject_invalid_loan_amount_without_silent_zero_fallback() -> N
assert "Server error" not in settings_text
assert "Traceback" not in settings_text
page.reload(wait_until="domcontentloaded", timeout=30000)
expect(page.get_by_label("Loan amount ($)")).to_have_value("145000")
browser.close()