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-20T06:25:44.709Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-20T06:25:44.734Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-20T06:25:44.740Z] [INFO] Test title: should login and load page [2026-07-20T06:25:44.753Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-20T06:25:44.762Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:25:44.768Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T06:25:44.783Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.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-20T06:25:48.946Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-20T06:25:49.016Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-20T06:25:49.023Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-20T06:25:49.032Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-20T06:25:49.041Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:25:49.046Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T06:25:49.106Z] [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-20T06:25:49.648Z] [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-20T06:25:49.662Z] [INFO] No notebooks found [2026-07-20T06:25:49.703Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:25:49.723Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:26:04.973Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-20T06:26:05.259Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-20T06:26:06.761Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-20T06:26:06.804Z] [INFO] [STEP 5] Launch a notebook server [2026-07-20T06:26:06.985Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-20T06:26:07.017Z] [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-20T06:26:17.547Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-20T06:26:17.587Z] [INFO] Error parsing line: "" [2026-07-20T06:26:17.613Z] [INFO] Found 0 matching pods [2026-07-20T06:26:17.640Z] [INFO] No matching pods found [2026-07-20T06:26:17.667Z] [INFO] [STEP 7] Expand the Event log [2026-07-20T06:26:28.337Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-20T06:26:28.341Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-20T06:26:28.346Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-20T06:26:28.350Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:26:28.355Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T06:26:28.365Z] [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-20T06:26:28.619Z] [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-20T06:26:28.625Z] [INFO] No notebooks found [2026-07-20T06:26:28.644Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:26:28.655Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:26:35.878Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-20T06:26:36.015Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-20T06:26:36.748Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-20T06:26:36.793Z] [INFO] [STEP 5] Launch a notebook server [2026-07-20T06:26:37.047Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-20T06:26:37.050Z] [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-20T06:26:47.651Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-20T06:26:47.715Z] [INFO] Error parsing line: "" [2026-07-20T06:26:47.721Z] [INFO] Found 0 matching pods [2026-07-20T06:26:47.725Z] [INFO] No matching pods found [2026-07-20T06:26:47.729Z] [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.0bccc067-d85a-4af7-b306-ef099c325338.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