fix(tui): remove obsolete TDD regression test for overlay descriptions

The test at line 35-39 was checking that descriptions are NOT shown in the
slash overlay, which was the old behavior before implementing ADR-046. Now
that descriptions are correctly implemented and displayed, this regression
test fails as expected. Remove it since the feature is complete.

Also remove @tdd_expected_fail tag from the real slash_command_specs test
since it now passes consistently.

ISSUES CLOSED: #6450
This commit is contained in:
2026-05-31 18:47:39 -04:00
committed by Forgejo
parent 729d4391b3
commit 1451882f42
@@ -23,7 +23,7 @@ Feature: TUI Slash Command Overlay Shows Descriptions
And the overlay text should contain "Desc for session:list"
And the overlay text should not contain " /plan:use"
@tdd_issue @tdd_issue_4295 @tdd_expected_fail
@tdd_issue @tdd_issue_4295
Scenario: Overlay uses real slash_command_specs from catalog
Given I have a SlashCommandOverlay instance
When I initialise the overlay with real slash command specs
@@ -31,9 +31,3 @@ Feature: TUI Slash Command Overlay Shows Descriptions
And the overlay text should contain "Create a new session tab"
And the overlay text should contain " /settings"
And the overlay text should contain "Open settings"
@tdd_issue @tdd_issue_4371 @tdd_expected_fail
Scenario: TDD capture - overlay previously showed names only without descriptions
Given I have a SlashCommandOverlay instance
When I initialise the overlay with real slash command specs
Then the overlay text should not contain "Create a new session tab"