Files
pentagi/frontend/e2e
Sergey Kozyrenko 052d02ba16 test(e2e): cover the assistant lifecycle on a flow
The assistant panel is the first screen of a flow and had no coverage at all: the
four mutations behind it (create, call, stop, delete) could each have been unwired
without a single test noticing — the create path in fact was, and the fix that
went in ahead of this commit is what these tests now hold in place.

Each test pins the variables its mutation puts on the wire and the state the panel
lands in afterwards, driving the picker the way an operator does. The picker's
trigger also gains an accessible name; it previously announced itself as its
provider icon and index, which named neither the control nor its purpose.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-26 05:35:56 +07:00
..