fix(e2e): fix WF18 Suite Setup tag separator to two spaces
CI / quality (pull_request) Failing after 0s
CI / lint (pull_request) Failing after 1s
CI / typecheck (pull_request) Failing after 0s
CI / unit_tests (pull_request) Failing after 1s
CI / integration_tests (pull_request) Failing after 1s
CI / build (pull_request) Failing after 0s
CI / push-validation (pull_request) Failing after 0s
CI / helm (pull_request) Successful in 55s
CI / security (pull_request) Successful in 1m17s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 1s

Robot Framework requires ≥2 spaces (or a tab) to separate multiple
values in a [Tags] setting. The WF18 Suite Setup keyword had a single
space between tdd_issue and tdd_issue_4188, causing RF to parse them
as a single tag with a space in its name rather than two distinct tags.
The tdd_expected_fail_listener validates that tdd_issue_N requires a
standalone tdd_issue tag — the single-space bug was silently breaking
that validation.

Fix: change `tdd_issue tdd_issue_4188` to `tdd_issue    tdd_issue_4188`
(four-space separator, matching the rest of the file's style).

ISSUES CLOSED: #10815
This commit is contained in:
2026-06-13 11:24:38 -04:00
committed by drew
parent 61c19c77fd
commit c18f1218bd
+1 -1
View File
@@ -30,7 +30,7 @@ ${PROJECT_PREFIX} local/wf18-clone-proj
WF18 Suite Setup
[Documentation] E2E Suite Setup plus unique suffix generation and dynamic
... actor selection for WF18 tests.
[Tags] tdd_issue tdd_issue_4188
[Tags] tdd_issue tdd_issue_4188
E2E Suite Setup
# Initialise the workspace so CLI commands work.
${init}= Run CleverAgents Command init --force --yes