test(tui): add tdd test capturing missing alt+up/alt+down block cursor navigation #10710

Merged
HAL9000 merged 3 commits from tdd/m8-tui-block-cursor-navigation into master 2026-04-28 07:49:44 +00:00

3 Commits

Author SHA1 Message Date
HAL9000 f5ef9df1f0 test(tui): fix type-ignore violation in tdd block cursor navigation steps
CI / benchmark-publish (push) Failing after 40s
CI / lint (push) Successful in 54s
CI / helm (push) Successful in 29s
CI / quality (push) Successful in 1m13s
CI / push-validation (push) Successful in 34s
CI / build (push) Successful in 38s
CI / security (push) Successful in 1m32s
CI / typecheck (push) Successful in 1m39s
CI / integration_tests (push) Successful in 3m30s
CI / e2e_tests (push) Successful in 3m50s
CI / unit_tests (push) Successful in 4m41s
CI / docker (push) Successful in 1m35s
CI / coverage (push) Successful in 15m48s
CI / status-check (push) Successful in 3s
CI / benchmark-publish (pull_request) Has been skipped
CI / docker (pull_request) Successful in 1m29s
CI / quality (pull_request) Successful in 1m24s
CI / build (pull_request) Successful in 46s
CI / integration_tests (pull_request) Successful in 3m44s
CI / e2e_tests (pull_request) Successful in 4m41s
CI / push-validation (pull_request) Successful in 25s
CI / helm (pull_request) Successful in 31s
CI / unit_tests (pull_request) Successful in 5m59s
CI / lint (pull_request) Successful in 58s
CI / typecheck (pull_request) Successful in 1m32s
CI / security (pull_request) Successful in 1m24s
CI / coverage (pull_request) Successful in 10m10s
CI / status-check (pull_request) Successful in 3s
Remove disallowed # type: ignore[import-untyped] comment from behave
import in tdd_tui_block_cursor_navigation_steps.py, consistent with
all other step definition files in the project.

All local quality gates pass: lint, typecheck, security_scan,
dead_code, complexity, format.
2026-04-28 07:33:43 +00:00
HAL9000 fa807719b4 test(tui): retry CI for tdd block cursor navigation test
Trigger new CI run to resolve transient unit_tests job failure.
The test correctly captures bug #10371 using @tdd_expected_fail tag.
All quality gates pass locally (lint, typecheck, security, unit_tests).
2026-04-28 07:33:43 +00:00
HAL9000 4af4296685 test(tui): add tdd test capturing missing alt+up/alt+down block cursor navigation
Added a TDD test to verify block cursor navigation via Alt+Up and Alt+Down in the TUI. Introduced features/tdd_tui_block_cursor_navigation.feature with a scenario tagged @tdd_issue @tdd_issue_10371 @tdd_expected_fail that inspects CleverAgentsTuiApp.BINDINGS for the alt+up and alt+down bindings. Implemented features/steps/tdd_tui_block_cursor_navigation_steps.py with step definitions asserting the bindings are registered; the test is expected to fail while the bug is unfixed and is inverted by the @tdd_expected_fail tag.

ISSUES CLOSED: #10439
2026-04-28 07:33:43 +00:00