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) "@SmokeSet2" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 13 found (application.cy.ts, dataScienceProjects/testLaunchStandaloneNotebook. │ │ cy.ts, dataScienceProjects/testProjectContributorPermissions.cy.ts, dataScienc │ │ eProjects/testProjectCreation.cy.ts, dataScienceProjects/testProjectEditing.cy │ │ .ts, storageClasses/clu...) │ │ Searched: cypress/tests/e2e/application.cy.ts, cypress/tests/e2e/dataScienceProjects/tes │ │ tLaunchStandaloneNotebook.cy.ts, cypress/tests/e2e/dataScienceProjects/testPro │ │ jectContributorPermissions.cy.ts, cypress/tests/e2e/dataScienceProjects/testPr │ │ ojectCreation.cy.ts, cypress/tests/e2e/dataScienceProjects/testProjectEditing. │ │ cy.ts, cypress/tests/e2e/storageClasses/clusterStorage.cy.ts, cypress/tests/e2 │ │ e/storageClasses/storageClasses.cy.ts, cypress/tests/e2e/dataScienceProjects/c │ │ lusterStorage/testClusterStorageAccessModes.cy.ts, cypress/tests/e2e/settings/ │ │ clusterSettings/testAdminClusterSettings.cy.ts, cypress/tests/e2e/settings/con │ │ nectionTypes/testCreateConnectionTypes.cy.ts, cypress/tests/e2e/settings/conne │ │ ctionTypes/testPreInstalledConnectionTypes.cy.ts, cypress/tests/e2e/settings/h │ │ ardwareProfiles/testNotebookTolerations.cy.ts, cypress/tests/e2e/settings/serv │ │ ingRuntimes/testSingleServingRuntimeCreation.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: application.cy.ts (1 of 13) [2026-07-06T14:10:30.452Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-06T14:10:30.491Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-06T14:10:30.496Z] [INFO] Test title: should login and load page [2026-07-06T14:10:30.516Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-06T14:10:30.528Z] [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-06T14:10:30.590Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:10:30.602Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:10:31.183Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-06T14:10:39.387Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-06T14:10:39.408Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-06T14:10:39.414Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-06T14:10:39.432Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-06T14:10:39.488Z] [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-06T14:10:39.498Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:10:39.528Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-06T14:10:40.588Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-06T14:10:40.602Z] [INFO] No notebooks found [2026-07-06T14:10:40.684Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:10:40.714Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:10:41.016Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:10:46.995Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-06T14:10:47.314Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-06T14:10:48.406Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-06T14:10:48.508Z] [INFO] [STEP 5] Launch a notebook server [2026-07-06T14:10:49.087Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-06T14:10:49.190Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T14:11:06.827Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T14:11:06.999Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-06T14:11:07.095Z] [INFO] Found 1 matching pods [2026-07-06T14:11:07.100Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-06T14:11:15.200Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-06T14:11:15.285Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-06T14:11:15.291Z] [INFO] [STEP 7] Expand the Event log [2026-07-06T14:11:15.894Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-06T14:11:22.897Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-06T14:11:23.409Z] [INFO] [STEP 10] Stop the server [2026-07-06T14:11:24.107Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (45260ms) 1 passing (45s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 45 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-06T14:11:35.084Z] [INFO] Setting tests timeout to: 480 seconds Verify that users can provide contributor project permissions to non-admin users - Verify that user can be added as a Contributor for a Project - Verify that user can access the created project as a Contributor [2026-07-06T14:11:35.183Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (485ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/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: dataScienceProjects/testProjectContributorPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectCreation.cy.ts (4 of 13) [2026-07-06T14:11:46.483Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Creation and Deletion - Create and Delete a Project in RHOAI - Verify users cannot create a project with Empty title - Verify User cannot create a project using special characters or long names in the Resource name field - Verify 250 character limit is enforced for Name and Description fields [2026-07-06T14:11:46.600Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (691ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dataScienceProjects/testProjectCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectEditing.cy.ts (5 of 13) [2026-07-06T14:11:56.804Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-06T14:11:56.893Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-06T14:11:56.899Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-06T14:11:56.991Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-06T14:11:57.002Z] [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-06T14:11:57.096Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:11:57.208Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-06T14:11:57.290Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-06T14:11:58.300Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T14:11:58.308Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-06T14:11:58.402Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-06T14:11:58.499Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-06T14:11:59.426Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-06T14:12:00.101Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-06T14:12:00.113Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-06T14:12:00.893Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T14:12:00.984Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-06T14:12:00.994Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-06T14:12:01.005Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-06T14:12:01.186Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:12:01.205Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:12:02.085Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:12:06.310Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-06T14:12:09.789Z] [INFO] [STEP 3] Edit project information [2026-07-06T14:12:11.690Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-06T14:12:12.617Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-06T14:12:13.239Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (15808ms) 1 passing (17s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 16 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-06T14:12:20.704Z] [INFO] Setting tests timeout to: 480 seconds Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines [2026-07-06T14:12:20.785Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-06T14:12:20.799Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-06T14:12:20.807Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T14:12:20.818Z] [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-06T14:12:20.830Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:12:20.908Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T14:12:21.397Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T14:12:21.483Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-06T14:12:21.496Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-06T14:12:21.503Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T14:12:22.397Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T14:12:22.483Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-06T14:12:22.505Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-06T14:12:22.611Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-06T14:12:23.298Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-06T14:12:23.830Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-06T14:12:23.885Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T14:12:24.394Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T14:12:24.417Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-06T14:12:24.498Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-06T14:12:25.021Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-06T14:12:25.099Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:12:25.515Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:12:28.794Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-06T14:12:33.716Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-06T14:12:34.901Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T14:12:35.716Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T14:12:35.801Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:36.392Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:36.496Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:36.992Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:37.025Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T14:12:37.595Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T14:12:37.631Z] [INFO] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-06T14:12:37.600Z\"}"}}}' [2026-07-06T14:12:38.102Z] [INFO] [EXEC] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-06T14:12:37.600Z\"}"}}}' [2026-07-06T14:12:38.113Z] [INFO] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-06T14:12:38.104Z\"}"}}}' [2026-07-06T14:12:38.544Z] [INFO] [EXEC] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-06T14:12:38.104Z\"}"}}}' [2026-07-06T14:12:38.896Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-06T14:12:39.638Z] [INFO] [EXEC] oc delete project qe-cluster-storage-sc-dsp --wait=false --ignore-not-found ✓ If all SC are disabled except one, the SC dropdown should be disabled (18625ms) 1 passing (19s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 19 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-06T14:12:45.019Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-06T14:12:45.030Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-06T14:12:45.087Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-06T14:12:45.095Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T14:12:45.101Z] [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-06T14:12:45.105Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:12:45.118Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T14:12:45.454Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T14:12:45.460Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-06T14:12:45.483Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-06T14:12:45.773Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347165487-7jgonl1je.yaml && rm -f /tmp/cypress-yaml-1783347165487-7jgonl1je.yaml [2026-07-06T14:12:45.778Z] [INFO] Command exit code: 0 [2026-07-06T14:12:46.110Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347165780-csek00933.yaml && rm -f /tmp/cypress-yaml-1783347165780-csek00933.yaml [2026-07-06T14:12:46.115Z] [INFO] Command exit code: 0 [2026-07-06T14:12:46.394Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347166117-8a7udoyhp.yaml && rm -f /tmp/cypress-yaml-1783347166117-8a7udoyhp.yaml [2026-07-06T14:12:46.400Z] [INFO] Command exit code: 0 [2026-07-06T14:12:46.793Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347166401-tzk8d8w4w.yaml && rm -f /tmp/cypress-yaml-1783347166401-tzk8d8w4w.yaml [2026-07-06T14:12:46.799Z] [INFO] Command exit code: 0 [2026-07-06T14:12:47.195Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347166800-qlzmdv9cl.yaml && rm -f /tmp/cypress-yaml-1783347166800-qlzmdv9cl.yaml [2026-07-06T14:12:47.202Z] [INFO] Command exit code: 0 [2026-07-06T14:12:47.222Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T14:12:47.293Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:12:47.506Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:12:51.141Z] [INFO] [STEP 2] Check SC row exists [2026-07-06T14:12:51.271Z] [INFO] [STEP 3] Check there's no Default label [2026-07-06T14:12:51.378Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-06T14:12:51.447Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-06T14:12:51.524Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-06T14:12:51.705Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-06T14:12:51.938Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-06T14:12:52.072Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:52.360Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:52.424Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (7552ms) [2026-07-06T14:12:52.599Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-06T14:12:52.602Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-06T14:12:52.606Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T14:12:52.610Z] [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-06T14:12:52.614Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:12:52.631Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T14:12:52.641Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:12:52.800Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:12:54.928Z] [INFO] [STEP 2] Check SC row exists [2026-07-06T14:12:54.957Z] [INFO] [STEP 3] Check there's no Default label [2026-07-06T14:12:54.990Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-06T14:12:55.022Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-06T14:12:55.083Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-06T14:12:55.190Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-06T14:12:55.361Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-06T14:12:55.391Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:55.653Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:55.661Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-06T14:12:55.750Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-06T14:12:55.752Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-06T14:12:55.757Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T14:12:55.760Z] [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-06T14:12:55.765Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:12:55.779Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T14:12:55.787Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:12:55.951Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:12:57.852Z] [INFO] [STEP 2] Check there's no Default label [2026-07-06T14:12:57.949Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-06T14:12:58.022Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-06T14:12:58.173Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-06T14:12:58.572Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-06T14:12:58.596Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:58.874Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:12:58.885Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-06T14:12:58.978Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-06T14:12:58.985Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-06T14:12:58.989Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T14:12:58.994Z] [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-06T14:12:58.999Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:12:59.022Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T14:12:59.034Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:12:59.186Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:01.188Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-06T14:13:01.253Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-06T14:13:01.507Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-06T14:13:01.529Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-06T14:13:01.693Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-06T14:13:01.705Z] [INFO] [STEP 7] Save the changes [2026-07-06T14:13:01.793Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-06T14:13:01.926Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-06T14:13:01.931Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:13:02.233Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T14:13:02.244Z] [INFO] Storage Class Config: [2026-07-06T14:13:02.249Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-06T14:13:02.655Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-06T14:13:02.847Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-06T14:13:03.139Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-06T14:13:03.142Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-06T14:13:03.422Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-06T14:13:03.425Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-06T14:13:03.701Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-06T14:13:03.706Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-06T14:13:03.992Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-06T14:13:03.996Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-06T14:13:04.286Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (19s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 19 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-06T14:13:07.813Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-06T14:13:07.823Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-06T14:13:07.825Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-06T14:13:07.831Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T14:13:07.835Z] [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-06T14:13:07.839Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:13:07.853Z] [INFO] Loaded test data from fixtures [2026-07-06T14:13:07.886Z] [INFO] Provisioning storage classes with different access modes [2026-07-06T14:13:08.180Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347187893-75hoiqh3z.yaml && rm -f /tmp/cypress-yaml-1783347187893-75hoiqh3z.yaml [2026-07-06T14:13:08.186Z] [INFO] Command exit code: 0 [2026-07-06T14:13:08.446Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347188187-x9fwgd4xt.yaml && rm -f /tmp/cypress-yaml-1783347188187-x9fwgd4xt.yaml [2026-07-06T14:13:08.451Z] [INFO] Command exit code: 0 [2026-07-06T14:13:08.725Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347188453-z5x6v1rzc.yaml && rm -f /tmp/cypress-yaml-1783347188453-z5x6v1rzc.yaml [2026-07-06T14:13:08.741Z] [INFO] Command exit code: 0 [2026-07-06T14:13:09.026Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347188743-yrshcs6bx.yaml && rm -f /tmp/cypress-yaml-1783347188743-yrshcs6bx.yaml [2026-07-06T14:13:09.032Z] [INFO] Command exit code: 0 [2026-07-06T14:13:09.308Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347189033-ph4jj7bw5.yaml && rm -f /tmp/cypress-yaml-1783347189033-ph4jj7bw5.yaml [2026-07-06T14:13:09.314Z] [INFO] Command exit code: 0 [2026-07-06T14:13:09.317Z] [INFO] Provisioning project [2026-07-06T14:13:09.320Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T14:13:09.579Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T14:13:09.585Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-06T14:13:09.590Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-06T14:13:09.600Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-06T14:13:10.009Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-06T14:13:10.296Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-06T14:13:10.304Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T14:13:10.638Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T14:13:10.644Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-06T14:13:10.651Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-06T14:13:11.069Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-06T14:13:11.079Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:13:11.085Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:13:11.313Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:12.885Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T14:13:14.651Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T14:13:14.922Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-06T14:13:15.188Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-06T14:13:15.274Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-06T14:13:15.373Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (8573ms) [2026-07-06T14:13:16.403Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-06T14:13:16.405Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-06T14:13:16.410Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T14:13:16.415Z] [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-06T14:13:16.419Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:13:16.429Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:13:16.436Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:13:16.595Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:17.735Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T14:13:19.190Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T14:13:19.441Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-06T14:13:19.743Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-06T14:13:20.069Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-06T14:13:20.078Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-06T14:13:20.096Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-06T14:13:20.099Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-06T14:13:20.294Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-06T14:13:20.397Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode [2026-07-06T14:13:20.601Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-06T14:13:20.604Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-06T14:13:20.610Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T14:13:20.615Z] [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-06T14:13:20.620Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:13:20.630Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:13:20.637Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:13:20.909Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:22.079Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T14:13:23.621Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T14:13:23.951Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-06T14:13:24.200Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-06T14:13:24.460Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-06T14:13:24.486Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-06T14:13:24.491Z] [INFO] [STEP 8] Default should be RWO [2026-07-06T14:13:24.499Z] [INFO] [STEP 9] Switch to RWX [2026-07-06T14:13:24.595Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-06T14:13:24.832Z] [INFO] Starting 480s timeout for: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-06T14:13:24.835Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-06T14:13:24.839Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T14:13:24.844Z] [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-06T14:13:24.849Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:13:24.858Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:13:24.865Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:13:25.022Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:26.163Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T14:13:27.572Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T14:13:27.825Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-06T14:13:28.911Z] [INFO] [STEP 5] Submit the form [2026-07-06T14:13:28.999Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-06T14:13:29.164Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-06T14:13:29.388Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-06T14:13:29.395Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-06T14:13:29.535Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-06T14:13:29.698Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-06T14:13:29.700Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-06T14:13:29.706Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T14:13:29.712Z] [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-06T14:13:29.716Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:13:29.725Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:13:29.732Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:13:29.891Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:31.035Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T14:13:32.517Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T14:13:32.820Z] [INFO] [STEP 4] Open create modal [2026-07-06T14:13:33.119Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-06T14:13:33.652Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-06T14:13:33.853Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-06T14:13:33.948Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-06T14:13:33.987Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-06T14:13:34.350Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-06T14:13:34.354Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-06T14:13:34.642Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-06T14:13:34.646Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-06T14:13:34.929Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-06T14:13:34.933Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-06T14:13:35.230Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-06T14:13:35.234Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-06T14:13:35.510Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-06T14:13:35.513Z] [INFO] [STEP 9] Cleaning up project [2026-07-06T14:13:35.813Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found ✓ Should reset access mode appropriately when switching between storage classes 5 passing (28s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 28 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-06T14:13:40.802Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-06T14:13:40.812Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-06T14:13:40.815Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-06T14:13:40.820Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-06T14:13:40.824Z] [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-06T14:13:40.829Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-06T14:13:40.889Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-06T14:13:40.892Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-06T14:13:40.896Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-06T14:13:40.901Z] [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-06T14:13:40.906Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-06T14:13:40.938Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-06T14:13:40.941Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-06T14:13:40.948Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-06T14:13:40.952Z] [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-06T14:13:40.956Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:13:40.991Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-06T14:13:41.281Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-06T14:13:41.287Z] [INFO] Dashboard Config: [2026-07-06T14:13:41.570Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-06T14:13:41.577Z] [INFO] Controller Config: [2026-07-06T14:13:41.583Z] [INFO] Executing command: [2026-07-06T14:13:41.882Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-06T14:13:41.889Z] [INFO] Command stderr: [2026-07-06T14:13:41.895Z] [INFO] Raw Controller Culler Config Response: [2026-07-06T14:13:41.898Z] [INFO] Controller Culler Config (Error): [2026-07-06T14:13:41.901Z] [INFO] Check if user is in RHODS user groups [2026-07-06T14:13:41.903Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-06T14:13:42.176Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-06T14:13:42.187Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-06T14:13:42.196Z] [INFO] Check for existing ClusterRoleBinding [2026-07-06T14:13:42.201Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-06T14:13:42.470Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-06T14:13:42.476Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-06T14:13:42.481Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-06T14:13:42.791Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783347222484-r7djb0tim.yaml && rm -f /tmp/cypress-yaml-1783347222484-r7djb0tim.yaml [2026-07-06T14:13:42.797Z] [INFO] Command exit code: 0 [2026-07-06T14:13:42.802Z] [INFO] Successfully created ClusterRoleBinding [2026-07-06T14:13:42.819Z] [INFO] [STEP 1] Log into the application as admin [2026-07-06T14:13:42.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:13:43.101Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:13:45.116Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-06T14:13:46.049Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-06T14:13:46.122Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-06T14:13:47.690Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-06T14:13:47.755Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-06T14:13:49.159Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-06T14:13:49.212Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-06T14:13:50.408Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-06T14:13:50.473Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-06T14:13:51.751Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-06T14:13:51.868Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-06T14:13:53.299Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-06T14:13:53.648Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-06T14:13:57.707Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-06T14:13:57.825Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-06T14:14:00.241Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-06T14:14:00.340Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-06T14:14:02.730Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-06T14:14:02.736Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-06T14:14:03.138Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-06T14:14:03.196Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-06T14:14:03.250Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (21683ms) 1 passing (23s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 22 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-06T14:14:06.792Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-06T14:14:06.804Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-06T14:14:06.807Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-06T14:14:06.813Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-06T14:14:06.822Z] [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-06T14:14:06.827Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:14:06.847Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-06T14:14:06.851Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-06T14:14:07.181Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T14:14:07.188Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-06T14:14:07.196Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-06T14:14:07.208Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-06T14:14:07.616Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-06T14:14:07.946Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-06T14:14:07.952Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-06T14:14:08.324Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T14:14:08.330Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-06T14:14:08.336Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-06T14:14:08.385Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:14:08.397Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:14:08.693Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:14:10.929Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-06T14:14:12.600Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-06T14:14:13.289Z] [INFO] [STEP 4] Select category [2026-07-06T14:14:13.747Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-06T14:14:14.281Z] [INFO] [STEP 6] Add new section heading [2026-07-06T14:14:16.149Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-06T14:14:16.301Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-06T14:14:16.590Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-06T14:14:16.674Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-06T14:14:16.765Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-06T14:14:16.837Z] [INFO] [STEP 12] Preview connection type. [2026-07-06T14:14:17.565Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-06T14:14:19.859Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-06T14:14:21.263Z] [INFO] [STEP 15] Navigate to the Connections tab and validate the connection type is not available ✓ Verify User Can Create, Preview and Delete a Connection Type (17670ms) [2026-07-06T14:14:24.512Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-06T14:14:24.514Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-06T14:14:24.518Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-06T14:14:24.522Z] [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-06T14:14:24.526Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:14:24.545Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:14:24.551Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:14:24.722Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:14:25.896Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-06T14:14:26.684Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-06T14:14:27.150Z] [INFO] [STEP 4] Edit the Connection type [2026-07-06T14:14:27.904Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-06T14:14:27.912Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-06T14:14:31.907Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-06T14:14:33.857Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-06T14:14:38.138Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-06T14:14:38.437Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-06T14:14:38.442Z] [INFO] Executing delete connection type command: oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-06T14:14:38.790Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-06T14:14:48.121Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13538ms) 2 passing (42s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 41 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-06T14:14:50.925Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-06T14:14:50.945Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-06T14:14:50.954Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-06T14:14:50.984Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-06T14:14:50.989Z] [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-06T14:14:50.999Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:14:51.028Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-06T14:14:51.037Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-06T14:14:51.271Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:14:53.989Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-06T14:14:54.093Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-06T14:14:57.729Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-06T14:14:57.750Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-06T14:14:57.756Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-06T14:14:57.784Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-06T14:14:57.795Z] [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-06T14:14:57.804Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:14:57.833Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-06T14:14:58.721Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-06T14:14:58.735Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-06T14:14:58.740Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-06T14:14:58.751Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-06T14:14:58.755Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-06T14:14:59.024Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-06T14:14:59.035Z] [INFO] No matching profile found, proceeding with the test. [2026-07-06T14:14:59.049Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-06T14:14:59.072Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783347299053.yaml" -n redhat-ods-applications [2026-07-06T14:14:59.375Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783347299053.yaml" -n redhat-ods-applications [2026-07-06T14:14:59.388Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-06T14:14:59.520Z] [INFO] [EXEC] rm /tmp/temp_1783347299053.yaml [2026-07-06T14:14:59.552Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:14:59.587Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:14:59.771Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:15:03.445Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-06T14:15:03.616Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-06T14:15:04.364Z] [INFO] [STEP 4] Select the hardware profile [2026-07-06T14:15:04.649Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-06T14:15:04.691Z] [INFO] [STEP 6] Launch a notebook server [2026-07-06T14:15:04.890Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-06T14:15:04.913Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T14:15:17.645Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T14:15:17.672Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-06T14:15:17.679Z] [INFO] Found 1 matching pods [2026-07-06T14:15:17.682Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-06T14:15:29.862Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-06T14:15:29.869Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-06T14:15:29.874Z] [INFO] [STEP 8] Expand the Event log [2026-07-06T14:15:30.018Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-06T14:15:38.460Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-06T14:15:38.503Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T14:15:41.104Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T14:15:41.135Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-06T14:15:41.162Z] [INFO] Found 1 matching pods [2026-07-06T14:15:41.195Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-06T14:15:41.475Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-06T14:15:41.484Z] [INFO] Found tolerations: [{"effect":"PreferNoSchedule","key":"test-taint","operator":"Equal"},{"effect":"NoExecute","key":"node.kubernetes.io/not-ready","operator":"Exists","tolerationSeconds":300},{"effect":"NoExecute","key":"node.kubernetes.io/unreachable","operator":"Exists","tolerationSeconds":300},{"effect":"NoSchedule","key":"node.kubernetes.io/memory-pressure","operator":"Exists"}] [2026-07-06T14:15:41.488Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-06T14:15:41.523Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-06T14:15:41.692Z] [INFO] [STEP 12] Stop the server [2026-07-06T14:15:41.871Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-06T14:15:42.024Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-06T14:15:43.094Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-06T14:15:43.099Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-06T14:15:43.103Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-hardware-profile-notebooks")) | .metadata.name' | tr -d '"' [2026-07-06T14:15:43.496Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-hardware-profile-notebooks")) | .metadata.name' | tr -d '"' [2026-07-06T14:15:43.505Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-06T14:15:43.894Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (44359ms) 1 passing (46s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 46 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-06T14:15:47.386Z] [INFO] Setting tests timeout to: 480 seconds Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML file [2026-07-06T14:15:47.407Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-06T14:15:47.419Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-06T14:15:47.430Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-06T14:15:47.436Z] [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-06T14:15:47.446Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:15:47.524Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-06T14:15:47.529Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-06T14:15:47.534Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-06T14:15:48.107Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-06T14:15:48.119Z] [INFO] No matching template found, proceeding with the test. [2026-07-06T14:15:48.183Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:15:48.209Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:15:48.620Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:15:50.995Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-06T14:15:51.085Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-06T14:15:54.529Z] [INFO] Navigation successful | Searching for Add button [2026-07-06T14:15:54.708Z] [INFO] [STEP 3] Select API Protocol [2026-07-06T14:15:54.990Z] [INFO] [STEP 4] Select Model Types [2026-07-06T14:15:55.288Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-06T14:15:55.350Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-06T14:15:56.137Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-06T14:16:06.792Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-06T14:16:06.795Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-06T14:16:06.801Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-06T14:16:06.805Z] [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-06T14:16:06.811Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T14:16:06.843Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-06T14:16:06.849Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-06T14:16:06.853Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-06T14:16:07.190Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-06T14:16:07.198Z] [INFO] Template found: template-0e9cw1. Proceeding to delete. [2026-07-06T14:16:07.538Z] [INFO] [EXEC] oc delete template template-0e9cw1 -n redhat-ods-applications [2026-07-06T14:16:07.557Z] [INFO] [STEP 1] Log into the application [2026-07-06T14:16:07.567Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T14:16:07.840Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T14:16:09.223Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-06T14:16:09.249Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-06T14:16:11.410Z] [INFO] Navigation successful | Searching for Add button [2026-07-06T14:16:11.540Z] [INFO] [STEP 3] Select API Protocol [2026-07-06T14:16:11.789Z] [INFO] [STEP 4] Select Model Types [2026-07-06T14:16:12.049Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-06T14:16:12.106Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-06T14:16:12.759Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-06T14:16:13.606Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-06T14:16:14.024Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-06T14:16:14.344Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-06T14:16:14.350Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (7310ms) 1 passing (27s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 27 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /servingRuntimes/testSingleServingRuntimeCreation.cy.ts/Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML f ile -- Admin should access serving runtimes, import a yaml file and then delete (failed).png Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:45 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 491ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 700ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:16 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:19 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:19 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:28 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:22 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:41 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:46 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:27 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:36 27 19 - 8 -