Summary
The Table_WhenFocused_ShouldShowTableLevelFocusIndicator test in TableNodeTests.cs (line 2017) is currently skipped with reason: "Feature not yet implemented - table-level focus indicator".
Expected Behavior
When a Table widget receives focus, it should show a visual indicator (e.g., a highlighted border or accent) to distinguish it from the unfocused state.
Current State
The test exists but the feature has not been implemented. The skip reason was added when the test was written as a placeholder for future work.
Location
- Test:
tests/Hex1b.Tests/TableNodeTests.cs:2017
- Skip reason:
Feature not yet implemented - table-level focus indicator
Summary
The
Table_WhenFocused_ShouldShowTableLevelFocusIndicatortest inTableNodeTests.cs(line 2017) is currently skipped with reason: "Feature not yet implemented - table-level focus indicator".Expected Behavior
When a Table widget receives focus, it should show a visual indicator (e.g., a highlighted border or accent) to distinguish it from the unfocused state.
Current State
The test exists but the feature has not been implemented. The skip reason was added when the test was written as a placeholder for future work.
Location
tests/Hex1b.Tests/TableNodeTests.cs:2017Feature not yet implemented - table-level focus indicator