Files
tty7/src
l0ng-ai da29a1b367 test(settings): name the search-index test after what it checks
`index_titles_match_rendered_row_labels` walks eleven titles and asserts
each one is in the index. It never touches a rendered row, so it says
nothing about whether every row has an entry — which is the question its
name answers, and the one worth asking: a setting added without an index
entry cannot be found by search, and nothing fails.

Renamed to what it does, with the gap written down rather than implied.
Walking the rows would mean rendering the page — they are built inline
rather than from a table, so there is no list to compare the index
against — and that is worth knowing before someone reaches for this test
expecting coverage it does not have.

No claim here that an entry is actually missing today: 69 are indexed and
I did not enumerate the rows to check.
2026-08-16 02:47:59 +08:00
..