UI redesign: condensed-sans ledger style with logo in the zero hero #18
1 changed files with 1 additions and 1 deletions
|
|
@ -135,6 +135,6 @@ def test_month_page_renders_paired_zero_widget(client):
|
||||||
client.post("/month/2026-04/create")
|
client.post("/month/2026-04/create")
|
||||||
response = client.get("/month/2026-04")
|
response = client.get("/month/2026-04")
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
assert "zero-widget-pair" in response.text
|
assert 'id="zero-widget"' in response.text
|
||||||
assert response.text.count("Planned") >= 1
|
assert response.text.count("Planned") >= 1
|
||||||
assert response.text.count("Applied") >= 1
|
assert response.text.count("Applied") >= 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue