-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
amber:auto-fixAmber agent: automated low-risk fixes (formatting, linting)Amber agent: automated low-risk fixes (formatting, linting)bugSomething isn't workingSomething isn't working
Description
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-e2eExpected 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
amber:auto-fixAmber agent: automated low-risk fixes (formatting, linting)Amber agent: automated low-risk fixes (formatting, linting)bugSomething isn't workingSomething isn't working