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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user