-
Bug
-
Resolution: Done
-
Minor
-
None
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 202, ODC Sprint 203
-
Low
Description of problem:
Accessibility Issue on Import from Dev File
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- update the TAGS in cypress config file of frontend/packages/dev-console/integration-tests/cypress.json
- TAGS = "TAGS": "@add-flow and not @manual and not @to-do"
- Execute below commands
- export NO_HEADLESS=true && export CHROME_VERSION=$(/usr/bin/google-chrome-stable --version)
- BRIDGE_KUBEADMIN_PASSWORD=YH3jN-PRFT2-Q429c-5KQDr
- BRIDGE_BASE_ADDRESS=https://console-openshift-console.apps.dev-svc-4.8-042801.devcluster.openshift.com
- export BRIDGE_KUBEADMIN_PASSWORD
- export BRIDGE_BASE_ADDRESS
- oc login -u kubeadmin -p $BRIDGE_KUBEADMIN_PASSWORD
- 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 devconsole
- Select the "create-from-devfile.feature" from cypress dashboard
Actual results:
Accessibility violation on Create from Dev File form
Expected results:
All test cases should get passed
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
4.7.10