-
Task
-
Resolution: Done
-
Major
-
OSSM 2.3.0
-
1
-
False
-
-
False
-
If Release Note Needed, Set a Value
-
Set a Value
two tests are failing on finding an element
button[data-test=enable_auto_injection]
affected feature file sidecar_injection.feature
even if I try "Disable Auto Injection" by hand in kiali, it does not affect UI elements anyhow - meaning Enable Auto Injection button will not show up.
getbutton[data-test=enable_auto_injection]0AssertionErrorTimed out retrying after 40000ms: Expected to find element: button[data-test=enable_auto_injection], but never found it.
cypress/integration/common/sidecar_injection.ts:248:8
246 | cy.visit(`/console/namespaces/${this.targetNamespace}/workloads/${this.targetWorkload}?refresh=0`);
247 | cy.get('[data-test="workload-actions-dropdown"] button').click();
> 248 | cy.get(`button[data-test=${enableOrDisable}_auto_injection]`).click();
| ^
249 | ensureKialiFinishedLoading();
250 | }
251 |
links to failed tests:
- Override the default policy for automatic sidecar injection by enabling it in a workload.Controlling sidecar injection Override the default policy for automatic sidecar injection by enabling it in a workload
- Switch the override configuration for automatic sidecar injection in a workload to enabled.Controlling sidecar injection Switch the override configuration for automatic sidecar injection in a workload to enabled