-
Bug
-
Resolution: Done
-
Minor
-
None
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
ODC Sprint 204, ODC Sprint 205, ODC Sprint 206, ODC Sprint 207, ODC Sprint 208
-
Low
Description of problem:
Execute the actions-on-helm-release.feature
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce:
Execute below commands
- export NO_HEADLESS=true && export CHROME_VERSION=$(/usr/bin/google-chrome-stable --version)
- BRIDGE_KUBEADMIN_PASSWORD=i2KzL-3sMve-FmJjz-TC8IB
- BRIDGE_BASE_ADDRESS=https://console-openshift-console.apps.rhamilto.devcluster.openshift.com/
- export BRIDGE_KUBEADMIN_PASSWORD
- echo $BRIDGE_KUBEADMIN_PASSWORD
- export BRIDGE_BASE_ADDRESS
- export BRIDGE_API
- oc login -u kubeadmin -p $BRIDGE_KUBEADMIN_PASSWORD https://api.rhamilto.devcluster.openshift.com:6443/ --insecure-skip-tls-verify
- oc apply -f ./frontend/integration-tests/data/htpasswd-secret.yaml
- oc patch oauths cluster --patch "$(cat ./frontend/integration-tests/data/patch-htpasswd.yaml)" --type=merge
- ./test-cypress.sh -p dev-console -h true
Actual results:
A11y errors are displaying as shown in the attachments
Expected results:
A11y errors shouldn't be displayed
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
4.9.0-0.nightly-2021-07-15-015134