Skip to content

E2E: sessions.cy.ts fails looking for 'MCP Server Status' content #585

@jeremyeder

Description

@jeremyeder

Description

The e2e test should display complete session page UI (pending state) in e2e/cypress/e2e/sessions.cy.ts fails with:

AssertionError: Timed out retrying after 10000ms: Expected to find content: 'MCP Server Status' but never did.

The test expects the session detail page to contain the text "MCP Server Status", but the frontend UI no longer renders this string. The test assertion needs to be updated to match the current UI.

Steps to Reproduce

make kind-local-up   # or make kind-up
make test-e2e

Expected Behavior

Test should pass against the current UI.

Actual Behavior

Test fails at sessions.cy.ts:93 looking for content that no longer exists in the rendered page.

Fix

Update the assertion in e2e/cypress/e2e/sessions.cy.ts around line 93 to match the current session detail page content, or remove the assertion if the MCP Server Status section was intentionally removed from the UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    amber:auto-fixAmber agent: automated low-risk fixes (formatting, linting)bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions