It looks like this is your first time using Cypress: 15.17.0 ❯ Verifying Cypress can run /cypress_cache/15.17.0/Cypress ✔ Verified Cypress! /cypress_cache/15.17.0/Cypress Opening Cypress... Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet1" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 18 found (applications/testAboutDialog.cy.ts, dashboardNavigation/testApplicat │ │ ionLinks.cy.ts, dashboardNavigation/testManifestLinks.cy.ts, dataScienceProjec │ │ ts/testProjectAdminPermissions.cy.ts, featureStore/testFeatureStoreRbac.cy.ts, │ │ learningResources/test...) │ │ Searched: cypress/tests/e2e/applications/testAboutDialog.cy.ts, cypress/tests/e2e/dashbo │ │ ardNavigation/testApplicationLinks.cy.ts, cypress/tests/e2e/dashboardNavigatio │ │ n/testManifestLinks.cy.ts, cypress/tests/e2e/dataScienceProjects/testProjectAd │ │ minPermissions.cy.ts, cypress/tests/e2e/featureStore/testFeatureStoreRbac.cy.t │ │ s, cypress/tests/e2e/learningResources/testCustomResourceCreation.cy.ts, cypre │ │ ss/tests/e2e/modelCatalog/testCatalogSettingsAvailable.cy.ts, cypress/tests/e2 │ │ e/modelCatalog/testModelCatalogAvailable.cy.ts, cypress/tests/e2e/modelCatalog │ │ /testPerformanceFiltersAvailable.cy.ts, cypress/tests/e2e/applications/enabled │ │ /testNotebookAdministration.cy.ts, cypress/tests/e2e/applications/explore/test │ │ EnabledISVs.cy.ts, cypress/tests/e2e/dataScienceProjects/workbenches/testWorkb │ │ enchStorageClasses.cy.ts, cypress/tests/e2e/dataScienceProjects/workbenches/wo │ │ rkbenches.cy.ts, cypress/tests/e2e/modelTraining/trainJobs/testTrainjobLifecyc │ │ le.cy.ts, cypress/tests/e2e/modelTraining/trainJobs/testTrainjobProgression.cy │ │ .ts, cypress/tests/e2e/settings/hardwareProfiles/testDeleteAppliedHardwareProf │ │ ile.cy.ts, cypress/tests/e2e/settings/hardwareProfiles/testHardwareProfiles.cy │ │ .ts, cypress/tests/e2e/settings/hardwareProfiles/testModifyAppliedHardwareProf │ │ ile.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: applications/testAboutDialog.cy.ts (1 of 18) [2026-07-05T12:58:31.958Z] [INFO] Setting tests timeout to: 480 seconds Verify RHODS About Dialog [2026-07-05T12:58:31.990Z] [INFO] Starting 480s timeout for: Verify RHODS About Dialog contains correct information [2026-07-05T12:58:31.994Z] [INFO] Test title: Verify RHODS About Dialog contains correct information [2026-07-05T12:58:32.004Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@Dashboard","@RHOAIENG-21403","@NonConcurrent"] [2026-07-05T12:58:32.010Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T12:58:32.038Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T12:58:32.057Z] [INFO] Auto-detecting installed product (RHOAI or ODH)... [2026-07-05T12:58:32.776Z] [INFO] [EXEC] oc get csv -n redhat-ods-operator -o json | jq -r '[.items[] | select(.spec.displayName | test("Red Hat OpenShift AI")) | select(.status.phase != "Failed")] | first // empty' [2026-07-05T12:58:32.787Z] [INFO] Command exit code: 0 [2026-07-05T12:58:32.808Z] [INFO] Prepare the CSV JSON for the tests according to the installed Product: Red Hat OpenShift AI [2026-07-05T12:58:33.284Z] [INFO] [EXEC] oc get csv -n redhat-ods-operator -o json | jq -r '[.items[] | select(.spec.displayName | test("Red Hat OpenShift AI")) | select(.status.phase != "Failed")] | first // empty' [2026-07-05T12:58:33.303Z] [INFO] Command exit code: 0 [2026-07-05T12:58:33.329Z] [INFO] [STEP 1] Login to Red Hat OpenShift AI [2026-07-05T12:58:33.346Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T12:58:33.959Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T12:58:35.948Z] [INFO] [STEP 2] Open the About dialog [2026-07-05T12:58:37.454Z] [INFO] [STEP 3] Verify product 'Red Hat OpenShift AI' in About dialog [2026-07-05T12:58:37.486Z] [INFO] [STEP 4] Verify product 'Red Hat OpenShift AI' in About image [2026-07-05T12:58:37.521Z] [INFO] [STEP 5] Verify Red Hat OpenShift AI version in About dialog [2026-07-05T12:58:37.572Z] [INFO] [STEP 6] Verify Red Hat OpenShift AI channel in About dialog [2026-07-05T12:58:38.001Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.status.installedCSV != null) | select(.status.installedCSV | test("rhods-operator")) | .spec.channel' | head -n 1 [2026-07-05T12:58:38.009Z] [INFO] Command exit code: 0 [2026-07-05T12:58:38.041Z] [INFO] [STEP 7] Verify admin access level [2026-07-05T12:58:38.123Z] [INFO] Verify versions in About dialog's table for component: Dashboard [2026-07-05T12:58:38.501Z] [INFO] [EXEC] oc get Dashboard -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:38.510Z] [INFO] Command exit code: 0 [2026-07-05T12:58:38.555Z] [INFO] Retrieved version of Dashboard: [2026-07-05T12:58:38.578Z] [INFO] Verify versions in About dialog's table for component: Pipelines [2026-07-05T12:58:38.955Z] [INFO] [EXEC] oc get Pipelines -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:38.984Z] [INFO] Command exit code: 0 [2026-07-05T12:58:39.033Z] [INFO] Retrieved version of Pipelines: [2026-07-05T12:58:39.056Z] [INFO] Verify versions in About dialog's table for component: Kueue [2026-07-05T12:58:39.409Z] [INFO] [EXEC] oc get Kueue -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:39.441Z] [INFO] Command exit code: 0 [2026-07-05T12:58:39.484Z] [INFO] Retrieved version of Kueue: [2026-07-05T12:58:39.507Z] [INFO] Verify versions in About dialog's table for component: Model registry [2026-07-05T12:58:39.820Z] [INFO] [EXEC] oc get Modelregistry -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:39.870Z] [INFO] Command exit code: 0 [2026-07-05T12:58:39.899Z] [INFO] Retrieved version of Model registry: latest latest [2026-07-05T12:58:39.906Z] [INFO] Verify versions in About dialog's table for component: Feast operator [2026-07-05T12:58:40.257Z] [INFO] [EXEC] oc get Feastoperator -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:40.288Z] [INFO] Command exit code: 0 [2026-07-05T12:58:40.315Z] [INFO] Retrieved version of Feast operator: 0.63.0 [2026-07-05T12:58:40.322Z] [INFO] Verify versions in About dialog's table for component: Model server and metrics [2026-07-05T12:58:40.851Z] [INFO] [EXEC] oc get Modelserverandmetrics -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:40.858Z] [INFO] Command exit code: 1 [2026-07-05T12:58:40.891Z] [INFO] Failed to retrieve version of Model server and metrics: error: the server doesn't have a resource type "Modelserverandmetrics" [2026-07-05T12:58:40.940Z] [INFO] Verify versions in About dialog's table for component: Ray [2026-07-05T12:58:41.378Z] [INFO] [EXEC] oc get Ray -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:41.456Z] [INFO] Command exit code: 0 [2026-07-05T12:58:41.537Z] [INFO] Retrieved version of Ray: 1.4.2 [2026-07-05T12:58:41.546Z] [INFO] Verify versions in About dialog's table for component: Training operator [2026-07-05T12:58:42.045Z] [INFO] [EXEC] oc get Trainingoperator -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:42.080Z] [INFO] Command exit code: 0 [2026-07-05T12:58:42.188Z] [INFO] Retrieved version of Training operator: 1.9.0 [2026-07-05T12:58:42.256Z] [INFO] Verify versions in About dialog's table for component: TrustyAI [2026-07-05T12:58:42.807Z] [INFO] [EXEC] oc get TrustyAI -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:42.935Z] [INFO] Command exit code: 0 [2026-07-05T12:58:43.004Z] [INFO] Retrieved version of TrustyAI: v1.37.0 v0.28.0 v1.37.0 v0.4.8 0.9.4 v0.2.0 v0.2.1 v0.3.0 [2026-07-05T12:58:43.070Z] [INFO] Verify versions in About dialog's table for component: Workbenches [2026-07-05T12:58:43.853Z] [INFO] [EXEC] oc get Workbenches -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:43.973Z] [INFO] Command exit code: 0 [2026-07-05T12:58:44.082Z] [INFO] Retrieved version of Workbenches: 1.10.0 [2026-07-05T12:58:44.172Z] [INFO] Verify versions in About dialog's table for component: Trainer [2026-07-05T12:58:44.947Z] [INFO] [EXEC] oc get Trainer -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:45.057Z] [INFO] Command exit code: 0 [2026-07-05T12:58:45.163Z] [INFO] Retrieved version of Trainer: 2.1.0 [2026-07-05T12:58:45.238Z] [INFO] Verify versions in About dialog's table for component: MLflow [2026-07-05T12:58:45.874Z] [INFO] [EXEC] oc get MLflow -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-05T12:58:45.953Z] [INFO] Command exit code: 0 [2026-07-05T12:58:46.081Z] [INFO] Retrieved version of MLflow: ✓ Verify RHODS About Dialog contains correct information (14260ms) 1 passing (14s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 14 seconds │ │ Spec Ran: applications/testAboutDialog.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dashboardNavigation/testApplicationLinks.cy.ts (2 of 18) [2026-07-05T12:58:50.160Z] [INFO] Setting tests timeout to: 480 seconds Verify the RHOAI Application and Switcher links in the Dashboard Navigation [2026-07-05T12:58:50.238Z] [INFO] Starting 480s timeout for: Verify the various application tabs and switcher links are operational [2026-07-05T12:58:50.246Z] [INFO] Test title: Verify the various application tabs and switcher links are operational [2026-07-05T12:58:50.257Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-771","@Dashboard","@NonConcurrent"] [2026-07-05T12:58:50.267Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T12:58:50.273Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T12:58:50.289Z] [INFO] [STEP 1] Log into the application [2026-07-05T12:58:50.347Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T12:58:50.687Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T12:58:53.250Z] [INFO] [STEP 2] Click the Application Launcher [2026-07-05T12:58:53.977Z] [INFO] [STEP 3] Extract the Application and Switcher URLs [2026-07-05T12:58:54.169Z] [INFO] Extracted URLs: /, https://console-openshift-console.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com:, https://cloud.redhat.com/openshift/details/b7c47ef5-e041-4d36-af77-f67068d1baba, /, /projects, /ai-hub/models, /maas/tokens, /develop-train/feature-store/overview, /develop-train/feature-store/entities, /develop-train/feature-store/data-sources, /develop-train/feature-store/datasets, /develop-train/feature-store/features, /develop-train/feature-store/feature-views, /develop-train/feature-store/feature-services, /develop-train/pipelines/definitions, /develop-train/pipelines/runs, /develop-train/pipelines/artifacts, /develop-train/pipelines/executions, /develop-train/mlflow/experiments, /develop-train/training-jobs, /observe-monitor/workload-metrics, /learning-resources, /applications/enabled, /applications/explore [2026-07-05T12:58:54.241Z] [INFO] Verify that each URL is accessible and that a 200 is returned [2026-07-05T12:58:54.368Z] [INFO] ✅ / - Status: 200 [2026-07-05T12:58:54.669Z] [INFO] ✅ https://console-openshift-console.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com: - Status: 200 [2026-07-05T12:58:55.156Z] [INFO] ✅ https://cloud.redhat.com/openshift/details/b7c47ef5-e041-4d36-af77-f67068d1baba - Status: 200 [2026-07-05T12:58:55.267Z] [INFO] ✅ / - Status: 200 [2026-07-05T12:58:55.362Z] [INFO] ✅ /projects - Status: 200 [2026-07-05T12:58:55.444Z] [INFO] ✅ /ai-hub/models - Status: 200 [2026-07-05T12:58:55.544Z] [INFO] ✅ /maas/tokens - Status: 200 [2026-07-05T12:58:55.641Z] [INFO] ✅ /develop-train/feature-store/overview - Status: 200 [2026-07-05T12:58:55.777Z] [INFO] ✅ /develop-train/feature-store/entities - Status: 200 [2026-07-05T12:58:55.935Z] [INFO] ✅ /develop-train/feature-store/data-sources - Status: 200 [2026-07-05T12:58:55.968Z] [INFO] ✅ /develop-train/feature-store/datasets - Status: 200 [2026-07-05T12:58:56.078Z] [INFO] ✅ /develop-train/feature-store/features - Status: 200 [2026-07-05T12:58:56.168Z] [INFO] ✅ /develop-train/feature-store/feature-views - Status: 200 [2026-07-05T12:58:56.236Z] [INFO] ✅ /develop-train/feature-store/feature-services - Status: 200 [2026-07-05T12:58:56.294Z] [INFO] ✅ /develop-train/pipelines/definitions - Status: 200 [2026-07-05T12:58:56.393Z] [INFO] ✅ /develop-train/pipelines/runs - Status: 200 [2026-07-05T12:58:56.494Z] [INFO] ✅ /develop-train/pipelines/artifacts - Status: 200 [2026-07-05T12:58:56.642Z] [INFO] ✅ /develop-train/pipelines/executions - Status: 200 [2026-07-05T12:58:56.738Z] [INFO] ✅ /develop-train/mlflow/experiments - Status: 200 [2026-07-05T12:58:56.796Z] [INFO] ✅ /develop-train/training-jobs - Status: 200 [2026-07-05T12:58:56.901Z] [INFO] ✅ /observe-monitor/workload-metrics - Status: 200 [2026-07-05T12:58:56.991Z] [INFO] ✅ /learning-resources - Status: 200 [2026-07-05T12:58:57.076Z] [INFO] ✅ /applications/enabled - Status: 200 [2026-07-05T12:58:57.258Z] [INFO] ✅ /applications/explore - Status: 200 ✓ Verify the various application tabs and switcher links are operational (7211ms) 1 passing (7s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 7 seconds │ │ Spec Ran: dashboardNavigation/testApplicationLinks.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dashboardNavigation/testManifestLinks.cy.ts (3 of 18) [2026-07-05T12:59:02.644Z] [INFO] Setting tests timeout to: 480 seconds Verify that all the URLs referenced in the Manifest directory are operational - Validates URL format and checks for common mistakes in manifest files (fast, stable) - Checks URL reachability with tolerance for transient errors (429, 502, 503, 504) [2026-07-05T12:59:02.741Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (320ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dashboardNavigation/testManifestLinks.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectAdminPermissions.cy.ts (4 of 18) [2026-07-05T12:59:09.648Z] [INFO] Setting tests timeout to: 480 seconds Verify that users can provide admin project permissions to non-admin users/groups [2026-07-05T12:59:09.662Z] [INFO] Starting 480s timeout for: Verify that user can be added as an Admin for a Project [2026-07-05T12:59:09.667Z] [INFO] Test title: Verify that user can be added as an Admin for a Project [2026-07-05T12:59:09.738Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard"] [2026-07-05T12:59:09.747Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T12:59:09.754Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T12:59:09.837Z] [INFO] Loaded project name: cypress-user-perm-test-526006 [2026-07-05T12:59:09.842Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-05T12:59:10.538Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-05T12:59:10.549Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-user-perm-test-526006\" not found","exitCode":1} [2026-07-05T12:59:10.558Z] [INFO] Project 'cypress-user-perm-test-526006' does not exist. [2026-07-05T12:59:10.572Z] [INFO] Creating project cypress-user-perm-test-526006 [2026-07-05T12:59:11.355Z] [INFO] [EXEC] oc new-project cypress-user-perm-test-526006 [2026-07-05T12:59:12.045Z] [INFO] [EXEC] oc label namespace cypress-user-perm-test-526006 opendatahub.io/dashboard=true --overwrite [2026-07-05T12:59:12.054Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-05T12:59:12.643Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-05T12:59:12.650Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-test-526006","stderr":"","exitCode":0} [2026-07-05T12:59:12.659Z] [INFO] Project 'cypress-user-perm-test-526006' exists. [2026-07-05T12:59:12.667Z] [INFO] Project cypress-user-perm-test-526006 confirmed to be created and verified successfully [2026-07-05T12:59:12.736Z] [INFO] [STEP 1] Log into the application [2026-07-05T12:59:12.745Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T12:59:13.137Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T12:59:16.569Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-05T12:59:22.841Z] [INFO] [STEP 3] Assign admin user Project Permissions [2026-07-05T12:59:29.643Z] [INFO] [STEP 4] Save the user and validate that htpasswd-cluster-admin-user has been saved with admin permissions ✓ Verify that user can be added as an Admin for a Project (20509ms) [2026-07-05T12:59:30.560Z] [INFO] Starting 480s timeout for: Verify user can assign access permissions to user group [2026-07-05T12:59:30.564Z] [INFO] Test title: Verify user can assign access permissions to user group [2026-07-05T12:59:30.636Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-05T12:59:30.643Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T12:59:30.651Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T12:59:30.667Z] [INFO] [STEP 1] Log into the application [2026-07-05T12:59:30.743Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T12:59:31.236Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T12:59:33.745Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-05T12:59:40.855Z] [INFO] [STEP 3] Assign admin group Project Permissions [2026-07-05T12:59:49.766Z] [INFO] [STEP 4] Save the group and validate that htpasswd-cluster-admin-user has been saved with admin permissions ✓ Verify user can assign access permissions to user group (19700ms) [2026-07-05T12:59:50.757Z] [INFO] Starting 480s timeout for: Verify that user can access the created project with Admin rights [2026-07-05T12:59:50.759Z] [INFO] Test title: Verify that user can access the created project with Admin rights [2026-07-05T12:59:50.766Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-05T12:59:50.841Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T12:59:50.847Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T12:59:50.860Z] [INFO] [STEP 1] Log into the application as non-admin [2026-07-05T12:59:50.940Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T12:59:51.443Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T12:59:53.747Z] [INFO] [STEP 2] Verify that the user has access to the created project and can access Permissions [2026-07-05T13:00:01.947Z] [INFO] Deleting Project cypress-user-perm-test-526006 after the test has finished. [2026-07-05T13:00:03.049Z] [INFO] [EXEC] oc delete project cypress-user-perm-test-526006 --wait=false --ignore-not-found ✓ Verify that user can access the created project with Admin rights (11016ms) 3 passing (54s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 54 seconds │ │ Spec Ran: dataScienceProjects/testProjectAdminPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: featureStore/testFeatureStoreRbac.cy.ts (5 of 18) [2026-07-05T13:00:13.760Z] [INFO] Setting tests timeout to: 480 seconds Verify RBAC scoped Feature Store discovery by namespace access [2026-07-05T13:00:13.849Z] [INFO] Starting 480s timeout for: Admin user can discover the Feature Store project [2026-07-05T13:00:13.853Z] [INFO] Test title: Admin user can discover the Feature Store project [2026-07-05T13:00:13.939Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-05T13:00:13.950Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T13:00:13.959Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T13:00:14.046Z] [INFO] Ensure admin oc session for setup [2026-07-05T13:00:14.947Z] [INFO] [EXEC] oc whoami [2026-07-05T13:00:16.951Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://api.nmanos-konflux1.durx.p3.openshiftapps.com:443" --insecure-skip-tls-verify [2026-07-05T13:00:16.958Z] [INFO] Check if the operator is RHOAI [2026-07-05T13:00:17.955Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-05T13:00:17.963Z] [INFO] Command exit code: 0 [2026-07-05T13:00:17.972Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-05T13:00:18.049Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-05T13:00:18.053Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:00:18.769Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:00:18.837Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-05T13:00:18.844Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-05T13:00:18.857Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-05T13:00:19.737Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-05T13:00:20.869Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-05T13:00:20.953Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:00:21.947Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:00:21.955Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-05T13:00:22.034Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-05T13:00:22.067Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-05T13:00:23.348Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783256422140-kijomzpul.yaml && rm -f /tmp/cypress-yaml-1783256422140-kijomzpul.yaml [2026-07-05T13:00:23.358Z] [INFO] Command exit code: 0 [2026-07-05T13:00:23.444Z] [INFO] Finding pods with command: oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-05T13:00:34.153Z] [INFO] [EXEC] oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-05T13:00:34.255Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-575f9bd4f7-5d5b9 [2026-07-05T13:00:34.272Z] [INFO] Found 1 matching pods [2026-07-05T13:00:34.348Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-575f9bd4f7-5d5b9 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-05T13:00:42.383Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-575f9bd4f7-5d5b9 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-05T13:00:42.461Z] [INFO] Pod is ready: pod/feast-test-s3-575f9bd4f7-5d5b9 condition met [2026-07-05T13:00:42.476Z] [INFO] [STEP 1] Log in as admin user [2026-07-05T13:00:42.568Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T13:00:42.978Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T13:00:46.851Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-05T13:00:59.475Z] [INFO] Starting 480s timeout for: Admin user can discover the Feature Store project [2026-07-05T13:00:59.479Z] [INFO] Test title: Admin user can discover the Feature Store project [2026-07-05T13:00:59.485Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-05T13:00:59.490Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T13:00:59.495Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T13:00:59.542Z] [INFO] Ensure admin oc session for setup [2026-07-05T13:00:59.911Z] [INFO] [EXEC] oc whoami [2026-07-05T13:00:59.937Z] [INFO] Check if the operator is RHOAI [2026-07-05T13:01:00.398Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-05T13:01:00.404Z] [INFO] Command exit code: 0 [2026-07-05T13:01:00.442Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-05T13:01:00.454Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-05T13:01:00.460Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:01:00.944Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:01:00.952Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-05T13:01:00.959Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-05T13:01:00.968Z] [INFO] Project test-fs-ui-proj-108259 already exists. Deleting it. [2026-07-05T13:01:48.313Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait [2026-07-05T13:01:48.345Z] [INFO] Waiting for project test-fs-ui-proj-108259 to be fully deleted... [2026-07-05T13:01:48.352Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:01:48.770Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:01:48.778Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-05T13:01:48.786Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-05T13:01:48.804Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-05T13:01:49.182Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-05T13:01:49.495Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-05T13:01:49.503Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:01:49.848Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:01:49.856Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-05T13:01:49.865Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-05T13:01:49.876Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-05T13:01:50.578Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783256509878-wdjcpabbs.yaml && rm -f /tmp/cypress-yaml-1783256509878-wdjcpabbs.yaml [2026-07-05T13:01:50.585Z] [INFO] Command exit code: 0 [2026-07-05T13:01:50.590Z] [INFO] Finding pods with command: oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-05T13:02:00.979Z] [INFO] [EXEC] oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-05T13:02:00.989Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-575f9bd4f7-f62h5 [2026-07-05T13:02:00.997Z] [INFO] Found 1 matching pods [2026-07-05T13:02:01.003Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-575f9bd4f7-f62h5 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-05T13:02:09.964Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-575f9bd4f7-f62h5 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-05T13:02:09.973Z] [INFO] Pod is ready: pod/feast-test-s3-575f9bd4f7-f62h5 condition met [2026-07-05T13:02:09.985Z] [INFO] [STEP 1] Log in as admin user [2026-07-05T13:02:09.993Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T13:02:10.444Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T13:02:12.942Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page 1) Admin user can discover the Feature Store project [2026-07-05T13:02:25.446Z] [INFO] Starting 480s timeout for: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-05T13:02:25.450Z] [INFO] Test title: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-05T13:02:25.455Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-05T13:02:25.460Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T13:02:25.466Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T13:02:25.538Z] [INFO] [STEP 1] Log in as non-admin user (no access to the test namespace) [2026-07-05T13:02:25.545Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T13:02:25.870Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T13:02:27.275Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-05T13:02:38.786Z] [INFO] Starting 480s timeout for: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-05T13:02:38.790Z] [INFO] Test title: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-05T13:02:38.796Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-05T13:02:38.801Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T13:02:38.806Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-05T13:02:38.821Z] [INFO] Ensure admin oc session for setup [2026-07-05T13:02:39.071Z] [INFO] [EXEC] oc whoami [2026-07-05T13:02:39.076Z] [INFO] Check if the operator is RHOAI [2026-07-05T13:02:39.435Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-05T13:02:39.443Z] [INFO] Command exit code: 0 [2026-07-05T13:02:39.450Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-05T13:02:39.463Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-05T13:02:39.469Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:02:39.846Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:02:39.854Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-05T13:02:39.861Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-05T13:02:39.870Z] [INFO] Project test-fs-ui-proj-108259 already exists. Deleting it. [2026-07-05T13:03:28.608Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait [2026-07-05T13:03:28.618Z] [INFO] Waiting for project test-fs-ui-proj-108259 to be fully deleted... [2026-07-05T13:03:28.624Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:03:29.065Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:03:29.072Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-05T13:03:29.079Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-05T13:03:29.092Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-05T13:03:29.603Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-05T13:03:30.181Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-05T13:03:30.189Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:03:30.609Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-05T13:03:30.618Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-05T13:03:30.625Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-05T13:03:30.638Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-05T13:03:31.077Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783256610640-pkg87806f.yaml && rm -f /tmp/cypress-yaml-1783256610640-pkg87806f.yaml [2026-07-05T13:03:31.083Z] [INFO] Command exit code: 0 [2026-07-05T13:03:31.088Z] [INFO] Finding pods with command: oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-05T13:03:41.380Z] [INFO] [EXEC] oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-05T13:03:41.397Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-575f9bd4f7-rjz72 [2026-07-05T13:03:41.405Z] [INFO] Found 1 matching pods [2026-07-05T13:03:41.411Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-575f9bd4f7-rjz72 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-05T13:03:49.898Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-575f9bd4f7-rjz72 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-05T13:03:49.904Z] [INFO] Pod is ready: pod/feast-test-s3-575f9bd4f7-rjz72 condition met [2026-07-05T13:03:49.920Z] [INFO] [STEP 1] Log in as non-admin user (no access to the test namespace) [2026-07-05T13:03:49.943Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T13:03:50.301Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T13:03:52.262Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page 2) Non-admin user without namespace access cannot discover the Feature Store project [2026-07-05T13:04:03.540Z] [INFO] Restore admin oc session for cleanup [2026-07-05T13:04:03.804Z] [INFO] [EXEC] oc whoami [2026-07-05T13:04:03.809Z] [INFO] Delete namespace: test-fs-ui-proj-108259 [2026-07-05T13:04:04.097Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait=false --ignore-not-found 0 passing (4m) 2 failing 1) Verify RBAC scoped Feature Store discovery by namespace access Admin user can discover the Feature Store project: Test steps were: 1. Ensure admin oc session for setup 2. Check if the operator is RHOAI 3. Create namespace: test-fs-ui-proj-108259 4. Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 5. Log in as admin user 6. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 7. Navigate to the Feature Store Overview page Timed out retrying after 10000ms: Unable to find an element by: [data-testid="app-page-title"] Ignored nodes: comments, script, style