feat(web): add iwooos stage completion report
Some checks failed
Code Review / ai-code-review (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled

This commit is contained in:
Your Name
2026-05-29 11:13:50 +08:00
parent 7d2128b53c
commit badff58cc3
6 changed files with 174 additions and 0 deletions

View File

@@ -7665,6 +7665,21 @@ def validate(root: Path) -> None:
iwooos_projection_page,
'data-testid="iwooos-operator-next-tasks-board"',
)
assert_text_contains(
"iwooos_page.stage_completion_report_items",
iwooos_projection_page,
"stageCompletionReportItems",
)
assert_text_contains(
"iwooos_page.stage_completion_report_board",
iwooos_projection_page,
"IwoooSStageCompletionReportBoard",
)
assert_text_contains(
"iwooos_page.stage_completion_report_testid",
iwooos_projection_page,
'data-testid="iwooos-stage-completion-report-board"',
)
for text in [
"headline_percent_after_this_stage=61",
"headline_movement_signal_count=1",