-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.9.0
-
False
-
-
False
-
-
Test Purpose:
The `failswitch-workflow.spec.ts` suite is designed to test the functionality of the Orchestrator plugin on AKS.
Failure Message:
Multiple tests within the `e2e/plugins/orchestrator/failswitch-workflow.spec.ts` suite are failing with a consistent timeout error: `TimeoutError: locator.waitFor: Timeout 15000ms exceeded. Call log: - waiting for locator('nav a:has-text("Orchestrator")').first() to be visible`.
Root Cause Analysis:
The tests fail because the "Orchestrator" link is not present in the sidebar navigation. This is because the Orchestrator plugin is disabled on the AKS environment for the `release-1.9` branch, but the test suite that depends on it is not being skipped as expected.
Screenshot Analysis:
The attached screenshot confirms the absence of the "Orchestrator" link in the sidebar, which is the direct cause of the test timeout.
- links to