Link campaign interventions to configured help

This commit is contained in:
2026-08-03 07:35:39 +02:00
parent 1d6c745991
commit d635f3a5fc
2 changed files with 12 additions and 1 deletions
@@ -13,6 +13,9 @@ assert.match(guidance, /tone="danger"/);
assert.match(guidance, /tone="warning"/);
assert.match(guidance, /requiredAction: requiredActionLabel/);
assert.match(guidance, /target: destinationLabel/);
assert.match(guidance, /documentation=\{\{ topicId: documentationTopicId \}\}/);
assert.match(guidance, /campaigns\.workflow\.prepare-validate-and-build/);
assert.match(guidance, /campaigns\.workflow\.complete-review/);
assert.match(page, /calculateBuildReviewProgress/);
assert.match(page, /<WorkflowFact label="i18n:govoplan-campaign\.remaining\.cc632b5e"/);
assert.doesNotMatch(page, /blocked_or_failed_message_s_must_be_resolved_bef/);