fix(ui): lead with revenue comparison coverage
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -318,9 +318,12 @@ def test_dashboard_exposes_count_and_revenue_coverage_without_a_text_wall():
|
||||
|
||||
template = Path("templates/dashboard_v2.html").read_text(encoding="utf-8")
|
||||
|
||||
assert "正式比價覆蓋" in template
|
||||
assert "業績涵蓋" in template
|
||||
assert "growth.comparison_revenue_coverage_rate" in template
|
||||
assert "業績比價覆蓋" in template
|
||||
assert "growth.comparison_revenue_coverage_rate | default(0)" in template
|
||||
assert "growth.comparison_revenue_coverage_width | default(0)" in template
|
||||
assert "growth.comparison_ready_sales_7d" in template
|
||||
assert "growth.comparison_total_sales_7d" in template
|
||||
assert "growth.mapped_count" in template
|
||||
|
||||
|
||||
def test_same_item_reconciliation_route_returns_durable_readback(monkeypatch):
|
||||
|
||||
Reference in New Issue
Block a user