Commit f73970f
test(glossary): drop broken list-refetch wait around glossary A delete
waitForGlossaryListRefetch expects GET /api/v1/glossaries with status 200.
Nothing in the optimistic-success path produces that: handleGlossaryDelete
only filters state and navigates, the async DELETE itself returns 202
Accepted, and the mocked WebSocket prevents any backend-driven refetch.
The listener sat until the 180s test timeout on shard 6 of PR 27451.
Keep the sidebarClick re-anchor from the original fix — it already lands
the page back on /glossary before the next selection.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b53dab4 commit f73970f
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1455 | 1455 | | |
1456 | 1456 | | |
1457 | 1457 | | |
1458 | | - | |
1459 | 1458 | | |
1460 | | - | |
1461 | 1459 | | |
1462 | 1460 | | |
1463 | 1461 | | |
| |||
0 commit comments