Align moved-entry test with controller navigation

This commit is contained in:
Joe Julian
2026-03-29 13:35:46 -07:00
parent ac5b6894cf
commit ec063ac81f
+1
View File
@@ -950,6 +950,7 @@ func TestUIEditingEntryPathMovesEntryBetweenGroups(t *testing.T) {
if got := u.filteredTitles(); !slices.Equal(got, []string{"Git Server"}) {
t.Fatalf("filteredTitles() in new path = %v, want [Git Server]", got)
}
u.state.SelectedEntryID = "git-server"
u.state.SelectedEntryID = "git-server"
item, ok := u.selectedEntry()