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-19T20:35:49.297Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-19T20:35:49.346Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-19T20:35:49.351Z] [INFO] Test title: should login and load page [2026-07-19T20:35:49.362Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-19T20:35:49.424Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:35:49.432Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T20:35:49.447Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.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-07-19T20:35:54.047Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-19T20:35:54.126Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-19T20:35:54.131Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-19T20:35:54.142Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-19T20:35:54.148Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:35:54.159Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T20:35:54.185Z] [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-19T20:35:54.859Z] [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-19T20:35:54.865Z] [INFO] No notebooks found [2026-07-19T20:35:54.922Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:35:54.950Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:36:09.968Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-19T20:36:10.174Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-19T20:36:11.090Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-19T20:36:11.119Z] [INFO] [STEP 5] Launch a notebook server [2026-07-19T20:36:11.329Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-19T20:36:11.361Z] [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-19T20:36:21.991Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-19T20:36:22.002Z] [INFO] Error parsing line: "" [2026-07-19T20:36:22.034Z] [INFO] Found 0 matching pods [2026-07-19T20:36:22.063Z] [INFO] No matching pods found [2026-07-19T20:36:22.092Z] [INFO] [STEP 7] Expand the Event log [2026-07-19T20:36:32.663Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-19T20:36:32.666Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-19T20:36:32.671Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-19T20:36:32.676Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:36:32.680Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T20:36:32.690Z] [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-19T20:36:32.944Z] [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-19T20:36:32.950Z] [INFO] No notebooks found [2026-07-19T20:36:32.970Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:36:32.983Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:36:39.866Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-19T20:36:40.047Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-19T20:36:41.754Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-19T20:36:41.797Z] [INFO] [STEP 5] Launch a notebook server [2026-07-19T20:36:42.003Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-19T20:36:42.011Z] [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-19T20:36:52.527Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-19T20:36:52.540Z] [INFO] Error parsing line: "" [2026-07-19T20:36:52.544Z] [INFO] Found 0 matching pods [2026-07-19T20:36:52.548Z] [INFO] No matching pods found [2026-07-19T20:36:52.551Z] [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.4ed5daee-f494-4ddb-9a74-950f0a3a3614.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