feat: add growth detail search and sort
All checks were successful
CD Pipeline / deploy (push) Successful in 1m5s

This commit is contained in:
ogt
2026-06-24 20:23:25 +08:00
parent 7180c0f817
commit 7cfca93754
4 changed files with 137 additions and 3 deletions

View File

@@ -465,6 +465,12 @@ def test_ai_intelligence_template_uses_pchome_growth_name_and_endpoint():
assert "renderGrowthDecisionSummary" in template
assert "growth-decision-metric" in template
assert "最大價差" in template
assert "growthDetailSearch" in template
assert "growthDetailSort" in template
assert "setGrowthDetailSearch" in template
assert "setGrowthDetailSort" in template
assert "clearGrowthDetailFilters" in template
assert "價差大到小" in template
assert "scrollToPanel('externalPricePanel')" in template
assert "備援資料檢查" in template
assert "外部報價預檢" not in template