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-08-05T02:50:44.924Z] [INFO] Setting tests timeout to: 480 seconds application [2026-08-05T02:50:44.951Z] [INFO] Starting 480s timeout for: should login and load page [2026-08-05T02:50:44.956Z] [INFO] Test title: should login and load page [2026-08-05T02:50:44.966Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-08-05T02:50:44.976Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T02:50:44.982Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-08-05T02:50:44.999Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ ✓ should login and load page 1 passing (2s) [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: 1 second │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-08-05T02:50:49.580Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-08-05T02:50:49.628Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-08-05T02:50:49.633Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-08-05T02:50:49.642Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-08-05T02:50:49.648Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T02:50:49.653Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-08-05T02:50:49.682Z] [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-08-05T02:50:50.281Z] [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-08-05T02:50:50.295Z] [INFO] No notebooks found [2026-08-05T02:50:50.314Z] [INFO] [STEP 1] Log into the application [2026-08-05T02:50:50.339Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T02:51:05.123Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-08-05T02:51:05.360Z] [INFO] [STEP 3] Choose Code Server Image [2026-08-05T02:51:07.054Z] [INFO] [STEP 4] Check Start server button is enabled [2026-08-05T02:51:07.092Z] [INFO] [STEP 5] Launch a notebook server [2026-08-05T02:51:07.335Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-08-05T02:51:07.367Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-08-05T02:51:17.941Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-08-05T02:51:17.950Z] [INFO] Error parsing line: "" [2026-08-05T02:51:17.978Z] [INFO] Found 0 matching pods [2026-08-05T02:51:18.004Z] [INFO] No matching pods found [2026-08-05T02:51:18.031Z] [INFO] [STEP 7] Expand the Event log [2026-08-05T02:51:28.604Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-08-05T02:51:28.608Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-08-05T02:51:28.612Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-08-05T02:51:28.617Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T02:51:28.621Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-08-05T02:51:28.631Z] [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-08-05T02:51:28.871Z] [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-08-05T02:51:28.876Z] [INFO] No notebooks found [2026-08-05T02:51:28.921Z] [INFO] [STEP 1] Log into the application [2026-08-05T02:51:28.937Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T02:51:40.387Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-08-05T02:51:40.603Z] [INFO] [STEP 3] Choose Code Server Image [2026-08-05T02:51:41.520Z] [INFO] [STEP 4] Check Start server button is enabled [2026-08-05T02:51:41.561Z] [INFO] [STEP 5] Launch a notebook server [2026-08-05T02:51:41.784Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-08-05T02:51:41.788Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-08-05T02:51:52.312Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-08-05T02:51:52.320Z] [INFO] Error parsing line: "" [2026-08-05T02:51:52.325Z] [INFO] Found 0 matching pods [2026-08-05T02:51:52.328Z] [INFO] No matching pods found [2026-08-05T02:51:52.331Z] [INFO] [STEP 7] Expand the Event log 1) Verify User Can Access Jupyter Launcher From Project Page 0 passing (1m) 1 failing 1) Verify a Jupyter Notebook can be launched directly from the Project List View Verify User Can Access Jupyter Launcher From Project Page: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Check Start server button is enabled 6. Launch a notebook server 7. Verify the Jupyter Notebook pod is ready 8. Expand the Event log Timed out retrying after 10000ms: Unable to find an element by: [data-testid="expand-logs"] Ignored nodes: comments, script, style Red Hat OpenShift AI