fix(settings): preserve whole-dollar loan formatting
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user