Align moved-entry test with controller navigation

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