Context
Console app PR is blocked because E2E fails consistently on unrelated suites.
Example failing runs:
Symptoms
- Go-core suite failure:
TestWorkloadStartsOnUnackedMessage
Error:
create llm provider: rpc error: code = Unauthenticated desc = identity id is required
- Playwright tracing-app smoke failure:
test/e2e/message-deeplink-empty.spec.ts fails with:
expect(locator).toBeVisible()
Error: element(s) not found
- Additional noisy/possibly related infra errors during runs:
mockauth.dev requests aborted / 400/503
- Console API calls returning 404 for
AgentsGateway/ListAgentRoles
- Notifications subscribe aborts
Impact
Blocks merging unrelated console-app changes (e.g., PR agynio/console-app#103).
Request
Please investigate E2E harness/environment stability and fix the underlying causes so E2E becomes consistently green again.
Context
Console app PR is blocked because E2E fails consistently on unrelated suites.
Example failing runs:
Symptoms
TestWorkloadStartsOnUnackedMessageError:
test/e2e/message-deeplink-empty.spec.tsfails with:expect(locator).toBeVisible()Error: element(s) not foundmockauth.devrequests aborted / 400/503AgentsGateway/ListAgentRolesImpact
Blocks merging unrelated console-app changes (e.g., PR agynio/console-app#103).
Request
Please investigate E2E harness/environment stability and fix the underlying causes so E2E becomes consistently green again.