···82 const errorText = await errorEntry.innerText();
83 expect(errorText).toContain("Action failed intentionally");
8485- // The error propagates to the preview (no ErrorBoundary in the sample),
86- // so the preview will show the error message instead of the button.
87- // The key verification is that the error entry appears in the FlightLog.
88});
8990test("action error - raw action with invalid payload shows error", async () => {