feat(web): add iwooos stage completion report
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user