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-20T06:25:31.280Z] [INFO] Setting tests timeout to: 480 seconds Verify RHODS About Dialog [2026-07-20T06:25:31.302Z] [INFO] Starting 480s timeout for: Verify RHODS About Dialog contains correct information [2026-07-20T06:25:31.314Z] [INFO] Test title: Verify RHODS About Dialog contains correct information [2026-07-20T06:25:31.325Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@Dashboard","@RHOAIENG-21403","@NonConcurrent"] [2026-07-20T06:25:31.331Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:25:31.336Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:25:31.354Z] [INFO] Auto-detecting installed product (RHOAI or ODH)... [2026-07-20T06:25:31.923Z] [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-20T06:25:31.934Z] [INFO] Command exit code: 0 [2026-07-20T06:25:31.953Z] [INFO] Prepare the CSV JSON for the tests according to the installed Product: Red Hat OpenShift AI [2026-07-20T06:25:32.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-20T06:25:32.297Z] [INFO] Command exit code: 0 [2026-07-20T06:25:32.334Z] [INFO] [STEP 1] Login to Red Hat OpenShift AI [2026-07-20T06:25:32.354Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:25:33.528Z] [INFO] [STEP 2] Open the About dialog [2026-07-20T06:25:37.419Z] [INFO] [STEP 3] Verify product 'Red Hat OpenShift AI' in About dialog [2026-07-20T06:25:37.473Z] [INFO] [STEP 4] Verify product 'Red Hat OpenShift AI' in About image [2026-07-20T06:25:37.531Z] [INFO] [STEP 5] Verify Red Hat OpenShift AI version in About dialog [2026-07-20T06:25:37.587Z] [INFO] [STEP 6] Verify Red Hat OpenShift AI channel in About dialog [2026-07-20T06:25:37.951Z] [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-20T06:25:38.048Z] [INFO] Command exit code: 0 [2026-07-20T06:25:38.101Z] [INFO] [STEP 7] Verify admin access level [2026-07-20T06:25:38.302Z] [INFO] Verify versions in About dialog's table for component: Dashboard [2026-07-20T06:25:38.719Z] [INFO] [EXEC] oc get Dashboard -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:38.769Z] [INFO] Command exit code: 0 [2026-07-20T06:25:38.797Z] [INFO] Retrieved version of Dashboard: [2026-07-20T06:25:38.824Z] [INFO] Verify versions in About dialog's table for component: Pipelines [2026-07-20T06:25:39.106Z] [INFO] [EXEC] oc get Pipelines -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:39.155Z] [INFO] Command exit code: 0 [2026-07-20T06:25:39.214Z] [INFO] Retrieved version of Pipelines: [2026-07-20T06:25:39.242Z] [INFO] Verify versions in About dialog's table for component: Kueue [2026-07-20T06:25:39.536Z] [INFO] [EXEC] oc get Kueue -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:39.591Z] [INFO] Command exit code: 0 [2026-07-20T06:25:39.644Z] [INFO] Retrieved version of Kueue: [2026-07-20T06:25:39.672Z] [INFO] Verify versions in About dialog's table for component: Model registry [2026-07-20T06:25:39.960Z] [INFO] [EXEC] oc get Modelregistry -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:39.966Z] [INFO] Command exit code: 0 [2026-07-20T06:25:40.012Z] [INFO] Retrieved version of Model registry: latest latest [2026-07-20T06:25:40.041Z] [INFO] Verify versions in About dialog's table for component: Feast operator [2026-07-20T06:25:40.418Z] [INFO] [EXEC] oc get Feastoperator -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:40.449Z] [INFO] Command exit code: 0 [2026-07-20T06:25:40.456Z] [INFO] Retrieved version of Feast operator: 0.64.0 [2026-07-20T06:25:40.513Z] [INFO] Verify versions in About dialog's table for component: Model server and metrics [2026-07-20T06:25:41.014Z] [INFO] [EXEC] oc get Modelserverandmetrics -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:41.020Z] [INFO] Command exit code: 1 [2026-07-20T06:25:41.077Z] [INFO] Failed to retrieve version of Model server and metrics: error: the server doesn't have a resource type "Modelserverandmetrics" [2026-07-20T06:25:41.127Z] [INFO] Verify versions in About dialog's table for component: Ray [2026-07-20T06:25:41.460Z] [INFO] [EXEC] oc get Ray -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:41.530Z] [INFO] Command exit code: 0 [2026-07-20T06:25:41.537Z] [INFO] Retrieved version of Ray: 1.4.2 [2026-07-20T06:25:41.570Z] [INFO] Verify versions in About dialog's table for component: Training operator [2026-07-20T06:25:41.935Z] [INFO] [EXEC] oc get Trainingoperator -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:42.035Z] [INFO] Command exit code: 0 [2026-07-20T06:25:42.102Z] [INFO] Retrieved version of Training operator: [2026-07-20T06:25:42.141Z] [INFO] Verify versions in About dialog's table for component: TrustyAI [2026-07-20T06:25:42.520Z] [INFO] [EXEC] oc get TrustyAI -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:42.615Z] [INFO] Command exit code: 0 [2026-07-20T06:25:42.694Z] [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-20T06:25:42.742Z] [INFO] Verify versions in About dialog's table for component: Workbenches [2026-07-20T06:25:43.119Z] [INFO] [EXEC] oc get Workbenches -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:43.201Z] [INFO] Command exit code: 0 [2026-07-20T06:25:43.275Z] [INFO] Retrieved version of Workbenches: 1.10.0 [2026-07-20T06:25:43.315Z] [INFO] Verify versions in About dialog's table for component: Trainer [2026-07-20T06:25:43.628Z] [INFO] [EXEC] oc get Trainer -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:43.634Z] [INFO] Command exit code: 0 [2026-07-20T06:25:43.715Z] [INFO] Retrieved version of Trainer: [2026-07-20T06:25:43.759Z] [INFO] Verify versions in About dialog's table for component: MLflow [2026-07-20T06:25:44.088Z] [INFO] [EXEC] oc get MLflow -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:25:44.174Z] [INFO] Command exit code: 0 [2026-07-20T06:25:44.254Z] [INFO] Retrieved version of MLflow: ✓ Verify RHODS About Dialog contains correct information (13073ms) 1 passing (13s) [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: 13 seconds │ │ Spec Ran: applications/testAboutDialog.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dashboardNavigation/testApplicationLinks.cy.ts (2 of 18) [2026-07-20T06:25:47.334Z] [INFO] Setting tests timeout to: 480 seconds Verify the RHOAI Application and Switcher links in the Dashboard Navigation [2026-07-20T06:25:47.355Z] [INFO] Starting 480s timeout for: Verify the various application tabs and switcher links are operational [2026-07-20T06:25:47.364Z] [INFO] Test title: Verify the various application tabs and switcher links are operational [2026-07-20T06:25:47.375Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-771","@Dashboard","@NonConcurrent"] [2026-07-20T06:25:47.380Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:25:47.385Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:25:47.404Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:25:47.418Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:25:48.583Z] [INFO] [STEP 2] Click the Application Launcher [2026-07-20T06:25:49.930Z] [INFO] [STEP 3] Extract the Application and Switcher URLs [2026-07-20T06:25:50.639Z] [INFO] Extracted URLs: /, https://console-openshift-console.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com:, https://cloud.redhat.com/openshift/details/c6702000-41ef-4679-a167-f54b65e5c93c, /, /projects, /ai-hub/models, /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/training-jobs, /learning-resources, /applications/enabled, /applications/explore [2026-07-20T06:25:50.656Z] [INFO] Verify that each URL is accessible and that a 200 is returned [2026-07-20T06:25:52.167Z] [INFO] ✅ / - Status: 200 [2026-07-20T06:25:52.577Z] [INFO] ✅ https://console-openshift-console.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com: - Status: 200 [2026-07-20T06:25:53.009Z] [INFO] ✅ https://cloud.redhat.com/openshift/details/c6702000-41ef-4679-a167-f54b65e5c93c - Status: 200 [2026-07-20T06:25:54.024Z] [INFO] ✅ / - Status: 200 [2026-07-20T06:25:55.256Z] [INFO] ✅ /projects - Status: 200 [2026-07-20T06:25:56.038Z] [INFO] ✅ /ai-hub/models - Status: 200 [2026-07-20T06:25:56.365Z] [INFO] ✅ /develop-train/feature-store/overview - Status: 200 [2026-07-20T06:25:56.964Z] [INFO] ✅ /develop-train/feature-store/entities - Status: 200 [2026-07-20T06:25:57.230Z] [INFO] ✅ /develop-train/feature-store/data-sources - Status: 200 [2026-07-20T06:25:57.433Z] [INFO] ✅ /develop-train/feature-store/datasets - Status: 200 [2026-07-20T06:25:58.231Z] [INFO] ✅ /develop-train/feature-store/features - Status: 200 [2026-07-20T06:25:59.005Z] [INFO] ✅ /develop-train/feature-store/feature-views - Status: 200 [2026-07-20T06:25:59.564Z] [INFO] ✅ /develop-train/feature-store/feature-services - Status: 200 [2026-07-20T06:26:00.164Z] [INFO] ✅ /develop-train/pipelines/definitions - Status: 200 [2026-07-20T06:26:00.831Z] [INFO] ✅ /develop-train/pipelines/runs - Status: 200 [2026-07-20T06:26:01.434Z] [INFO] ✅ /develop-train/pipelines/artifacts - Status: 200 [2026-07-20T06:26:02.165Z] [INFO] ✅ /develop-train/pipelines/executions - Status: 200 [2026-07-20T06:26:02.632Z] [INFO] ✅ /develop-train/training-jobs - Status: 200 [2026-07-20T06:26:03.766Z] [INFO] ✅ /learning-resources - Status: 200 [2026-07-20T06:26:04.429Z] [INFO] ✅ /applications/enabled - Status: 200 [2026-07-20T06:26:04.564Z] [INFO] ✅ /applications/explore - Status: 200 ✓ Verify the various application tabs and switcher links are operational (17286ms) 1 passing (17s) [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: 17 seconds │ │ Spec Ran: dashboardNavigation/testApplicationLinks.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dashboardNavigation/testManifestLinks.cy.ts (3 of 18) [2026-07-20T06:26:07.388Z] [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-20T06:26:07.412Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (91ms) 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-20T06:26:10.046Z] [INFO] Setting tests timeout to: 480 seconds Verify that users can provide admin project permissions to non-admin users/groups [2026-07-20T06:26:10.059Z] [INFO] Starting 480s timeout for: Verify that user can be added as an Admin for a Project [2026-07-20T06:26:10.062Z] [INFO] Test title: Verify that user can be added as an Admin for a Project [2026-07-20T06:26:10.067Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard"] [2026-07-20T06:26:10.071Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:26:10.075Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:26:10.091Z] [INFO] Loaded project name: cypress-user-perm-test-526006 [2026-07-20T06:26:10.094Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:26:10.319Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:26:10.325Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-user-perm-test-526006\" not found","exitCode":1} [2026-07-20T06:26:10.330Z] [INFO] Project 'cypress-user-perm-test-526006' does not exist. [2026-07-20T06:26:10.339Z] [INFO] Creating project cypress-user-perm-test-526006 [2026-07-20T06:26:10.604Z] [INFO] [EXEC] oc new-project cypress-user-perm-test-526006 [2026-07-20T06:26:10.830Z] [INFO] [EXEC] oc label namespace cypress-user-perm-test-526006 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:26:10.837Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:26:11.048Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:26:11.053Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-test-526006","stderr":"","exitCode":0} [2026-07-20T06:26:11.060Z] [INFO] Project 'cypress-user-perm-test-526006' exists. [2026-07-20T06:26:11.066Z] [INFO] Project cypress-user-perm-test-526006 confirmed to be created and verified successfully [2026-07-20T06:26:11.078Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:26:11.083Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:26:12.019Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-20T06:26:20.689Z] [INFO] [STEP 3] Assign admin user Project Permissions [2026-07-20T06:26:24.715Z] [INFO] [STEP 4] Save the user and validate that odh-user1 has been saved with admin permissions ✓ Verify that user can be added as an Admin for a Project (14782ms) [2026-07-20T06:26:24.956Z] [INFO] Starting 480s timeout for: Verify user can assign access permissions to user group [2026-07-20T06:26:24.958Z] [INFO] Test title: Verify user can assign access permissions to user group [2026-07-20T06:26:24.962Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-20T06:26:24.966Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:26:24.969Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:26:24.980Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:26:24.984Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:26:25.287Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-20T06:26:29.134Z] [INFO] [STEP 3] Assign admin group Project Permissions [2026-07-20T06:26:36.218Z] [INFO] [STEP 4] Save the group and validate that odh-user1 has been saved with admin permissions ✓ Verify user can assign access permissions to user group (11358ms) [2026-07-20T06:26:36.409Z] [INFO] Starting 480s timeout for: Verify that user can access the created project with Admin rights [2026-07-20T06:26:36.411Z] [INFO] Test title: Verify that user can access the created project with Admin rights [2026-07-20T06:26:36.414Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-20T06:26:36.417Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:26:36.421Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:26:36.427Z] [INFO] [STEP 1] Log into the application as non-admin [2026-07-20T06:26:36.431Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:26:37.303Z] [INFO] [STEP 2] Verify that the user has access to the created project and can access Permissions [2026-07-20T06:26:46.962Z] [INFO] Deleting Project cypress-user-perm-test-526006 after the test has finished. [2026-07-20T06:26:47.166Z] [INFO] [EXEC] oc whoami [2026-07-20T06:26:48.057Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:26:48.063Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:26:48.285Z] [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 (9797ms) 3 passing (38s) [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: 38 seconds │ │ Spec Ran: dataScienceProjects/testProjectAdminPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: featureStore/testFeatureStoreRbac.cy.ts (5 of 18) [2026-07-20T06:26:51.035Z] [INFO] Setting tests timeout to: 480 seconds Verify RBAC scoped Feature Store discovery by namespace access [2026-07-20T06:26:51.048Z] [INFO] Starting 480s timeout for: Admin user can discover the Feature Store project [2026-07-20T06:26:51.051Z] [INFO] Test title: Admin user can discover the Feature Store project [2026-07-20T06:26:51.058Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-20T06:26:51.062Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:26:51.066Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:26:51.080Z] [INFO] Ensure admin oc session for setup [2026-07-20T06:26:51.265Z] [INFO] [EXEC] oc whoami [2026-07-20T06:26:51.586Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:26:51.592Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:26:51.595Z] [INFO] Check if the operator is RHOAI [2026-07-20T06:26:51.814Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-20T06:26:51.820Z] [INFO] Command exit code: 0 [2026-07-20T06:26:51.826Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-20T06:26:51.840Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-20T06:26:51.844Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:26:52.053Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:26:52.059Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-20T06:26:52.064Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-20T06:26:52.073Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-20T06:26:52.334Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-20T06:26:52.563Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:26:52.570Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:26:52.787Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:26:52.793Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-20T06:26:52.798Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-20T06:26:52.804Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-20T06:26:53.064Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784528812807-nktx8epcn.yaml && rm -f /tmp/cypress-yaml-1784528812807-nktx8epcn.yaml [2026-07-20T06:26:53.070Z] [INFO] Command exit code: 0 [2026-07-20T06:26:53.073Z] [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-20T06:27:03.302Z] [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-20T06:27:03.333Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-64cc5d848-cknxx [2026-07-20T06:27:03.349Z] [INFO] Found 1 matching pods [2026-07-20T06:27:03.352Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-cknxx -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T06:27:32.865Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-cknxx -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T06:27:32.898Z] [INFO] Pod is ready: pod/feast-test-s3-64cc5d848-cknxx condition met [2026-07-20T06:27:32.927Z] [INFO] [STEP 1] Log in as admin user [2026-07-20T06:27:32.972Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:27:34.346Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-20T06:27:40.258Z] [INFO] [STEP 3] Verify the Feature Store project is discoverable and select it [2026-07-20T06:27:40.750Z] [INFO] [STEP 4] Verify the project selector shows the selected project ✓ Admin user can discover the Feature Store project (49809ms) [2026-07-20T06:27:41.051Z] [INFO] Starting 480s timeout for: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:27:41.054Z] [INFO] Test title: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:27:41.057Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-20T06:27:41.061Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:27:41.064Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:27:41.073Z] [INFO] [STEP 1] Log in as non-admin user (no access to the test namespace) [2026-07-20T06:27:41.078Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:27:41.322Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-20T06:27:48.177Z] [INFO] [STEP 3] Verify the Feature Store empty state is shown (no projects accessible) [2026-07-20T06:27:58.616Z] [INFO] Starting 480s timeout for: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:27:58.618Z] [INFO] Test title: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:27:58.623Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-20T06:27:58.627Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:27:58.630Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:27:58.640Z] [INFO] Ensure admin oc session for setup [2026-07-20T06:27:58.939Z] [INFO] [EXEC] oc whoami [2026-07-20T06:27:59.365Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:27:59.370Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:27:59.373Z] [INFO] Check if the operator is RHOAI [2026-07-20T06:27:59.606Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-20T06:27:59.612Z] [INFO] Command exit code: 0 [2026-07-20T06:27:59.617Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-20T06:27:59.626Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-20T06:27:59.630Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:27:59.856Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:27:59.862Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-20T06:27:59.868Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-20T06:27:59.875Z] [INFO] Project test-fs-ui-proj-108259 already exists. Deleting it. [2026-07-20T06:28:43.789Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait [2026-07-20T06:28:43.798Z] [INFO] Waiting for project test-fs-ui-proj-108259 to be fully deleted... [2026-07-20T06:28:43.803Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:28:44.053Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:28:44.059Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-20T06:28:44.064Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-20T06:28:44.075Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-20T06:28:44.383Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-20T06:28:44.629Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:28:44.635Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:28:44.871Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:28:44.877Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-20T06:28:44.883Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-20T06:28:44.890Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-20T06:28:45.172Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784528924891-cvwh1edw1.yaml && rm -f /tmp/cypress-yaml-1784528924891-cvwh1edw1.yaml [2026-07-20T06:28:45.177Z] [INFO] Command exit code: 0 [2026-07-20T06:28:45.183Z] [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-20T06:28:55.460Z] [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-20T06:28:55.492Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-64cc5d848-9gqfm [2026-07-20T06:28:55.501Z] [INFO] Found 1 matching pods [2026-07-20T06:28:55.511Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-9gqfm -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T06:29:03.796Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-9gqfm -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T06:29:03.802Z] [INFO] Pod is ready: pod/feast-test-s3-64cc5d848-9gqfm condition met [2026-07-20T06:29:03.812Z] [INFO] [STEP 1] Log in as non-admin user (no access to the test namespace) [2026-07-20T06:29:03.818Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:29:04.225Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-20T06:29:09.550Z] [INFO] [STEP 3] Verify the Feature Store empty state is shown (no projects accessible) 1) Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:29:19.908Z] [INFO] Restore admin oc session for cleanup [2026-07-20T06:29:20.108Z] [INFO] [EXEC] oc whoami [2026-07-20T06:29:20.506Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:29:20.511Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:29:20.515Z] [INFO] Delete namespace: test-fs-ui-proj-108259 [2026-07-20T06:29:20.759Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait=false --ignore-not-found 1 passing (2m) 1 failing 1) Verify RBAC scoped Feature Store discovery by namespace access Non-admin user without namespace access cannot 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 non-admin user (no access to the test namespace) 6. Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ 7. Navigate to the Feature Store Overview page 8. Verify the Feature Store empty state is shown (no projects accessible) Timed out retrying after 10000ms: Unable to find an element by: [data-testid="empty-state-feature-store"] Ignored nodes: comments, script, style