fix(site/src/pages/AgentsPage): update stream silence story assertions

This commit is contained in:
Ethan Dickson
2026-06-02 12:25:52 +00:00
parent 187d21bd9a
commit a2fab53155
2 changed files with 2 additions and 2 deletions
@@ -274,7 +274,7 @@ export const TerminalStreamSilenceTimeoutError: Story = {
play: async ({ canvasElement }) => {
const canvas = within(canvasElement);
expect(
canvas.getByRole("heading", { name: /startup timed out/i }),
canvas.getByRole("heading", { name: /response stalled/i }),
).toBeVisible();
expect(
canvas.getByText(/anthropic did not send response data in time./i),
@@ -241,7 +241,7 @@ export const RetryStreamSilenceTimeout: Story = {
play: async ({ canvasElement }) => {
const canvas = within(canvasElement);
expect(
canvas.getByRole("heading", { name: /startup timed out/i }),
canvas.getByRole("heading", { name: /response stalled/i }),
).toBeVisible();
expect(
canvas.getByText(/anthropic did not send response data in time/i),