whoami: 1001370000 Cypress Base URL: https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com WARNING: Using insecure TLS client config. Setting this option is not supported! You must obtain an API token by visiting https://oauth-openshift.apps.collective.aws.red-chesterfield.com/oauth/token/request + cd cypress/scripts/gitSetup + bash -x ./reinit.sh + KUBECONFIG=/alabama/.kube/config + KUBECTL_CMD='oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true' + GIT_HOSTNAME=gogs-svc-git-server.apps.collective.aws.red-chesterfield.com + echo 'Git hostname is gogs-svc-git-server.apps.collective.aws.red-chesterfield.com' Git hostname is gogs-svc-git-server.apps.collective.aws.red-chesterfield.com + echo 'Switching to gogs namespace' Switching to gogs namespace + oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true project git-server error: stat /alabama/.kube/config: no such file or directory ++ oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true get pod -n git-server -o=custom-columns=DATA:metadata.name ++ grep gogs- error: stat /alabama/.kube/config: no such file or directory + GOGS_POD_NAME= + '[' 1 -ne 0 ']' + echo 'failed to get the pod name' failed to get the pod name + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational + echo 'Gogs pod name is ' Gogs pod name is + echo 'Adding testadmin user in Gogs' Adding testadmin user in Gogs + oc --kubeconfig /alabama/.kube/config --insecure-skip-tls-verify=true exec -- /tmp/adduser.sh error: stat /alabama/.kube/config: no such file or directory + '[' 1 -ne 0 ']' + echo 'failed to add testadmin user or it already exists' failed to add testadmin user or it already exists + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational ++ curl -u testadmin:testadmin -X POST -H 'content-type: application/json' -d '{"name": "testrepo", "description": "test repo", "private": false}' --write-out '%{http_code}' --silent --output /dev/null https://gogs-svc-git-server.apps.collective.aws.red-chesterfield.com/api/v1/admin/users/testadmin/repos --cacert ./serverCert/server.crt --key ./clientCert/client.key --cert ./clientCert/client.crt -v * Trying 34.225.57.114... * TCP_NODELAY set * Connected to gogs-svc-git-server.apps.collective.aws.red-chesterfield.com (34.225.57.114) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: ./serverCert/server.crt CApath: none } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [122 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Request CERT (13): { [158 bytes data] * TLSv1.3 (IN), TLS handshake, [no content] (0): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [1545 bytes data] * TLSv1.3 (OUT), TLS alert, unknown CA (560): } [2 bytes data] * SSL certificate problem: self signed certificate * Closing connection 0 + RESPONSE=000 + '[' 60 -ne 0 ']' + echo 'failed to create testrepo' failed to create testrepo + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational + echo 'RESPONSE = 000' RESPONSE = 000 + '[' 000 -eq 500 ']' + '[' 000 -eq 501 ']' + '[' 000 -eq 502 ']' + '[' 000 -eq 503 ']' + '[' 000 -eq 504 ']' + rm -fr testrepo + mkdir testrepo + cd testrepo + git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /tmp/alc/tests/cypress/scripts/gitSetup/testrepo/.git/ + git config user.email testadmin@redhat.com + git config user.name testadmin + git config http.sslCert ../clientCert/client.crt + git config http.sslKey ../clientCert/client.key + git config http.sslCAInfo ../serverCert/server.crt + cp -r ../repoContents/testConfigMap.yaml . + git add . + git commit -m 'first commit' [master (root-commit) 44497c0] first commit 1 file changed, 6 insertions(+) create mode 100644 testConfigMap.yaml + git push https://testadmin:testadmin@gogs-svc-git-server.apps.collective.aws.red-chesterfield.com/testadmin/testrepo.git --all fatal: unable to access 'https://gogs-svc-git-server.apps.collective.aws.red-chesterfield.com/testadmin/testrepo.git/': SSL certificate problem: self signed certificate + '[' 128 -ne 0 ']' + echo 'failed to push to testrepo Git repository' failed to push to testrepo Git repository + echo 'MTLS Test Environment setup failure or already operational' MTLS Test Environment setup failure or already operational + export CYPRESS_OC_CLUSTER_USER=kubeadmin + CYPRESS_OC_CLUSTER_USER=kubeadmin + export CYPRESS_OC_CLUSTER_PASS=oDxdj-mRE9Z-krxRA-QrdW9 + CYPRESS_OC_CLUSTER_PASS=oDxdj-mRE9Z-krxRA-QrdW9 + export CYPRESS_OC_CLUSTER_URL=https://api.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com:6443 + CYPRESS_OC_CLUSTER_URL=https://api.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com:6443 + export CYPRESS_BASE_URL=https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com + CYPRESS_BASE_URL=https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com + export CYPRESS_OBJECTSTORE_PRIVATE_URL=http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket + CYPRESS_OBJECTSTORE_PRIVATE_URL=http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket + export CYPRESS_OBJECTSTORE_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXX + CYPRESS_OBJECTSTORE_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXX + export CYPRESS_OBJECTSTORE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + CYPRESS_OBJECTSTORE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export ANSIBLE_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + ANSIBLE_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export ANSIBLE_URL=https://XXXXX-test-ansible.install.dev09.red-chesterfield.com + ANSIBLE_URL=https://XXXXX-test-ansible.install.dev09.red-chesterfield.com + export CYPRESS_TEST_MODE=integration + CYPRESS_TEST_MODE=integration + export CYPRESS_CLEANUP=true + CYPRESS_CLEANUP=true + export TEST_TAGS=@ocpInterop + TEST_TAGS=@ocpInterop + export GITHUB_PRIVATE_URL=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + GITHUB_PRIVATE_URL=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export GITHUB_USER=XXXXXXXX + GITHUB_USER=XXXXXXXX + export GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + export BROWSER=chrome + BROWSER=chrome + [[ -z kubeadmin ]] + [[ -z oDxdj-mRE9Z-krxRA-QrdW9 ]] + [[ -z https://api.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com:6443 ]] + cd /tmp/alc/tests + rm -rf cypress/results + rm -rf userCreatedByTestSuite + set +x WARNING: Using insecure TLS client config. Setting this option is not supported! Login successful. You have access to 89 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". + echo 'Install argocd cli ...' Install argocd cli ... + curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 + chmod +x /usr/local/bin/argocd + npx cypress run --browser chrome --headless --spec cypress/tests/integration/Allow_Deny_List_Git_Test_Suite.js cypress/tests/integration/Allow_Deny_List_Ignore_Test_Suite.js cypress/tests/integration/Ansible_Tags_Test_Suite.js cypress/tests/integration/Ansible_Test_Suite.js cypress/tests/integration/App_Label_Test_Suite.js cypress/tests/integration/App_Metrics_Failed_Test_Suite.js cypress/tests/integration/App_Metrics_Succss_Test_Suite.js cypress/tests/integration/Application_Addon_Test_Suite.js cypress/tests/integration/Argo_App_Table_Test_Suite.js cypress/tests/integration/Argo_Application_Test_Suite.js cypress/tests/integration/Argo_Appset_Row_Action_Test_Suite.js cypress/tests/integration/Argo_Appset_Wizard_Test_Suite.js cypress/tests/integration/Backup_Label_Test_Suite.js cypress/tests/integration/Console_UI_Changes_Test_Suite.js cypress/tests/integration/Do_Not_Delete_Test_Suite.js cypress/tests/integration/Flux_Application_Local_Test_Suite.js cypress/tests/integration/Flux_Application_Managed_Test_Suite.js cypress/tests/integration/Git_Application_Test_Suite.js cypress/tests/integration/Helm_Application_Test_Suite.js cypress/tests/integration/Helm_Chart_No_Match_Test_Suite.js cypress/tests/integration/Helm_Resource_Recreation_Test_Suite.js cypress/tests/integration/ManagedClustersLabels.js cypress/tests/integration/Namespace_Name_Length_Test_Suite.js cypress/tests/integration/Object_Storage_Application_Test_Suite.js cypress/tests/integration/Openshift_Application_Test_Suite.js cypress/tests/integration/Pull_Model_Degraded_Test_Suite.js cypress/tests/integration/Pull_Model_Git_Test_Suite.js cypress/tests/integration/Pull_Model_Helm_Test_Suite.js cypress/tests/integration/RHACM4K-6784.js cypress/tests/integration/RHACM4K-6785.js cypress/tests/integration/RHACM4K-6930.js cypress/tests/integration/RHACM4K-6931.js cypress/tests/integration/RHACM4K-6932.js cypress/tests/integration/RHACM4K-6934.js cypress/tests/integration/RHACM4K-6936.js cypress/tests/integration/RHACM4K-7006.js cypress/tests/integration/RHACM4K-7460.js cypress/tests/integration/RHACM4K-7513.js cypress/tests/integration/mTLS_Test_Suite.js --env grepTags=@ocpInterop ⚠ Warning: It looks like you're passing --spec a space-separated list of arguments: "cypress/tests/integration/Allow_Deny_List_Git_Test_Suite.js cypress/tests/integration/Allow_Deny_List_Ignore_Test_Suite.js cypress/tests/integration/Ansible_Tags_Test_Suite.js cypress/tests/integration/Ansible_Test_Suite.js cypress/tests/integration/App_Label_Test_Suite.js cypress/tests/integration/App_Metrics_Failed_Test_Suite.js cypress/tests/integration/App_Metrics_Succss_Test_Suite.js cypress/tests/integration/Application_Addon_Test_Suite.js cypress/tests/integration/Argo_App_Table_Test_Suite.js cypress/tests/integration/Argo_Application_Test_Suite.js cypress/tests/integration/Argo_Appset_Row_Action_Test_Suite.js cypress/tests/integration/Argo_Appset_Wizard_Test_Suite.js cypress/tests/integration/Backup_Label_Test_Suite.js cypress/tests/integration/Console_UI_Changes_Test_Suite.js cypress/tests/integration/Do_Not_Delete_Test_Suite.js cypress/tests/integration/Flux_Application_Local_Test_Suite.js cypress/tests/integration/Flux_Application_Managed_Test_Suite.js cypress/tests/integration/Git_Application_Test_Suite.js cypress/tests/integration/Helm_Application_Test_Suite.js cypress/tests/integration/Helm_Chart_No_Match_Test_Suite.js cypress/tests/integration/Helm_Resource_Recreation_Test_Suite.js cypress/tests/integration/ManagedClustersLabels.js cypress/tests/integration/Namespace_Name_Length_Test_Suite.js cypress/tests/integration/Object_Storage_Application_Test_Suite.js cypress/tests/integration/Openshift_Application_Test_Suite.js cypress/tests/integration/Pull_Model_Degraded_Test_Suite.js cypress/tests/integration/Pull_Model_Git_Test_Suite.js cypress/tests/integration/Pull_Model_Helm_Test_Suite.js cypress/tests/integration/RHACM4K-6784.js cypress/tests/integration/RHACM4K-6785.js cypress/tests/integration/RHACM4K-6930.js cypress/tests/integration/RHACM4K-6931.js cypress/tests/integration/RHACM4K-6932.js cypress/tests/integration/RHACM4K-6934.js cypress/tests/integration/RHACM4K-6936.js cypress/tests/integration/RHACM4K-7006.js cypress/tests/integration/RHACM4K-7460.js cypress/tests/integration/RHACM4K-7513.js cypress/tests/integration/mTLS_Test_Suite.js" This will work, but it's not recommended. If you are trying to pass multiple arguments, separate them with commas instead: cypress run --spec arg1,arg2,arg3 The most common cause of this warning is using an unescaped glob pattern. If you are trying to pass a glob pattern, escape it using quotes: cypress run --spec "**/*.spec.js" It looks like this is your first time using Cypress: 9.7.0 [STARTED] Task without title. [SUCCESS] Task without title. Opening Cypress... [381:1122/201329.548980:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 533: Permission denied (13) [533:1122/201329.567060:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process. [533:1122/201329.569195:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. cypress-grep: filtering using tag(s) "@ocpInterop" cypress-grep: will omit filtered tests cypress-grep: filtering specs using tag "@ocpInterop" ====================================================================================================  (Run Starting)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Cypress: 9.7.0 │  │ Browser: Chrome 114 (headless) │  │ Node Version: v14.21.1 (/usr/bin/node) │  │ Specs: 3 found (integration/Git_Application_Test_Suite.js, integration/Helm_Applicati │  │ on_Test_Suite.js, integration/Object_Storage_Application_Test_Suite.js) │  │ Searched: cypress/tests/integration/Allow_Deny_List_Git_Test_Suite.js, cypress/tests/int │  │ egration/Allow_Deny_List_Ignore_Test_Suite.js, cypress/tests/integration/Ansib │  │ le_Tags_Test_Suite.js, cypress/tests/integration/Ansible_Test_Suite.js, cypres │  │ s/tests/integration/App_Label_Test_Suite.js, cypress/tests/integration/App_Met │  │ rics_Failed_Test_Suite.js, cypress/tests/integration/App_Metrics_Succss_Test_S │  │ uite.js, cypress/tests/integration/Application_Addon_Test_Suite.js, cypress/te │  │ sts/integration/Argo_App_Table_Test_Suite.js, cypress/tests/integration/Argo_A │  │ pplication_Test_Suite.js, cypress/tests/integration/Argo_Appset_Row_Action_Tes │  │ t_Suite.js, cypress/tests/integration/Argo_Appset_Wizard_Test_Suite.js, cypres │  │ s/tests/integration/Backup_Label_Test_Suite.js, cypress/tests/integration/Cons │  │ ole_UI_Changes_Test_Suite.js, cypress/tests/integration/Do_Not_Delete_Test_Sui │  │ te.js, cypress/tests/integration/Flux_Application_Local_Test_Suite.js, cypress │  │ /tests/integration/Flux_Application_Managed_Test_Suite.js, cypress/tests/integ │  │ ration/Git_Application_Test_Suite.js, cypress/tests/integration/Helm_Applicati │  │ on_Test_Suite.js, cypress/tests/integration/Helm_Chart_No_Match_Test_Suite.js, │  │  cypress/tests/integration/Helm_Resource_Recreation_Test_Suite.js, cypress/tes │  │ ts/integration/ManagedClustersLabels.js, cypress/tests/integration/Namespace_N │  │ ame_Length_Test_Suite.js, cypress/tests/integration/Object_Storage_Application │  │ _Test_Suite.js, cypress/tests/integration/Openshift_Application_Test_Suite.js, │  │  cypress/tests/integration/Pull_Model_Degraded_Test_Suite.js, cypress/tests/in │  │ tegration/Pull_Model_Git_Test_Suite.js, cypress/tests/integration/Pull_Model_H │  │ elm_Test_Suite.js, cypress/tests/integration/RHACM4K-6784.js, cypress/tests/in │  │ tegration/RHACM4K-6785.js, cypress/tests/integration/RHACM4K-6930.js, cypress/ │  │ tests/integration/RHACM4K-6931.js, cypress/tests/integration/RHACM4K-6932.js,  │  │ cypress/tests/integration/RHACM4K-6934.js, cypress/tests/integration/RHACM4K-6 │  │ 936.js, cypress/tests/integration/RHACM4K-7006.js, cypress/tests/integration/R │  │ HACM4K-7460.js, cypress/tests/integration/RHACM4K-7513.js, cypress/tests/integ │  │ ration/mTLS_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: integration/Git_Application_Test_Suite.js (1 of 3) Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating   Application Lifecycle UI: Git Application Test Suite  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=42eabdf9  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D42eabdf9  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~SWKHJBG7ndj4mz7UN5WM4bDoY_p6poTB5wcNIm9jURQ&state=42eabdf9  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU1MzU4LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=155358  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=155401  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=155405  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~OgjCi5Z-_9D3sLRn89up0B4YiZuLz83NKlblr7sAzr4  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:log ✱  Looking for Application ...  cy:command ✔  exec oc get subscription -n...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=155417  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27  cy:log ✱  Create application: auto-git-helloworld-ns/auto-git-helloworld  cy:command ✔  visit /multicloud/applications  cons:warn ❖  consoleFetch failed for url /api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.inter ...  cons:error ✘  API call to get support level has failed, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-opensh ...  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU1NDQ1LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=155445  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=155492  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=155508  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=155515  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=155508  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=155515  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250 Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=155550  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=155552  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create git application: auto-git-helloworld-ns/auto-git-helloworld  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-git-helloworld  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-git-helloworld-ns  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:log ✱  About to create git with key 0, typeof=string  cy:log ✱  gitTasks key=0, url=https://github.com/stolostron/application-lifecycle-samples, path=helloworld  cy:command ✔  get #git  cy:command ✔  last  cy:command ✔  scrollIntoView  cy:command ✔  trigger mouseover, {force: true}  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-git-helloworld-ns/placementrules Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-git-helloworld-ns/placements Status: 200  cy:command ✔  get #githubURL  cy:command ✔  type https://github.com/stolostron/application-lifecycle-samples, {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://github.com/stolostron/application-lifecycle-samples  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  wait 3000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  get #githubBranch  cy:command ✔  type main, {timeout: 50000}  cy:command ✔  blur  cy:command ✔  wait 1000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches/main Status: 200  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/git/trees/abb0e8d8bf1547bf566a1ea96ae19ef2de0dace0?recursive=true Status: 200  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  get #githubPath  cy:command ✔  type helloworld, {timeout: 30000}  cy:command ✔  blur  cy:command ✔  get #gitReconcileOption  cy:command ✔  type merge  cy:command ✔  blur  cy:command ✔  get #gitReconcileRate  cy:command ✔  clear {force: true}  cy:command ✔  type medium, {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:log ✱  PrePost SecretName not available, ignore this section  cy:command ✔  wait 1000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=true online=false matchingLabel=false existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select to deploy to local cluster only  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✘  get #labelName-0-clusterSelector  1) RHACM4K-7484: ALC: Create a Git Application deployed on a Local Cluster  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=085f9f33  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D085f9f33  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~FIbP8Qnf-jlHSCn1B64AJ7ZKy2_roBiKVSEhyWsXGCg&state=085f9f33  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU2MTIwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=156120  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=156210  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=156224  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~JhoyJdtfitV883w-LJvf7UHysIXVnaJyduIMXVWcvvc  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:log ✱  Looking for Application ...  cy:command ✔  exec oc get subscription -n...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=156244  cy:log ✱  Create application: auto-git-helloworld-ns/auto-git-helloworld  cy:command ✔  visit /multicloud/applications  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=156224  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=156244  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ✘  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250 - aborted  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea ...  cons:error ✘  Error when reading infrastructure CR: , TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshif ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a4 ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chu ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at h ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU2MzI0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=156324  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=156421  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=156425  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=156452  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=156425  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=156452  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=156473  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=156480  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create git application: auto-git-helloworld-ns/auto-git-helloworld  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-git-helloworld  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #emanspace  cy:command ✔  type auto-git-helloworld-ns  cy:log ✱  About to create git with key 0, typeof=string  cy:log ✱  gitTasks key=0, url=https://github.com/stolostron/application-lifecycle-samples, path=helloworld  cy:command ✔  get #git  cy:command ✔  last  cy:command ✔  scrollIntoView  cy:command ✔  trigger mouseover, {force: true}  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-git-helloworld-ns/placementrules Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-git-helloworld-ns/placements Status: 200  cy:command ✔  get #githubURL  cy:command ✔  type https://github.com/stolostron/application-lifecycle-samples, {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://github.com/stolostron/application-lifecycle-samples  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  wait 3000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #githubBranch  cy:command ✔  type main, {timeout: 50000}  cy:command ✔  blur  cy:command ✔  wait 1000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches/main Status: 200  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/git/trees/abb0e8d8bf1547bf566a1ea96ae19ef2de0dace0?recursive=true Status: 200  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  get #githubPath  cy:command ✔  type helloworld, {timeout: 30000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:command ✔  blur  cy:command ✔  get #gitReconcileOption  cy:command ✔  type merge  cy:command ✔  blur  cy:command ✔  get #gitReconcileRate  cy:command ✔  clear {force: true}  cy:command ✔  type medium, {force: true}  cy:log ✱  PrePost SecretName not available, ignore this section  cy:command ✔  wait 1000  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=true online=false matchingLabel=false existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select to deploy to local cluster only  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=a37e206d  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Da37e206d  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~mzNBEdlvAs8K3iFla7Sfl8-Rvmcpn6szRQYZjj-UO6M&state=a37e206d  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU3MDkxLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=157091  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=157160  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=157170  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~P-NeHJT1a-PvEwt-XUA_QeR9YCJSThddjpQIIdmB0Xk  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:log ✱  Looking for Application ...  cy:command ✔  exec oc get subscription -n...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=157190  cy:log ✱  Create application: auto-git-multi-ns/auto-git-multi  cy:command ✔  visit /multicloud/applications  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=157170  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=157190  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chu ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Error when reading infrastructure CR: , TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshif ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at h ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU3MjY5LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=157269  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=157325  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=157328  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=157353  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=157328  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=157353  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=157401  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=157414  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create git application: auto-git-multi-ns/auto-git-multi  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-git-multi  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-git-multi-ns  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:log ✱  About to create git with key 0, typeof=string  cy:log ✱  gitTasks key=0, url=https://github.com/stolostron/application-lifecycle-samples, path=helloworld  cy:command ✔  get #git  cy:command ✔  last  cy:command ✔  scrollIntoView  cy:command ✔  trigger mouseover, {force: true}  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-git-multi-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-git-multi-ns/placements Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:command ✔  get #githubURL  cy:command ✔  type https://github.com/stolostron/application-lifecycle-samples, {timeout: 50000}  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://github.com/stolostron/application-lifecycle-samples  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  wait 3000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:command ✔  get #githubBranch  cy:command ✔  type main, {timeout: 50000}  cy:command ✔  blur  cy:command ✔  wait 1000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches/main Status: 200  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/git/trees/abb0e8d8bf1547bf566a1ea96ae19ef2de0dace0?recursive=true Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  get #githubPath  cy:command ✔  type helloworld, {timeout: 30000}  cy:command ✔  blur  cy:command ✔  get #gitReconcileOption  cy:command ✔  type merge  cy:command ✔  blur  cy:command ✔  get #gitReconcileRate  cy:command ✔  clear {force: true}  cy:command ✔  type medium, {force: true}  cy:log ✱  PrePost SecretName not available, ignore this section  cy:command ✔  wait 1000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  2) RHACM4K-7556: ALC: Create a Git Application with Multiple Subscriptions  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 401  cons:warn ❖  consoleFetch failed for url /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbe ...  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cons:log ✱  destroying websocket: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cons:log ✱  EventSource, error, readyState, 2  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=aaee1fc5  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=557ab0d2  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D557ab0d2  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~Lw8nbP9o4HAy4fzwaH1Uhy19szzZnVXcuEM2w2sN5rE&state=557ab0d2  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU3OTk4LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=157998  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=158071  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=158074  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~5ckrIHiK9a3hyv4l3kZ6Dlmdx2TlPryWttPg06b9XIU  cy:log ✱  Looking for Application ...  cy:command ✔  exec oc get subscription -n...  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cy:log ✱  Create application: auto-git-multi-ns/auto-git-multi  cy:command ✔  visit /multicloud/applications  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=158074  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158087  cons:log ✱  websocket error: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158087  cons:log ✱  websocket closed: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158087, { "isTrusted": true }  cons:log ✱  WS closed abnormally  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158087  cons:log ✱  WS console.openshift.io~v1~ConsoleLink timed out - restarting polling  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a4 ...  cons:warn ❖  consoleFetch failed for url /api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.inter ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chu ...  cons:error ✘  Error when reading infrastructure CR: , TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshif ...  cons:error ✘  API call to get support level has failed, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-opensh ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at h ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU4MTQ0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=158144  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=158198  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=158205  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158230  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=158205  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158230  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=158248  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158259  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create git application: auto-git-multi-ns/auto-git-multi  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-git-multi  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-git-multi-ns  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:log ✱  About to create git with key 0, typeof=string  cy:log ✱  gitTasks key=0, url=https://github.com/stolostron/application-lifecycle-samples, path=helloworld  cy:command ✔  get #git  cy:command ✔  last  cy:command ✔  scrollIntoView  cy:command ✔  trigger mouseover, {force: true}  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-git-multi-ns/placementrules Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-git-multi-ns/placements Status: 200  cy:command ✔  get #githubURL  cy:command ✔  type https://github.com/stolostron/application-lifecycle-samples, {timeout: 50000}  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://github.com/stolostron/application-lifecycle-samples  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  wait 3000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  get #githubBranch  cy:command ✔  type main, {timeout: 50000}  cy:command ✔  blur  cy:command ✔  wait 1000  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/branches/main Status: 200  cy:fetch ➟  GET https://api.github.com/repos/stolostron/application-lifecycle-samples/git/trees/abb0e8d8bf1547bf566a1ea96ae19ef2de0dace0?recursive=true Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get .bx—inline.loading  cy:command ✔  assert expected **.bx—inline.loading** not to exist in the DOM  cy:command ✔  get #githubPath  cy:command ✔  type helloworld, {timeout: 30000}  cy:command ✔  blur  cy:command ✔  get #gitReconcileOption  cy:command ✔  type merge  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:command ✔  blur  cy:command ✔  get #gitReconcileRate  cy:command ✔  clear {force: true}  cy:command ✔  type medium, {force: true}  cy:log ✱  PrePost SecretName not available, ignore this section  cy:command ✔  wait 1000  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url /api/plugins/mce/plugin-manifest.json, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) ...  cons:warn ❖  consoleFetch failed for url /api/plugins/monitoring-plugin/plugin-manifest.json, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js ...  cons:warn ❖  consoleFetch failed for url /api/plugins/acm/plugin-manifest.json, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=9b42afca  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D9b42afca  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~jsYXOcdLKUcOoOP_4hZbFTc4E8nCriSNebnrWd4P-bw&state=9b42afca  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU4ODU3LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=158857  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=158908  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=158917  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~EtxliyVP84TYosDaAh2pQicd8fSTAWhpnQl_502tBbI  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:command ✔  visit /multicloud/applications  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=158942  cons:warn ❖  consoleFetch failed for url /api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.inter ...  cons:error ✘  API call to get support level has failed, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-opensh ...  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  wait 60000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTU4OTc2LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=158976  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=159004  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=159015  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:warn ❖  Attempted to create multiple websockets for console.openshift.io~v1~ConsoleQuickStart.  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=159033  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=159015  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=159033  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=159062  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=159074  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  get .pf-c-empty-state__content  cy:command ✔  assert expected **.pf-c-empty-state__content** not to exist in the DOM  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:command ✔  type auto-git-helloworld  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:command ✔  wait 1000  cy:command ✘  contains tr, auto-git-helloworld  cy:command ✘  assert expected **tr:cy-contains(**'auto-git-helloworld'**), tr[type=**'submit'**][value~=**'auto-git-helloworld'**]** to exist in the DOM  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  3) RHACM4K-7487: ALC: Delete a Git Application deployed on a Local Cluster  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 401  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:error ✘  Error getting resource json response.  cons:log ✱  EventSource, error, readyState, 2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/configure  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=d5d38d87  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Dd5d38d87  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~husrDWtJ4ZTLqllaMTKOEaCDeceAaOJhM5kvZY8rivE&state=d5d38d87  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTYyMzIyLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=162322  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=162408  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=162415  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~agAuvPWANjtopSMgvQriJhruGlo-J9j8smVsxUY3fjM  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=162438  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  wait 60000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTYyNDk3LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=162497  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=162563  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=162570  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=162593  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=162570  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=162593  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=162612  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=162624  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  get .pf-c-empty-state__content  cy:command ✔  assert expected **.pf-c-empty-state__content** not to exist in the DOM  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:command ✔  type auto-git-helloworld  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  wait 1000  cy:command ✘  contains tr, auto-git-helloworld  cy:command ✘  assert expected **tr:cy-contains(**'auto-git-helloworld'**), tr[type=**'submit'**][value~=**'auto-git-helloworld'**]** to exist in the DOM  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://c ...  cons:error ✘  Could not get OpenAPI definitions, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshift-con ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=0f7c3acb  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D0f7c3acb  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~w-RFUlxjMMqCop69_bOOEbEnTgH1coBE74BwBBrwBts&state=0f7c3acb  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY1NzkwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=165790  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=165873  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=165876  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~xLoYs7LTs2eH4N4OTGk81yxa1lSYBDCuTEi4lgH23Wc  cy:log ✱  Deleting Application with the related resources  cy:command ✘  exec oc delete application....  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=165901  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=165876  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=165901  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=165954  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences  4) RHACM4K-7557: ALC: Delete a Git Application with Multiple Subscriptions  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=165968  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cons:error ✘  Error getting resource json response.  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 403  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 403  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 403  cy:command ✔  uncaught exception ResourceError: Forbidden  cons:error ✘  unhandled promise rejection: ResourceError: Forbidden, ResourceError: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:140374 at Generator.throw () at r (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131846)  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:error ✘  Error getting resource json response.  cons:error ✘  Error getting resource json response.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://c ...  cons:error ✘  Could not get OpenAPI definitions, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshift-con ...  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=9d31ebab  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D9d31ebab  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~dTT0Lf984vYIQe6GySWbXb7qM-l5cJdAf4-klR63zoo&state=9d31ebab  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY2MzA0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=166304  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=166379  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=166385  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~REMvrN0uKbB0_FYFmaE6lnRRuIPRK7xQUoQNxgEi_IE  cy:log ✱  Deleting Application with the related resources  cy:command ✘  exec oc delete application....  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=166385  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=166404  cons:log ✱  websocket error: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=166404  cons:log ✱  websocket closed: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=166404, { "isTrusted": true }  cons:log ✱  WS closed abnormally  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=166404  cons:log ✱  WS console.openshift.io~v1~ConsoleLink timed out - restarting polling  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=166437  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences   0 passing (15m)  4 failing  1) Application Lifecycle UI: Git Application Test Suite RHACM4K-7484: ALC: Create a Git Application deployed on a Local Cluster:  AssertionError: Timed out retrying after 4000ms: Expected to find element: `#labelName-0-clusterSelector`, but never found it. at selectMatchingLabel (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:2553:6) at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:2503:9) at gitTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:797:39) at createGit (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:932:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:492:5) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:135:48)   2) Application Lifecycle UI: Git Application Test Suite RHACM4K-7556: ALC: Create a Git Application with Multiple Subscriptions:  AssertionError: Timed out retrying after 4000ms: Expected to find element: `#labelName-0-clusterSelector`, but never found it. at selectMatchingLabel (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:2553:6) at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:2534:60) at gitTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:797:39) at createGit (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:932:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:492:5) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:164:48)   3) Application Lifecycle UI: Git Application Test Suite RHACM4K-7487: ALC: Delete a Git Application deployed on a Local Cluster:  AssertionError: Timed out retrying after 100000ms: Expected to find content: 'auto-git-helloworld' within the selector: 'tr' but never did. at Object.rowShouldExist (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:2285:37) at deleteApplicationUI (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:1422:27) at deleteApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:1987:3) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:206:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:205:14)   4) Application Lifecycle UI: Git Application Test Suite RHACM4K-7557: ALC: Delete a Git Application with Multiple Subscriptions:  CypressError: `cy.exec('oc delete application.app auto-git-multi -n auto-git-multi-ns; oc delete subscription auto-git-multi-subscription-1 -n auto-git-multi-ns; oc delete placement auto-git-multi-placement-1 -n auto-git-multi-ns; oc delete subscription auto-git-multi-subscription-2 -n auto-git-multi-ns; oc delete placement auto-git-multi-placement-2 -n auto-git-multi-ns')` failed because the command exited with a non-zero code. Pass `{failOnNonZeroExit: false}` to ignore exit code failures. Information about the failure: Code: 1 Stderr: /usr/bin/bash: which: line 1: syntax error: unexpected end of file /usr/bin/bash: error importing function definition for `which' Error from server (NotFound): applications.app.k8s.io "auto-git-mul... https://on.cypress.io/exec at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:161573:85 at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at _drainQueueStep (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7729:12) at _drainQueue (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7722:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7738:5) at Async.drainQueues (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7608:14) From Your Spec Code: at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:216:8)  ) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Git_Application_Test_Suite.js:205:14)]]> [mochawesome] Report JSON saved to /tmp/alc/tests/cypress/results/json/mochawesome.json  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 4 │  │ Passing: 0 │  │ Failing: 4 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 8 │  │ Video: true │  │ Duration: 14 minutes, 37 seconds │  │ Spec Ran: integration/Git_Application_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7484 ALC Cre   ate a Git Application deployed on a Local Cluster (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7484 ALC Cre   ate a Git Application deployed on a Local Cluster (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7556 ALC Cre   ate a Git Application with Multiple Subscriptions (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7556 ALC Cre   ate a Git Application with Multiple Subscriptions (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7487 ALC Del   ete a Git Application deployed on a Local Cluster (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7487 ALC Del   ete a Git Application deployed on a Local Cluster (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7557 ALC Del   ete a Git Application with Multiple Subscriptions (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Git_Application_Test_Suit (1280x720)   e.js/Application Lifecycle UI Git Application Test Suite -- RHACM4K-7557 ALC Del   ete a Git Application with Multiple Subscriptions (failed) (attempt 2).png  (Video)   - Started processing: Compressing to 32 CRF Compression progress: 20% Compression progress: 40% Compression progress: 60% Compression progress: 77% Compression progress: 95%   - Finished processing: /tmp/alc/tests/cypress/results/videos/integration/Git_Appli (54 seconds)   cation_Test_Suite.js.mp4 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: integration/Helm_Application_Test_Suite.js (2 of 3)   ALC: Helm Application Test Suite  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=2b1be3ed  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D2b1be3ed  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~i-eoy4EvqMGMvnh0tCzd_zEi57FfP6n9HF14JvvA3ow&state=2b1be3ed  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY4OTMxLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=168931  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=168981  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=168982  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~laVd9JMwyzK8NAuflK8X2KI7fDEOoliCMIaT-VE79IY  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=168990  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY5MDE0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=169014  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=169044  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169047  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169055  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169047  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169055  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169080  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169083  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create helm application: auto-helm-nginx-ns/auto-helm-nginx  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-helm-nginx  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-helm-nginx-ns  cy:command ✔  get #helm  cy:command ✔  last  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-helm-nginx-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-helm-nginx-ns/placements Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:command ✔  get #helmURL  cy:command ✔  type https://charts.bitnami.com/bitnami, {timeout: 50000}  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://charts.bitnami.com/bitnami  cy:command ✔  get #helmChartName  cy:command ✔  type nginx  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  blur  cy:command ✔  get #helmPackageAlias  cy:command ✔  clear  cy:command ✔  get #helmPackageAlias  cy:command ✔  type alias-nginx  cy:command ✔  blur  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  1) RHACM4K-7486: ALC: Create a Helm Application Deployed on a Specific Cluster  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=bdb7b87a  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Dbdb7b87a  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~yDGV0K4-ZWCjYVdvrXsrkwrCHWEsbQ8p1-AmqZfCxwo&state=bdb7b87a  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY5NDAwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=169400  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=169448  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169450  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~PgjEKLnlebgBFvcJO-S6VveHvQ-G6ifV0BSuWkarnjo  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169456  cons:warn ❖  consoleFetch failed for url /api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.inter ...  cons:error ✘  API call to get support level has failed, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-opensh ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY5NDg1LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=169485  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=169532  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169534  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169548  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169534  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169548  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=169584  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=169594  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create helm application: auto-helm-nginx-ns/auto-helm-nginx  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-helm-nginx  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-helm-nginx-ns  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #helm  cy:command ✔  last  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-helm-nginx-ns/placementrules Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-helm-nginx-ns/placements Status: 200  cy:command ✔  get #helmURL  cy:command ✔  type https://charts.bitnami.com/bitnami, {timeout: 50000}  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://charts.bitnami.com/bitnami  cy:command ✔  get #helmChartName  cy:command ✔  type nginx  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:command ✔  blur  cy:command ✔  get #helmPackageAlias  cy:command ✔  clear  cy:command ✔  get #helmPackageAlias  cy:command ✔  type alias-nginx  cy:command ✔  blur  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=ae08126b  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Dae08126b  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~Xe1_FtDaZKfqgDr1rZ5r9bqnTF7gQ62NZ3r0LQr8eZE&state=ae08126b  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTY5OTgwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=169980  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=170024  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170030  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~y0iGhfNPFelttL4zpuyzZ98PBypybbUyu2ATHEixrDA  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170049  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTcwMDY2LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=170066  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=170113  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170115  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170125  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170115  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170125  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170146  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170159  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create helm application: auto-helm-multi-ns/auto-helm-multi  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-helm-multi  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-helm-multi-ns  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #helm  cy:command ✔  last  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-helm-multi-ns/placementrules Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-helm-multi-ns/placements Status: 200  cy:command ✔  get #helmURL  cy:command ✔  type https://raw.githubusercontent.com/stolostron/application-lifecycle-samples/main, {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://raw.githubusercontent.com/stolostron/application-lifecycle-samples/main  cy:command ✔  get #helmChartName  cy:command ✔  type helloworld-helm  cy:command ✔  blur  cy:command ✔  get #helmPackageAlias  cy:command ✔  clear  cy:command ✔  get #helmPackageAlias  cy:command ✔  type helloworld-helm  cy:command ✔  blur  cy:command ✔  get #helmPackageVersion  cy:command ✔  type 0.2.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:command ✔  blur  cy:command ✔  get #helmReconcileRate  cy:command ✔  type medium, {force: true}  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  2) RHACM4K-7560: ALC: Create a Helm Application with Multiple Subscriptions  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=2dddda22  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D2dddda22  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~EkMx37EPeLmaZfk4Yculy8j4bJ2JYnvyE343paWlQ8g&state=2dddda22  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTcwNjIyLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=170622  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=170668  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170676  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~FVOMym4PfpPqLc3g_USbilQG421mpevnvsjWgF6Yq3k  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTcwNzMwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=170730  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=170774  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170774  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170783  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170774  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170783  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=170808  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=170813  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create helm application: auto-helm-multi-ns/auto-helm-multi  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-helm-multi  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #emanspace  cy:command ✔  type auto-helm-multi-ns  cy:command ✔  get #helm  cy:command ✔  last  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-helm-multi-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-helm-multi-ns/placements Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #helmURL  cy:command ✔  type https://raw.githubusercontent.com/stolostron/application-lifecycle-samples/main, {timeout: 50000}  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - https://raw.githubusercontent.com/stolostron/application-lifecycle-samples/main  cy:command ✔  get #helmChartName  cy:command ✔  type helloworld-helm  cy:command ✔  blur  cy:command ✔  get #helmPackageAlias  cy:command ✔  clear  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  get #helmPackageAlias  cy:command ✔  type helloworld-helm  cy:command ✔  blur  cy:command ✔  get #helmPackageVersion  cy:command ✔  type 0.2.0  cy:command ✔  blur  cy:command ✔  get #helmReconcileRate  cy:command ✔  type medium, {force: true}  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=28f751c8  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D28f751c8  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~gGJ4c98g8QRK67KEEXqaIngspiGaSVwohWJW0e4aASs&state=28f751c8  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTcxMjU0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=171254  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=171313  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=171317  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~V_RBgQY011y0PT23hvGxaZTWksD-9NDzuS15Hj2yPCY  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=171326  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=171317  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=171326  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chu ...  cons:warn ❖  consoleFetch failed for url /api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.inter ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a4 ...  cons:error ✘  Error when reading infrastructure CR: , TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshif ...  cons:error ✘  API call to get support level has failed, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-opensh ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at h ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  wait 60000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTcxMzcyLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=171372  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=171415  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=171419  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=171448  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=171419  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=171448  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=171464  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=171471  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  get .pf-c-empty-state__content  cy:command ✔  assert expected **.pf-c-empty-state__content** not to exist in the DOM  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:command ✔  type auto-helm-nginx  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  wait 1000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✘  contains tr, auto-helm-nginx  cy:command ✘  assert expected **tr:cy-contains(**'auto-helm-nginx'**), tr[type=**'submit'**][value~=**'auto-helm-nginx'**]** to exist in the DOM  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  3) RHACM4K-7489: ALC: Delete a Helm Application Deployed on a Specific Cluster  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=58697f23  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D58697f23  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~Bwo7Z3licnPVPz1pDG5SBupoAljHaHfEUeDWwSh_X9g&state=58697f23  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTc0MjU5LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=174259  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=174319  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=174324  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~MC5a0moqbHPmz-Wh__x40FKE3AuJwNFq4twbr3comes  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=174324  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174353  cons:log ✱  websocket error: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174353  cons:log ✱  websocket closed: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174353, { "isTrusted": true }  cons:log ✱  WS closed abnormally  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174353  cons:log ✱  WS console.openshift.io~v1~ConsoleLink timed out - restarting polling  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chu ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a4 ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Error when reading infrastructure CR: , TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshif ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at h ...  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:command ✔  wait 60000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTc0NDEzLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=174413  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=174461  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=174464  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174488  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=174464  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174488  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=174521  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=174529  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  get .pf-c-empty-state__content  cy:command ✔  assert expected **.pf-c-empty-state__content** not to exist in the DOM  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:command ✔  type auto-helm-nginx  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  wait 1000  cy:command ✘  contains tr, auto-helm-nginx  cy:command ✘  assert expected **tr:cy-contains(**'auto-helm-nginx'**), tr[type=**'submit'**][value~=**'auto-helm-nginx'**]** to exist in the DOM  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=0da0685e  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D0da0685e  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~wLybv811XKjzJB63TctkP2t-yTLaBriK4Gi_zB8TynU&state=0da0685e  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTc3Mzc3LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=177377  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=177434  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=177448  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~sNczKf7w5SxssOO5Gng1rQhM1iw4Bg2I6htjcBxMUY8  cy:log ✱  Deleting Application with the related resources  cy:command ✘  exec oc delete application....  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=177448  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177470  cons:log ✱  websocket error: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177470  cons:log ✱  websocket closed: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177470, { "isTrusted": true }  cons:log ✱  WS closed abnormally  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177470  cons:log ✱  WS console.openshift.io~v1~ConsoleLink timed out - restarting polling  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=177511  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences  4) RHACM4K-7564: ALC: Delete a Helm Application with Multiple Subscriptions  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177524  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  EventSource, error, readyState, 2  cons:log ✱  TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138588 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131993 at new Promise () at o (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131738) at K (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138024) at B (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:137810) at ...  cons:log ✱  TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138588 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131993 at new Promise () at o (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131738) at K (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138024) at B (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:137810) at ...  cons:log ✱  TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138588 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131993 at new Promise () at o (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131738) at K (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138024) at B (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:137810) at ...  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://c ...  cons:error ✘  Could not get OpenAPI definitions, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshift-con ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=1e65f87e  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D1e65f87e  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~BVDBMIQMxt-c9sPaYOJRM69WHpNIWiQIYggP8ePUBZA&state=1e65f87e  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTc3Nzg3LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=177787  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=177865  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=177872  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~INKNkt80bMLOs_DhkQ_L_5e5PTZsgE8bcKgx9EXaoRw  cy:log ✱  Deleting Application with the related resources  cy:command ✘  exec oc delete application....  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=177872  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177890  cons:log ✱  websocket error: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177890  cons:log ✱  websocket closed: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177890, { "isTrusted": true }  cons:log ✱  WS closed abnormally  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=177890  cons:log ✱  WS console.openshift.io~v1~ConsoleLink timed out - restarting polling  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=177919  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion   0 passing (10m)  4 failing  1) ALC: Helm Application Test Suite RHACM4K-7486: ALC: Create a Helm Application Deployed on a Specific Cluster:  AssertionError: Timed out retrying after 4000ms: Expected to find element: `#labelName-0-clusterSelector`, but never found it. at selectMatchingLabel (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:2411:6) at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:2392:60) at helmTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:760:39) at createHelm (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:682:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:354:5) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:122:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:121:14)   2) ALC: Helm Application Test Suite RHACM4K-7560: ALC: Create a Helm Application with Multiple Subscriptions:  AssertionError: Timed out retrying after 4000ms: Expected to find element: `#labelName-0-clusterSelector`, but never found it. at selectMatchingLabel (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:2411:6) at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:2392:60) at helmTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:760:39) at createHelm (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:682:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:354:5) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:134:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:133:14)   3) ALC: Helm Application Test Suite RHACM4K-7489: ALC: Delete a Helm Application Deployed on a Specific Cluster:  AssertionError: Timed out retrying after 100000ms: Expected to find content: 'auto-helm-nginx' within the selector: 'tr' but never did. at Object.rowShouldExist (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:2143:37) at deleteApplicationUI (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:1280:27) at deleteApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:1845:3) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:172:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:171:14)   4) ALC: Helm Application Test Suite RHACM4K-7564: ALC: Delete a Helm Application with Multiple Subscriptions:  CypressError: `cy.exec('oc delete application.app auto-helm-multi -n auto-helm-multi-ns; oc delete subscription auto-helm-multi-subscription-1 -n auto-helm-multi-ns; oc delete placement auto-helm-multi-placement-1 -n auto-helm-multi-ns; oc delete subscription auto-helm-multi-subscription-2 -n auto-helm-multi-ns; oc delete placement auto-helm-multi-placement-2 -n auto-helm-multi-ns')` failed because the command exited with a non-zero code. Pass `{failOnNonZeroExit: false}` to ignore exit code failures. Information about the failure: Code: 1 Stderr: /usr/bin/bash: which: line 1: syntax error: unexpected end of file /usr/bin/bash: error importing function definition for `which' Error from server (NotFound): applications.app.k8s.io "auto-helm-mu... https://on.cypress.io/exec at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:161573:85 at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at _drainQueueStep (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7729:12) at _drainQueue (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7722:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7738:5) at Async.drainQueues (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7608:14) From Your Spec Code: at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:182:8)  ) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:121:14)]]> ) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:133:14)]]> ) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Helm_Application_Test_Suite.js:171:14)]]> [mochawesome] Report JSON saved to /tmp/alc/tests/cypress/results/json/mochawesome_001.json  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 4 │  │ Passing: 0 │  │ Failing: 4 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 8 │  │ Video: true │  │ Duration: 10 minutes, 1 second │  │ Spec Ran: integration/Helm_Application_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7486 ALC Create a Helm Applicat   ion Deployed on a Specific Cluster (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7486 ALC Create a Helm Applicat   ion Deployed on a Specific Cluster (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7560 ALC Create a Helm Applicat   ion with Multiple Subscriptions (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7560 ALC Create a Helm Applicat   ion with Multiple Subscriptions (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7489 ALC Delete a Helm Applicat   ion Deployed on a Specific Cluster (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7489 ALC Delete a Helm Applicat   ion Deployed on a Specific Cluster (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7564 ALC Delete a Helm Applicat   ion with Multiple Subscriptions (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Helm_Application_Test_Sui (1280x720)   te.js/ALC Helm Application Test Suite -- RHACM4K-7564 ALC Delete a Helm Applicat   ion with Multiple Subscriptions (failed) (attempt 2).png  (Video)   - Started processing: Compressing to 32 CRF Compression progress: 27% Compression progress: 56% Compression progress: 83%   - Finished processing: /tmp/alc/tests/cypress/results/videos/integration/Helm_Appl (38 seconds)   ication_Test_Suite.js.mp4 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: integration/Object_Storage_Application_Test_Suite.js (3 of 3)   ALC: Object Storage Application Test Suite  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=f7bb7510  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Df7bb7510  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~SxDOdStSDlawPfjvcS-8ACNNLv3GC6WXUyrbHoe3ATs&state=f7bb7510  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgwMDQ5LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=180049  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=180093  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180093  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~hK32rZyGrAYtMcWDMXTnXZXNRi10GxZlmCY-tWaVGcA  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180100  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgwMTIzLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=180134  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180139  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=180123  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180165  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180139  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180165  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180205  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create objectstore application: auto-obj-minio-mortgage-ns/auto-obj-minio-mortgage  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-obj-minio-mortgage  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-obj-minio-mortgage-ns  cy:command ✔  get #object-storage  cy:command ✔  last  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-obj-minio-mortgage-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-obj-minio-mortgage-ns/placements Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:command ✔  get #objectstoreURL  cy:command ✔  type http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket, {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  blur  cy:log ✱  New channel, set credentials if this is a private repo - http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket  cy:command ✔  get #accessKey  cy:command ✔  get  cy:command ✔  type 1, {force: true}  cy:command ✔  get #secretKey  cy:command ✔  get  cy:command ✔  type 2, {force: true}  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=true matchingLabel=false existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select to deploy to all online clusters including local cluster  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  Select TimeWindow - blockinterval...  cy:command ✔  get #blocked-mode-timeWindow  cy:command ✔  scrollIntoView  cy:command ✔  click {force: true}  cy:command ✔  get #sun-timeWindow  cy:command ✔  click {force: true}  cy:command ✔  get #sat-timeWindow  cy:command ✔  click {force: true}  cy:command ✔  get .pf-c-select.config-timezone-combo-box  cy:command ✔  last  cy:command ✔  within  cy:command ✔  get [type='button']  cy:command ✔  click  cy:command ✔  get .pf-c-select__menu-item:first  cy:command ✔  click  cy:command ✔  get #start-time-0-timeWindow-input  cy:command ✔  type 09:00am  cy:command ✔  get #end-time-0-timeWindow-input  cy:command ✔  type 05:00pm  cy:command ✔  get #edit-yaml  cy:command ✔  click {force: true}  cy:command ✔  get #edit-yaml  cy:command ✔  click {force: true}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:command ✔  get #blocked-mode-timeWindow  cy:command ✔  assert expected **** to be **checked**  cy:command ✔  get .pf-c-button.pf-m-primary  cy:command ✔  assert expected **[ , 1 more... ]** not to be **disabled**  cy:command ✔  get .pf-c-button.pf-m-primary  cy:command ✔  last  cy:command ✔  click {force: true}  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/api/v1/namespaces Status: 201  cy:command ✔  get #notifications  cy:command ✔  scrollIntoView {offset: {top: -500, left: 0}}  cy:command ✔  get .pf-c-alert.pf-m-success  cy:command ✔  assert expected **.pf-c-alert.pf-m-success** to exist in the DOM  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/api/v1/namespaces Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/app.k8s.io/v1beta1/namespaces/auto-obj-minio-mortgage-ns/applications?dryRun=All Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/channels?dryRun=All Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/api/v1/namespaces/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/secrets?dryRun=All Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-obj-minio-mortgage-ns/subscriptions?dryRun=All Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-obj-minio-mortgage-ns/placements?dryRun=All Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta2/namespaces/auto-obj-minio-mortgage-ns/managedclustersetbindings?dryRun=All Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/app.k8s.io/v1beta1/namespaces/auto-obj-minio-mortgage-ns/applications Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/channels Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/api/v1/namespaces/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/secrets Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-obj-minio-mortgage-ns/subscriptions Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-obj-minio-mortgage-ns/placements Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta2/namespaces/auto-obj-minio-mortgage-ns/managedclustersetbindings Status: 201  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/details/auto-obj-minio-mortgage-ns/auto-obj-minio-mortgage/overview  cy:command ✔  location pathname  cy:command ✔  assert expected **/multicloud/applications/details/auto-obj-minio-mortgage-ns/auto-obj-minio-mortgage/overview** to include **auto-obj-minio-mortgage**  cy:command ✔  wait 10000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:log ✱  Execute validateAdvancedTables for name=auto-obj-minio-mortgage, data.config=[object Object]  cy:command ✔  exec oc -n auto-obj-minio-m...  cy:log ✱  Validate instance-0 with channel name o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket  cy:log ✱  Validating now the channels table for app auto-obj-minio-mortgage  cy:log ✱  Validating channels on Advanced Tables  cy:command ✔  visit /multicloud/applications/advanced?resources=channels  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:command ✔  get div[class="pf-c-card__title"]  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgwNzUwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=180750  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=180798  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180813  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180813  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180821  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180828  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180821  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180828  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180854  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=180861  cy:command ✔  first  cy:command ✔  assert expected **** to have text **Learn more about the terminology**  cy:command ✔  scrollIntoView  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  type o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  wait 1000  cy:command ✔  contains tr, o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket  cy:command ✔  assert expected **** to exist in the DOM  cy:log ✱  validateSubscriptionTable tableType=channels  cy:log ✱  name o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket resourceKey o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket  cy:command ✔  contains tr, o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Name"  cy:command ✔  get td[data-label="Name"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket** to equal **o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket**  cy:log ✱  Validate Repository popup  cy:command ✔  contains tr, o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Type"  cy:command ✔  get td[data-label="Type"]  cy:command ✔  find .pf-c-label__content  cy:command ✔  click {force: true}  cy:command ✔  get .channel-labels-popover-content .channel-entry  cy:command ✔  invoke .text()  cy:command ✔  assert expected **http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket** to include **http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket**  cy:log ✱  Validating now the subscriptions table for app auto-obj-minio-mortgage  cy:log ✱  Validating subscriptions on Advanced Tables  cy:command ✔  visit /multicloud/applications/advanced?resources=subscriptions  cy:fetch ✘  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200 - aborted  cons:log ✱  EventSource, error, readyState, 2  cons:error ✘  Could not get OpenAPI definitions, TypeError: Failed to fetch  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get div[class="pf-c-card__title"]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgwOTUxLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=180951  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=180982  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180995  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:warn ❖  Attempted to create multiple websockets for console.openshift.io~v1~ConsoleQuickStart.  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181019  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=180995  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181019  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181040  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181056  cy:command ✔  first  cy:command ✔  assert expected **** to have text **Learn more about the terminology**  cy:command ✔  scrollIntoView  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  type auto-obj-minio-mortgage-subscription-1  cy:command ✔  wait 1000  cy:command ✔  contains tr, auto-obj-minio-mortgage-subscription-1  cy:command ✔  assert expected **** to exist in the DOM  cy:log ✱  validateSubscriptionTable tableType=subscriptions  cy:log ✱  name auto-obj-minio-mortgage-subscription-1 resourceKey auto-obj-minio-mortgage-ns/auto-obj-minio-mortgage-subscription-1  cy:command ✔  contains tr, auto-obj-minio-mortgage-subscription-1  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Name"  cy:command ✔  get td[data-label="Name"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **auto-obj-minio-mortgage-subscription-1** to equal **auto-obj-minio-mortgage-subscription-1**  cy:log ✱  Validate Window column  cy:command ✔  contains tr, auto-obj-minio-mortgage-subscription-1  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Time window"  cy:command ✔  get td[data-label="Time window"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **Blocked** to equal **Blocked**  cy:log ✱  Validating now the placements table for app auto-obj-minio-mortgage  cy:log ✱  Validating placements on Advanced Tables  cy:command ✔  visit /multicloud/applications/advanced?resources=placements  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://c ...  cons:error ✘  Could not get OpenAPI definitions, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-openshift-con ...  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get div[class="pf-c-card__title"]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgxMTY1LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=181165  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=181194  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181217  cons:log ✱  websocket error: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181217  cons:log ✱  websocket closed: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181217, { "isTrusted": true }  cons:log ✱  WS closed abnormally  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181217  cons:log ✱  WS console.openshift.io~v1~ConsoleQuickStart timed out - restarting polling  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181222  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181229  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181222  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181229  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181257  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181281  cy:command ✔  first  cy:command ✔  assert expected **** to have text **Learn more about the terminology**  cy:command ✔  scrollIntoView  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:command ✔  clear  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  type auto-obj-minio-mortgage-placement-1  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  wait 1000  cy:command ✔  contains tr, auto-obj-minio-mortgage-placement-1  cy:command ✔  assert expected **** to exist in the DOM  cy:log ✱  validateSubscriptionTable tableType=placements  cy:log ✱  name auto-obj-minio-mortgage-placement-1 resourceKey auto-obj-minio-mortgage-ns/auto-obj-minio-mortgage-placement-1  cy:command ✔  contains tr, auto-obj-minio-mortgage-placement-1  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Name"  cy:command ✔  get td[data-label="Name"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **auto-obj-minio-mortgage-placement-1** to equal **auto-obj-minio-mortgage-placement-1**  cy:log ✱  Validate remote cluster values  cy:command ✔  contains tr, auto-obj-minio-mortgage-placement-1  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Clusters"  cy:command ✔  get td[data-label="Clusters"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **1 Remote, 1 Local** to include **Remote, 1 Local**  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  reload  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get .search-query-card-loading  cy:command ✔  assert expected **.search-query-card-loading** not to exist in the DOM  cy:command ✔  get .content-spinner  cy:command ✔  assert expected **.content-spinner** not to exist in the DOM  cy:log ✱  Getting search input tag  cy:command ✔  findByRole textbox, {name: /Search Input/i, timeout: 180000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgxMzk0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=181394  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=181459  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181463  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181474  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181463  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181474  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=181495  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=181505  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:command ✔  clear  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  type auto-obj-minio-mortgage  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  wait 1000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  contains tr, auto-obj-minio-mortgage  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  contains tr, auto-obj-minio-mortgage  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Name"  cy:command ✔  get td[data-label="Name"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **auto-obj-minio-mortgage** to include **auto-obj-minio-mortgage**  cy:command ✔  contains tr, auto-obj-minio-mortgage  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Namespace"  cy:command ✔  get td[data-label="Namespace"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **auto-obj-minio-mortgage-ns** to include **auto-obj-minio-mortgage-ns**  cy:log ✱  Validate Cluster column  cy:command ✔  contains tr, auto-obj-minio-mortgage  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Clusters"  cy:command ✔  get td[data-label="Clusters"]  cy:command ✔  invoke .text()  cy:command ✔  assert expected **1 Remote, 1 Local** to include **Remote, 1 Local**  cy:log ✱  Validate Repository column  cy:command ✔  contains tr, auto-obj-minio-mortgage  cy:command ✔  within  cy:log ✱  Cell attribute data-label="Resource"  cy:command ✘  get td[data-label="Resource"]  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  1) RHACM4K-7485: ALC: Create an Object Storage Application Deployed on All Online Clusters and Local Cluster  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=7873d897  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D7873d897  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~114WELGDqXi07lf_HcpfARHOTgpo85hQm5VdkZZeLLI&state=7873d897  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgyMzU3LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=182357  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=182409  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=182417  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~NP9VkrVt5HymrkEXhH0M5Z787ukAwDJ9tOymwq4JzBA  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=182433  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgyNTAxLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=182501  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=182553  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=182564  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=182578  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=182564  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=182578  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=182620  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=182623  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  wait 1000  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create objectstore application: auto-obj-minio-mortgage-ns/auto-obj-minio-mortgage  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-obj-minio-mortgage  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  get #emanspace  cy:command ✔  type auto-obj-minio-mortgage-ns  cy:command ✔  get #object-storage  cy:command ✔  last  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-obj-minio-mortgage-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-obj-minio-mortgage-ns/placements Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:log ✱  credentials have been saved for url - http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket  cy:command ✔  get #objectstoreURL  cy:command ✔  type http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket [o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket], {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:command ✔  blur  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=true matchingLabel=false existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select to deploy to all online clusters including local cluster  cy:command ✔  get #cluster-sets-label  cy:command ✘  click  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [monitoring-plugin, acm, mce]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=98906482  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D98906482  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~sRiatfX5M6j4ebk2JXnN87_ryGSnjArYie-4hXJZrhA&state=98906482  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgzMDk1LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=183095  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=183139  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183141  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~M1I_ee-L_MFTvp0KYKCJ1Bucu0G6Gkg6-LDinPwtsNg  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:command ✔  visit /multicloud/applications  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183158  cons:warn ❖  consoleFetch failed for url /api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.inter ...  cons:error ✘  API call to get support level has failed, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at https://console-opensh ...  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgzMTg0LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=183184  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=183227  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183228  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183236  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183228  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183236  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183282  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183289  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create objectstore application: auto-obj-multi-ns/auto-obj-multi  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-obj-multi  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get #emanspace  cy:command ✔  type auto-obj-multi-ns  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  get #object-storage  cy:command ✔  last  cy:command ✔  click  cy:command ✔  exec oc get channels -A -o ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-obj-multi-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-obj-multi-ns/placements Status: 200  cy:log ✱  credentials have been saved for url - http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket  cy:command ✔  get #objectstoreURL  cy:command ✔  type http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket [o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket], {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  blur  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  2) RHACM4K-7814: ALC: Create an Object Storage Application with Multiple Subscriptions  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:warn ❖  consoleFetch failed for url /api/prometheus/api/v1/rules, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 401  cons:log ✱  EventSource, error, readyState, 2  cons:warn ❖  consoleFetch failed for url /api/alertmanager/api/v2/silences, TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:96148 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at Object.d [as appFetch] (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95860) at h ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=4bb5935e  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3D4bb5935e  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~pZ3yr0N2pF648qHYuKPW1IvM_KYBMUzq9TJJjOwDV0M&state=4bb5935e  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgzNzAwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=183700  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=183757  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183757  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~nnLNzLk_7Ner3iPVeNYVK0NfuJ95_GT_WFXiI9LKmAg  cy:command ✔  visit /multicloud/applications  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get button[id="application-create"]  cy:command ✔  assert expected **button[id="application-create"]** not to be **disabled**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:log ✱  Loaded cached API resources from localStorage  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTgzODEwLCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=183810  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=183858  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183864  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183883  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183864  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183883  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=183898  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=183909  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:command ✔  click {force: true}  cy:command ✔  wait 1000  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:command ✔  get li[id="create-subscription"]  cy:command ✔  children .pf-c-dropdown__menu-item  cy:command ✔  click  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications/create/subscription  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/project.openshift.io/v1/projects Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:log ✱  Create objectstore application: auto-obj-multi-ns/auto-obj-multi  cy:command ✔  get .pf-c-title  cy:command ✔  assert expected **** to exist in the DOM  cy:command ✔  get #eman  cy:command ✔  type auto-obj-multi  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  get #emanspace  cy:command ✔  type auto-obj-multi-ns  cy:command ✔  get #object-storage  cy:command ✔  last  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/apps.open-cluster-management.io/v1/namespaces/auto-obj-multi-ns/placementrules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/cluster.open-cluster-management.io/v1beta1/namespaces/auto-obj-multi-ns/placements Status: 200  cy:command ✔  exec oc get channels -A -o ...  cy:log ✱  credentials have been saved for url - http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket  cy:command ✔  get #objectstoreURL  cy:command ✔  type http://minio-minio.apps.hivemind-b.aws.red-chesterfield.com/alc-qe-bucket [o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket-ns/o-minioappshivemind-bawsred-chesterfieldcom-alc-qe-bucket], {timeout: 50000}  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  blur  cy:log ✱  Execute selectClusterDeployment with options clusterName=acm-interops-opp-ci-gcp-1700678066839 deployment=[object Object] and key=0  cy:log ✱  cluster options are local=false online=false matchingLabel=true existing=undefined  cy:log ✱  existingClusterID=#existingrule-checkbox existingRuleCombo=#placementrulecombo-label existing=undefined  cy:log ✱  Select Deploy application resources only on clusters matching specified labels  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cy:command ✔  get button[class="pf-c-select__menu-item"]  cy:command ✔  contains global  cy:command ✔  click  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:command ✔  get #cluster-sets-label  cy:command ✔  click  cy:log ✱  deploying app to cluster-acm-interops-opp-ci-gcp-1700678066839  cy:command ✘  get #labelName-0-clusterSelector  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  ✓ RHACM4K-7815: ALC: Delete an Object Storage Application Deployed on All Online Clusters and Local Cluster (84227ms)  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:error ✘  Error getting resource json response.  cons:log ✱  EventSource, error, readyState, 2  cons:log ✱  TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138588 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131993 at new Promise () at o (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131738) at K (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138024) at B (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:137810) at ...  cons:log ✱  TypeError: Failed to fetch at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138588 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131993 at new Promise () at o (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:131738) at K (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:138024) at B (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/68.07c45994.js:1:137810) at ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/configure  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=adac3dc5  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Dadac3dc5  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~KllJTAZjO723ZUt5oR8uynIbVjMxQdeysjU6KKj2EE4&state=adac3dc5  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [acm, mce, monitoring-plugin]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTg2MDc3LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=186077  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=186152  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=186155  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~tsltyBDq3_etj8PfT-DxDmBBO7Ntp8Lky_BSSl20Vkc  cy:log ✱  Deleting Application with the related resources  cy:command ✘  exec oc delete application....  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=186182  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=186155  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=186182  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=186221  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences  3) RHACM4K-7813: ALC: Delete a Object Storage Application with Multiple Subscriptions  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=186228  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/proxy/search Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/apiPaths Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/acm/console/multicloud/metrics?application Status: 200  cy:command ✔  task readFileMaybe, userCreatedByTestSuite  cy:log ✱  Users Already initiated by Testsuite  cy:log ✱  logInAsRole, role=cluster-manager-admin, user=app-test-cluster-manager-admin, idp=app-e2e-htpasswd  cy:command ✔  visit /multicloud/applications  cons:log ✱  EventSource, error, readyState, 2  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:command ✔  get body  cy:log ✱  Attempt to log in app tests user app-test-cluster-manager-admin with idp app-e2e-htpasswd  cy:command ✔  get body  cy:command ✔  get body  cy:command ✔  contains kube:admin  cy:command ✔  assert expected **:cy-contains('kube:admin'), [type='submit'][value~='kube:admin']** to be **visible**  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/graphql Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 401  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 401  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 401  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url /api/graphql, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63- ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/mce/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.cci ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/monitoring-plugin/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-open ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/st ...  cons:error ✘  Failed to get a valid plugin manifest from /api/plugins/acm/, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console. ...  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) ...  cons:warn ❖  Error while start API discovery, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.csp ...  cons:warn ❖  consoleFetch failed for url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea7 ...  cons:error ✘  Error logging out, r: Forbidden at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitr ...  cy:command ✔  page load --waiting for new page to load--  cy:fetch ❖  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/logout Status: 403  cons:warn ❖  consoleFetch failed for url api/kubernetes/openapi/v2, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci ...  cons:error ✘  Could not get OpenAPI definitions, r: Unauthorized at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.c ...  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?client_id=console&redirect_uri=https%3A%2F%2Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%2Fauth%2Fcallback&response_type=code&scope=user%3Afull&state=c94f8d19  cy:command ✔  click  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/login/kube:admin?then=%2Foauth%2Fauthorize%3Fclient_id%3Dconsole%26idp%3Dkube%253Aadmin%26redirect_uri%3Dhttps%253A%252F%252Fconsole-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com%252Fauth%252Fcallback%26response_type%3Dcode%26scope%3Duser%253Afull%26state%3Dc94f8d19  cy:command ✔  get #inputUsername  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  type kubeadmin  cy:command ✔  get #inputPassword  cy:command ✔  click  cy:command ✔  focused  cy:command ✔  get button[type="submit"]  cy:command ✔  click  cy:command ✔  form sub --submitting form--  cy:command ✔  page load --waiting for new page to load--  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/auth/callback?code=sha256~CF-YmV_CslpFi26RDMIDnhRQdF6y-FLcmTEFoQxHOjw&state=c94f8d19  cy:command ✔  get .pf-c-page__main  cy:command ✔  assert expected **.pf-c-page__main** to be **visible**  cy:command ✔  new url https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/multicloud/applications  cons:info ✱  Static plugins: [@console/app, @console/telemetry-plugin, @console/container-security, @console/dev-console, @console/gitops-plugin, @console/helm-plugin, @console/insights-plugin, @console/knative-plugin, @console/kubevirt-plugin, @console/local-storage-operator-plugin, @console/metal3-plugin, @console/network-attachment-definition-plugin, @console/operator-lifecycle-manager, @console/pipelines-plugin, @console/rhoas-plugin, @console/service-binding-plugin, @console/shipwright-plugin, @console/topology, @console/vsphere-plugin, @console/webterminal-plugin]  cons:info ✱  Dynamic plugins: [mce, monitoring-plugin, acm]  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-app Status: 200  cons:warn ❖  react-i18next:: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=console-shared Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=container-security Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=devconsole Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=git-service Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=gitops-plugin Status: 200  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json  cons:info ✱  Loading plugin manifest from https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=helm-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=insights-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=knative-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=kubevirt-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=lso-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=metal3-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=notification-drawer Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=olm Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=pipelines-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=shipwright-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=public Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=rhoas-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=service-binding-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=topology Status: 200  cons:log ✱  API discovery method: Watching  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=vsphere-plugin Status: 200  cons:info ✱  Resolving dependencies for plugin mce@2.4.0  cons:info ✱  Resolving dependencies for plugin monitoring-plugin@1.0.0  cons:info ✱  Resolving dependencies for plugin acm@2.9.0  cons:info ✱  Loading entry script for plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin monitoring-plugin@1.0.0  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=webterminal-plugin Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__mce Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/locales/resource.json?lng=en&ns=plugin__acm Status: 200  cons:info ✱  loaded apiextensions.k8s.io~v1~CustomResourceDefinition  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?limit=250&continue=eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6MTg2NDI4LCJzdGFydCI6InBvZHZvbHVtZXJlc3RvcmVzLnZlbGVyby5pb1x1MDAwMCJ9 Status: 200  cons:log ✱  Added plugin mce@2.4.0  cons:info ✱  Loading entry script for plugin acm@2.9.0  cons:log ✱  Plugin mce@2.4.0 is now enabled  cons:log ✱  Added plugin monitoring-plugin@1.0.0  cons:log ✱  Plugin monitoring-plugin@1.0.0 is now enabled  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:log ✱  OPENSHIFT_DEPLOYMENTCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILDCONFIG was detected.  cons:log ✱  OPENSHIFT_BUILD was detected.  cons:log ✱  OPENSHIFT_IMAGESTREAM was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_TEMPLATE was detected.  cons:log ✱  OPENSHIFT_GROUP_API was detected.  cons:log ✱  OPENSHIFT_USER_API was detected.  cons:log ✱  CLUSTER_AUTOSCALER was detected.  cons:log ✱  MACHINE_AUTOSCALER was detected.  cons:log ✱  CONSOLE_LINK was detected.  cons:log ✱  CONSOLE_CLI_DOWNLOAD was detected.  cons:log ✱  CONSOLE_EXTERNAL_LOG_LINK was detected.  cons:log ✱  CONSOLE_NOTIFICATION was detected.  cons:log ✱  CONSOLE_YAML_SAMPLE was detected.  cons:log ✱  CONSOLESAMPLE was detected.  cons:log ✱  NET_ATTACH_DEF was detected.  cons:log ✱  CLUSTER_API was detected.  cons:log ✱  MACHINE_HEALTH_CHECK was detected.  cons:log ✱  MACHINE_CONFIG was detected.  cons:log ✱  PROMETHEUS was detected.  cons:log ✱  OPERATOR_LIFECYCLE_MANAGER was detected.  cons:log ✱  METAL3 was detected.  cons:log ✱  OPENSHIFT_GITOPS was detected.  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/check-updates Status: 200  cons:log ✱  Added plugin acm@2.9.0  cons:log ✱  Plugin acm@2.9.0 is now enabled  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps/user-settings-kubeadmin Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true&resourceVersion=186428  cons:log ✱  websocket open: /api/kubernetes/api/v1/namespaces/openshift-console-user-settings/configmaps?watch=true&fieldSelector=metadata.name%3Duser-settings-kubeadmin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/mce/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/monitoring-plugin/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/plugins/acm/plugin-manifest.json Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolenotifications?limit=250 Status: 200  cons:info ✱  loaded console.openshift.io~v1~ConsoleNotification  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/metrics/usage Status: 202  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolenotifications?watch=true&resourceVersion=186529  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=186537  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required ^5.3.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8 || ^17 || ^18)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux (required ^4.1.2)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required =4.90.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required =4.221.11)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4.37.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-router-dom (required =5.3.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-i18next (required =11.16.9)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module redux-thunk (required ^2.4.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.278.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.0.0 || ^15.0.0 || ~0.14.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-table (required ^4)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || ^17.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.168.8)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react-redux (required ^8.0.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^17.0.0 || ^18.0.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @openshift-console/dynamic-plugin-sdk (required =0.0.3)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^18.2.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.250.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.224.1)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module @patternfly/react-core (required ^4.191.5)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0 || =16.9.0-alpha.0)  cons:warn ❖  Unsatisfied version * from undefined of shared singleton module react (required ^16.8.0)  cy:command ✔  get div  cy:log ✱  Logged in with user app-test-cluster-manager-admin  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250 Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token Status: 200  cy:fetch ➟  POST https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/authorization.k8s.io/v1/selfsubjectaccessreviews Status: 201  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules Status: 200  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:request ✔  HEAD https://oauth-openshift.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/oauth/authorize?response_type=token&client_id=openshift-challenging-client Status: 302 Response body:  cy:command ✔  wrap sha256~hTpFs-roCjoagRxg82uFgeKP9lDOPGnemRW8WjGZ6Mo  cy:log ✱  Deleting Application with the related resources  cy:command ✘  exec oc delete application....  cons:info ✱  loaded console.openshift.io~v1~ConsoleLink  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/api/v1/namespaces/openshift-config/secrets/pull-secret Status: 200  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=186559  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/accounts_mgmt/v1/subscriptions?page=1&search=external_cluster_id%3D%2768581dde-8ce1-4f80-8bd3-aa498b2cc1d9%27 Status: 200  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=186537  cons:log ✱  destroying websocket: /api/kubernetes/apis/console.openshift.io/v1/consolelinks?watch=true&resourceVersion=186559  cons:log ✱  destroying websocket: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/proxy/plugin/mce/console/multicloud/globalhub  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/image.openshift.io/v1/namespaces/openshift/imagestreams/java Status: 200  cy:fetch ❖  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/ Status: 404  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/infrastructures/cluster Status: 200  cons:warn ❖  consoleFetch failed for url /api/kubernetes/apis/operators.coreos.com/v1alpha1/namespaces/#ALL_NS#/clusterserviceversions?, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a ...  cons:warn ❖  Error while determinate OpenShift Pipelines Operator version:, r: Not Found at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:95242 at Generator.next () at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94630 at new Promise () at l (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94375) at c (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/static/main-chunk-9d1a443dbea76a9077a0.min.js:1:94661) at https://console-openshift-console.ap ...  cons:info ✱  loaded console.openshift.io~v1~ConsoleQuickStart  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/config.openshift.io/v1/clusterversions/version  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/apis/console.openshift.io/v1/consolelinks?limit=250  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/request-token  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/prometheus/api/v1/rules  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/alertmanager/api/v2/silences  cy:fetch ➟  GET https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/api/kubernetes/openapi/v2  cons:log ✱  websocket open: /api/kubernetes/apis/console.openshift.io/v1/consolequickstarts?watch=true&resourceVersion=186596  cons:log ✱  websocket open: /api/kubernetes/apis/config.openshift.io/v1/clusterversions?watch=true&fieldSelector=metadata.name%3Dversion   1 passing (7m)  3 failing  1) ALC: Object Storage Application Test Suite RHACM4K-7485: ALC: Create an Object Storage Application Deployed on All Online Clusters and Local Cluster:  CypressError: Timed out retrying after 4050ms: `cy.click()` failed because this element: `
...
` has CSS `pointer-events: none`, inherited from this element: `
...
` `pointer-events: none` prevents user mouse interaction. Fix this problem, or use {force: true} to disable error checking. https://on.cypress.io/element-cannot-be-interacted-with at $Cy.ensureElDoesNotHaveCSS (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:168878:76) at ensureDescendents (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154400:8) at ensureDescendentsAndScroll (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154409:14) at ensureElIsNotCovered (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154541:5) at runAllChecks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154731:52) at retryActionability (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154755:16) at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise.attempt.Promise.try (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10296:29) at whenStable (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:173835:65) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:173290:14 at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at Promise._fulfill (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11083:18) From Your Spec Code: at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:2289:12) at objTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:799:39) at createObj (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:777:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:317:5) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:122:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:121:14)   2) ALC: Object Storage Application Test Suite RHACM4K-7814: ALC: Create an Object Storage Application with Multiple Subscriptions:  AssertionError: Timed out retrying after 4000ms: Expected to find element: `#labelName-0-clusterSelector`, but never found it. at selectMatchingLabel (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:2376:6) at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:2357:60) at objTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:799:39) at createObj (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:777:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:317:5) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:134:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:133:14)   3) ALC: Object Storage Application Test Suite RHACM4K-7813: ALC: Delete a Object Storage Application with Multiple Subscriptions:  CypressError: `cy.exec('oc delete application.app auto-obj-multi -n auto-obj-multi-ns; oc delete subscription auto-obj-multi-subscription-1 -n auto-obj-multi-ns; oc delete placement auto-obj-multi-placement-1 -n auto-obj-multi-ns; oc delete subscription auto-obj-multi-subscription-2 -n auto-obj-multi-ns; oc delete placement auto-obj-multi-placement-2 -n auto-obj-multi-ns')` failed because the command exited with a non-zero code. Pass `{failOnNonZeroExit: false}` to ignore exit code failures. Information about the failure: Code: 1 Stderr: /usr/bin/bash: which: line 1: syntax error: unexpected end of file /usr/bin/bash: error importing function definition for `which' Error from server (NotFound): applications.app.k8s.io "auto-obj-mul... https://on.cypress.io/exec at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:161573:85 at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at _drainQueueStep (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7729:12) at _drainQueue (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7722:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7738:5) at Async.drainQueues (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:7608:14) From Your Spec Code: at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:182:8)  ...` has CSS `pointer-events: none`, inherited from this element: `
...
` `pointer-events: none` prevents user mouse interaction. Fix this problem, or use {force: true} to disable error checking. https://on.cypress.io/element-cannot-be-interacted-with at $Cy.ensureElDoesNotHaveCSS (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:168878:76) at ensureDescendents (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154400:8) at ensureDescendentsAndScroll (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154409:14) at ensureElIsNotCovered (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154541:5) at runAllChecks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154731:52) at retryActionability (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:154755:16) at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise.attempt.Promise.try (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10296:29) at whenStable (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:173835:65) at https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:173290:14 at tryCatcher (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:13022:23) at Promise._settlePromiseFromHandler (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:10957:31) at Promise._settlePromise (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11014:18) at Promise._settlePromise0 (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11059:10) at Promise._settlePromises (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11139:18) at Promise._fulfill (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/runner/cypress_runner.js:11083:18) From Your Spec Code: at selectClusterDeployment (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:2289:12) at objTasks (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:799:39) at createObj (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:777:18) at createApplication (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:317:5) at eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:122:42) at Array.forEach () at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:121:14)]]>
) at Context.eval (https://console-openshift-console.apps.ci-op-jz4jjw63-219ee.cspilp.interop.ccitredhat.com/__cypress/tests?p=cypress/tests/integration/Object_Storage_Application_Test_Suite.js:133:14)]]>
[mochawesome] Report JSON saved to /tmp/alc/tests/cypress/results/json/mochawesome_002.json  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 4 │  │ Passing: 1 │  │ Failing: 3 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 6 │  │ Video: true │  │ Duration: 6 minutes, 52 seconds │  │ Spec Ran: integration/Object_Storage_Application_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Screenshots)   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/ALC Object Storage Application Test Suite -- RHACM4K-7485 ALC Cr   eate an Object Storage Application Deployed on All Online Clusters and Local Clu   ster (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/ALC Object Storage Application Test Suite -- RHACM4K-7485 ALC Cr   eate an Object Storage Application Deployed on All Online Clusters and Local Clu   ster (failed) (attempt 2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/ALC Object Storage Application Test Suite -- RHACM4K-7814 ALC Cr   eate an Object Storage Application with Multiple Subscriptions (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/ALC Object Storage Application Test Suite -- RHACM4K-7814 ALC Cr   eate an Object Storage Application with Multiple Subscriptions (failed) (attempt    2).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/ALC Object Storage Application Test Suite -- RHACM4K-7813 ALC De   lete a Object Storage Application with Multiple Subscriptions (failed).png   - /tmp/alc/tests/cypress/results/screenshots/integration/Object_Storage_Applicatio (1280x720)   n_Test_Suite.js/ALC Object Storage Application Test Suite -- RHACM4K-7813 ALC De   lete a Object Storage Application with Multiple Subscriptions (failed) (attempt    2).png  (Video)   - Started processing: Compressing to 32 CRF Compression progress: 30% Compression progress: 66%   - Finished processing: /tmp/alc/tests/cypress/results/videos/integration/Object_St (30 seconds)   orage_Application_Test_Suite.js.mp4 Compression progress: 100% ====================================================================================================  (Run Finished)   Spec Tests Passing Failing Pending Skipped    ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ ✖ integration/Git_Application_Test_Su 14:37 4 - 4 - - │  │ ite.js │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ integration/Helm_Application_Test_S 10:01 4 - 4 - - │  │ uite.js │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ integration/Object_Storage_Applicat 06:52 4 1 3 - - │  │ ion_Test_Suite.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘   ✖ 3 of 3 failed (100%) 31:32 12 1 11 - -   + echo 'Continuing with next test' Continuing with next test