<?xml version='1.0' encoding='utf-8'?>
<testsuites><testsuite name="Root Suite" timestamp="2026-09-14T13:56:59" tests="0" file="cypress/tests/e2e/learningResources/testCustomResourceCreation.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Create a custom resource Quickstart by using Dashboard CRDs" timestamp="2026-09-14T13:56:59" tests="1" time="101.835" failures="0">
    <testcase name="Create a custom resource Quickstart by using Dashboard CRDs Upload custom resource and verify" time="98.963" classname="Upload custom resource and verify">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:18:44" tests="0" file="cypress/tests/e2e/settings/hardwareProfiles/testHardwareProfiles.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify Hardware Profiles - Creating, Editing and Deleting" timestamp="2026-09-14T14:18:44" tests="1" time="3.118" failures="1">
    <testcase name="Verify Hardware Profiles - Creating, Editing and Deleting Create, Edit and Delete a Hardware Profile" time="1.741" classname="Create, Edit and Delete a Hardware Profile">
      <failure message="  Test steps were:  1. Log into the application 2. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/  `cy.visit()` failed trying to load:  https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/  We attempted to make an http request to this URL but the request failed without a response.  We received this error at the network level:    &gt; Error: socket hang up  Common situations why this would fail:   - you don't have internet access   - you forgot to run / boot your web server   - your web server isn't accessible   - you have weird network configuration settings on your computer" type="CypressError">CypressError: `cy.visit()` failed trying to load:

https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  &gt; Error: socket hang up

Common situations why this would fail:
  - you don't have internet access
  - you forgot to run / boot your web server
  - your web server isn't accessible
  - you have weird network configuration settings on your computer
    at &lt;unknown&gt; (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:135427:74)
    at visitFailedByErr (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:135001:12)
    at &lt;unknown&gt; (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:135426:11)
    at tryCatcher (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/ci-auth-bypass.ts:51:14)

From Node.js Internals:
Error: socket hang up
    at TLSSocket.socketOnEnd (node:_http_client:542:25)
    at TLSSocket.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1698:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:01:56" tests="0" file="cypress/tests/e2e/modelTraining/trainJobs/testTrainjobLifecycle.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify user can monitor a training job through its lifecycle" timestamp="2026-09-14T14:01:56" tests="1" time="315.155" failures="1">
    <testcase name="Verify user can monitor a training job through its lifecycle Should monitor training job from Running to Complete and verify backend pods" time="156.690" classname="Should monitor training job from Running to Complete and verify backend pods">
      <failure message="  Test steps were:  1. Check if Trainer component is Managed in DSC 2. Create testing project 3. Setup training resources (Kueue, TrainingRuntime, TrainJob) 4. Log into the application 5. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ 6. Navigate to Training jobs 7. Select the project 8. Verify training job appears in the table 9. Wait for training job to reach Running status 10. Click on the training job status to open status modal 11. Verify status modal opens and shows Running status 12. Switch to Events log tab and verify log entries exist 13. Close modal and wait for training job to complete 14. Verify backend pods have completed successfully 15. Click on the training job status to open modal for deletion 16. Delete training job via delete button 17. Confirm deletion in modal 18. Verify training job is deleted from UI  Timed out retrying after 10000ms: Unable to find an element by: [data-testid=&quot;empty-state-body&quot;]  Ignored nodes: comments, script, style &lt;html   lang=&quot;en-US&quot; &gt;   &lt;head&gt;           &lt;meta       charset=&quot;utf-8&quot;     /&gt;     &lt;meta       content=&quot;width=device-width,initial-scale=1&quot;       name=&quot;viewport&quot;     /&gt;     &lt;meta       content=&quot;#ffffff&quot;       name=&quot;theme-color&quot;     /&gt;     &lt;title&gt;       Red Hat OpenShift AI     &lt;/title&gt;     &lt;link       href=&quot;/rhoai-favicon.svg&quot;       rel=&quot;icon&quot;     /&gt;     &lt;link       href=&quot;/app.97cc2d3b0c9e22f4.css&quot;       rel=&quot;stylesheet&quot;     /&gt;     &lt;link       href=&quot;/8823.5149b79344df91da.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5532.e7cb8be62b2a30a5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/9139.8b7c4e0c7c13b337.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/7070.93bd77b5030d9376.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5630.47a6bbaa6073a1bb.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/1380.5bba654a265ab1d5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/4377.b2caaa5b8b5b5d8c.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;   &lt;/head&gt;   &lt;body     class=&quot;&quot;   &gt;     &lt;noscript&gt;       You need to enable JavaScript to run this app.     &lt;/noscript&gt;               &lt;div       id=&quot;root&quot;     &gt;       &lt;div         class=&quot;pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard&quot;         data-testid=&quot;dashboard-page-main&quot;       &gt;         &lt;header           aria-label=&quot;page masthead&quot;           class=&quot;pf-v6-c-masthead pf-m-display-inline&quot;           role=&quot;banner&quot;         &gt;           &lt;div             class=&quot;pf-v6-c-masthead__main&quot;           &gt;             &lt;span               class=&quot;pf-v6-c-masthead__toggle&quot;             &gt;               &lt;button                 aria-expanded=&quot;true&quot;                 aria-label=&quot;Dashboard navigation&quot;                 class=&quot;pf-v6-c-button pf-m-plain pf-m-hamburger&quot;                 data-ouia-component-id=&quot;OUIA-Generated-Button-plain-:r0:&quot;                 data-ouia-component-type=&quot;PF6/Button&quot;                 data-ouia-safe=&quot;true&quot;                 id=&quot;page-nav-toggle&quot;                 type=&quot;button&quot;               &gt;                 &lt;span                   class=&quot;pf-v6-c-button__icon&quot;                 &gt;                   &lt;svg                     class=&quot;pf-v6-c-button--hamburger-icon pf-v6-svg&quot;                     height=&quot;1em&quot;                     viewBox=&quot;0 0 10 10&quot;                     width=&quot;1em&quot;                   &gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--top&quot;                       d=&quot;M1,1 L9,1&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--middle&quot;                       d=&quot;M1,5 L9,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--arrow&quot;                       d=&quot;M1,5 L1,5 L1,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--bottom&quot;                       d=&quot;M9,9 L1,9&quot;                     /&gt;                   &lt;/svg&gt;                 &lt;/span&gt;               &lt;/button&gt;             &lt;/span&gt;             &lt;div               class=&quot;pf-v6-c-masthead__brand&quot;             &gt;               &lt;a                 class=&quot;pf-v6-c-masthead__logo&quot;                 data-discover=&quot;true&quot;                 href=&quot;/&quot;               &gt;                 &lt;img                   alt=&quot;Red Hat OpenShift AI&quot;                   class=&quot;pf-v6-c-brand odh-dashboard__brand&quot;                   src=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg&quot;                 /&gt;               &lt;/a&gt;             &lt;/div&gt;           &lt;/div&gt;           &lt;div             class=&quot;pf-v6-c-masthead__content&quot;           &gt;             &lt;div               class=&quot;pf-v6-c-toolbar pf-m-full-height&quot;               data-ouia-component-id=&quot;OUIA-Generated-Toolbar-:r2:&quot;               data-ouia-component-type=&quot;PF6/Toolbar&quot;               data-ouia-safe=&quot;true&quot;               id=&quot;pf-random-id-:r1:&quot;             &gt;               &lt;div                 class=&quot;pf-v6-c-toolbar__content&quot;               &gt;                 &lt;div                   class=&quot;pf-v6-c-toolbar__content-section&quot;                 &gt;                   &lt;div                     class=&quot;pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end&quot;                   &gt;                     &lt;div                       class=&quot;pf-v6-c-toolbar__item&quot;                     &gt;                       &lt;div                         style=&quot;display: contents;&quot;                       &gt;                         &lt;button                           aria-expanded=&quot;false&quot;                           aria-label=&quot;Notification drawer&quot;                           class=&quot;pf-v6-c-button pf-m-stateful pf-m-read&quot;                           data-ouia-component-id=&quot;OUIA-Generated-Button-stateful-:r4:&quot;                           data-ouia-component-type=&quot;PF6/Button&quot;                           data-ouia-safe=&quot;true&quot;                           type=&quot;button&quot;                         &gt;                           &lt;span                             class=&quot;pf-v6-c-button__icon&quot;                           &gt;                             &lt;svg                               aria-hidden=&quot;true&quot;                               class=&quot;pf-v6-svg&quot;                               fill=&quot;currentColor&quot;                               height=&quot;1em&quot;                               role=&quot;img&quot;                               viewBox=&quot;0 0 32 32&quot;                               width=&quot;1em&quot;                             &gt;                               &lt;path                                 d=&quot;M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z&quot;                               /&gt;                             &lt;/svg&gt;                           &lt;/span&gt;                         &lt;/button&gt;                       &lt;/div&gt;                     &lt;/div&gt;                     &lt;div                       class=&quot;pf-v6-c-toolbar__item&quot;                       data-testid=&quot;application-launcher&quot;                     &gt;                       &lt;div                         style=&quot;display: contents;&quot;                       &gt;                         &lt;button                           aria-expanded=&quot;false&quot;                           aria-label=&quot;Application launcher&quot;                           class=&quot;pf-v6-c-menu-toggle pf-m-plain&quot;                           data-ouia-component-id=&quot;OUIA-Generated-MenuToggle-plain-:r9:&quot;                           data-ouia-component-type=&quot;PF6/MenuToggle&quot;                           data-ouia-safe=&quot;true&quot;                           style=&quot;width: auto;&quot; ..." type="AssertionError">AssertionError: Timed out retrying after 10000ms: Unable to find an element by: [data-testid="empty-state-body"]

Ignored nodes: comments, script, style
&lt;html
  lang="en-US"
&gt;
  &lt;head&gt;
     
    &lt;meta
      charset="utf-8"
    /&gt;
    &lt;meta
      content="width=device-width,initial-scale=1"
      name="viewport"
    /&gt;
    &lt;meta
      content="#ffffff"
      name="theme-color"
    /&gt;
    &lt;title&gt;
      Red Hat OpenShift AI
    &lt;/title&gt;
    &lt;link
      href="/rhoai-favicon.svg"
      rel="icon"
    /&gt;
    &lt;link
      href="/app.97cc2d3b0c9e22f4.css"
      rel="stylesheet"
    /&gt;
    &lt;link
      href="/8823.5149b79344df91da.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5532.e7cb8be62b2a30a5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/9139.8b7c4e0c7c13b337.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/7070.93bd77b5030d9376.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5630.47a6bbaa6073a1bb.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/1380.5bba654a265ab1d5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/4377.b2caaa5b8b5b5d8c.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
  &lt;/head&gt;
  &lt;body
    class=""
  &gt;
    &lt;noscript&gt;
      You need to enable JavaScript to run this app.
    &lt;/noscript&gt;
    
    
    &lt;div
      id="root"
    &gt;
      &lt;div
        class="pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard"
        data-testid="dashboard-page-main"
      &gt;
        &lt;header
          aria-label="page masthead"
          class="pf-v6-c-masthead pf-m-display-inline"
          role="banner"
        &gt;
          &lt;div
            class="pf-v6-c-masthead__main"
          &gt;
            &lt;span
              class="pf-v6-c-masthead__toggle"
            &gt;
              &lt;button
                aria-expanded="true"
                aria-label="Dashboard navigation"
                class="pf-v6-c-button pf-m-plain pf-m-hamburger"
                data-ouia-component-id="OUIA-Generated-Button-plain-:r0:"
                data-ouia-component-type="PF6/Button"
                data-ouia-safe="true"
                id="page-nav-toggle"
                type="button"
              &gt;
                &lt;span
                  class="pf-v6-c-button__icon"
                &gt;
                  &lt;svg
                    class="pf-v6-c-button--hamburger-icon pf-v6-svg"
                    height="1em"
                    viewBox="0 0 10 10"
                    width="1em"
                  &gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--top"
                      d="M1,1 L9,1"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--middle"
                      d="M1,5 L9,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--arrow"
                      d="M1,5 L1,5 L1,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--bottom"
                      d="M9,9 L1,9"
                    /&gt;
                  &lt;/svg&gt;
                &lt;/span&gt;
              &lt;/button&gt;
            &lt;/span&gt;
            &lt;div
              class="pf-v6-c-masthead__brand"
            &gt;
              &lt;a
                class="pf-v6-c-masthead__logo"
                data-discover="true"
                href="/"
              &gt;
                &lt;img
                  alt="Red Hat OpenShift AI"
                  class="pf-v6-c-brand odh-dashboard__brand"
                  src="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg"
                /&gt;
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div
            class="pf-v6-c-masthead__content"
          &gt;
            &lt;div
              class="pf-v6-c-toolbar pf-m-full-height"
              data-ouia-component-id="OUIA-Generated-Toolbar-:r2:"
              data-ouia-component-type="PF6/Toolbar"
              data-ouia-safe="true"
              id="pf-random-id-:r1:"
            &gt;
              &lt;div
                class="pf-v6-c-toolbar__content"
              &gt;
                &lt;div
                  class="pf-v6-c-toolbar__content-section"
                &gt;
                  &lt;div
                    class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end"
                  &gt;
                    &lt;div
                      class="pf-v6-c-toolbar__item"
                    &gt;
                      &lt;div
                        style="display: contents;"
                      &gt;
                        &lt;button
                          aria-expanded="false"
                          aria-label="Notification drawer"
                          class="pf-v6-c-button pf-m-stateful pf-m-read"
                          data-ouia-component-id="OUIA-Generated-Button-stateful-:r4:"
                          data-ouia-component-type="PF6/Button"
                          data-ouia-safe="true"
                          type="button"
                        &gt;
                          &lt;span
                            class="pf-v6-c-button__icon"
                          &gt;
                            &lt;svg
                              aria-hidden="true"
                              class="pf-v6-svg"
                              fill="currentColor"
                              height="1em"
                              role="img"
                              viewBox="0 0 32 32"
                              width="1em"
                            &gt;
                              &lt;path
                                d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
                              /&gt;
                            &lt;/svg&gt;
                          &lt;/span&gt;
                        &lt;/button&gt;
                      &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div
                      class="pf-v6-c-toolbar__item"
                      data-testid="application-launcher"
                    &gt;
                      &lt;div
                        style="display: contents;"
                      &gt;
                        &lt;button
                          aria-expanded="false"
                          aria-label="Application launcher"
                          class="pf-v6-c-menu-toggle pf-m-plain"
                          data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r9:"
                          data-ouia-component-type="PF6/MenuToggle"
                          data-ouia-safe="true"
                          style="width: auto;"
...
    at Context.monitorLifecycle (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelTraining/trainJobs/testTrainjobLifecycle.cy.ts:176:40)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:59:20" tests="0" file="cypress/tests/e2e/modelCatalog/testModelCatalogAvailable.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verifies that Model Catalog is available for different users" timestamp="2026-09-14T13:59:20" tests="2" time="36.766" failures="0">
    <testcase name="Verifies that Model Catalog is available for different users Verifies that Model Catalog is available for an admin user" time="20.375" classname="Verifies that Model Catalog is available for an admin user">
    </testcase>
    <testcase name="Verifies that Model Catalog is available for different users Verifies that Model Catalog is available for a regular user" time="16.185" classname="Verifies that Model Catalog is available for a regular user">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:00:30" tests="0" file="cypress/tests/e2e/applications/explore/testEnabledISVs.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify RHODS Explore Section Contains Only Expected ISVs" timestamp="2026-09-14T14:00:30" tests="1" time="8.133" failures="0">
    <testcase name="Verify RHODS Explore Section Contains Only Expected ISVs Validate that configured ISVs display in the Explore Section" time="8.231" classname="Validate that configured ISVs display in the Explore Section">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:56:08" tests="0" file="cypress/tests/e2e/dashboardNavigation/testApplicationLinks.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify the RHOAI Application and Switcher links in the Dashboard Navigation" timestamp="2026-09-14T13:56:08" tests="1" time="8.408" failures="0">
    <testcase name="Verify the RHOAI Application and Switcher links in the Dashboard Navigation Verify the various application tabs and switcher links are operational" time="8.339" classname="Verify the various application tabs and switcher links are operational">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:00:00" tests="0" file="cypress/tests/e2e/modelCatalog/testPerformanceFiltersAvailable.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify Performance Filters are available on RHOAI" timestamp="2026-09-14T14:00:00" tests="1" time="22.241" failures="0">
    <testcase name="Verify Performance Filters are available on RHOAI Performance view toggle enables filters and shows benchmark data on validated models" time="22.127" classname="Performance view toggle enables filters and shows benchmark data on validated models">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:56:22" tests="0" file="cypress/tests/e2e/dataScienceProjects/testProjectAdminPermissions.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify that users can provide admin project permissions to non-admin users/groups" timestamp="2026-09-14T13:56:22" tests="3" time="30.901" failures="0">
    <testcase name="Verify that users can provide admin project permissions to non-admin users/groups Verify that user can be added as an Admin for a Project" time="15.311" classname="Verify that user can be added as an Admin for a Project">
    </testcase>
    <testcase name="Verify that users can provide admin project permissions to non-admin users/groups Verify user can assign access permissions to user group" time="11.276" classname="Verify user can assign access permissions to user group">
    </testcase>
    <testcase name="Verify that users can provide admin project permissions to non-admin users/groups Verify that user can access the created project with Admin rights" time="2.712" classname="Verify that user can access the created project with Admin rights">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:58:44" tests="0" file="cypress/tests/e2e/modelCatalog/testCatalogSettingsAvailable.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify Model Catalog Settings Access Control" timestamp="2026-09-14T13:58:44" tests="2" time="32.235" failures="1">
    <testcase name="Verify Model Catalog Settings Access Control Admin user can access Model catalog settings" time="6.741" classname="Admin user can access Model catalog settings">
    </testcase>
    <testcase name="Verify Model Catalog Settings Access Control Non-admin user cannot access Model catalog settings" time="12.705" classname="Non-admin user cannot access Model catalog settings">
      <failure message="  Test steps were:  1. Log into the application as non-admin user 2. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ 3. Verify Model catalog settings nav item is not visible for non-admin 4. Attempt to navigate to Model catalog settings directly 5. Verify page not found is displayed  Timed out retrying after 10000ms: Unable to find an element by: [data-testid=&quot;not-found-page&quot;]  Ignored nodes: comments, script, style &lt;html   lang=&quot;en-US&quot; &gt;   &lt;head&gt;           &lt;meta       charset=&quot;utf-8&quot;     /&gt;     &lt;meta       content=&quot;width=device-width,initial-scale=1&quot;       name=&quot;viewport&quot;     /&gt;     &lt;meta       content=&quot;#ffffff&quot;       name=&quot;theme-color&quot;     /&gt;     &lt;title&gt;       Red Hat OpenShift AI     &lt;/title&gt;     &lt;link       href=&quot;/rhoai-favicon.svg&quot;       rel=&quot;icon&quot;     /&gt;     &lt;link       href=&quot;/app.97cc2d3b0c9e22f4.css&quot;       rel=&quot;stylesheet&quot;     /&gt;     &lt;link       href=&quot;/8823.5149b79344df91da.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5532.e7cb8be62b2a30a5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/9139.8b7c4e0c7c13b337.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/7070.93bd77b5030d9376.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5630.47a6bbaa6073a1bb.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;   &lt;/head&gt;   &lt;body&gt;     &lt;noscript&gt;       You need to enable JavaScript to run this app.     &lt;/noscript&gt;               &lt;div       id=&quot;root&quot;     &gt;       &lt;div         class=&quot;pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard&quot;         data-testid=&quot;dashboard-page-main&quot;       &gt;         &lt;header           aria-label=&quot;page masthead&quot;           class=&quot;pf-v6-c-masthead pf-m-display-inline&quot;           role=&quot;banner&quot;         &gt;           &lt;div             class=&quot;pf-v6-c-masthead__main&quot;           &gt;             &lt;span               class=&quot;pf-v6-c-masthead__toggle&quot;             &gt;               &lt;button                 aria-expanded=&quot;true&quot;                 aria-label=&quot;Dashboard navigation&quot;                 class=&quot;pf-v6-c-button pf-m-plain pf-m-hamburger&quot;                 data-ouia-component-id=&quot;OUIA-Generated-Button-plain-:r0:&quot;                 data-ouia-component-type=&quot;PF6/Button&quot;                 data-ouia-safe=&quot;true&quot;                 id=&quot;page-nav-toggle&quot;                 type=&quot;button&quot;               &gt;                 &lt;span                   class=&quot;pf-v6-c-button__icon&quot;                 &gt;                   &lt;svg                     class=&quot;pf-v6-c-button--hamburger-icon pf-v6-svg&quot;                     height=&quot;1em&quot;                     viewBox=&quot;0 0 10 10&quot;                     width=&quot;1em&quot;                   &gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--top&quot;                       d=&quot;M1,1 L9,1&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--middle&quot;                       d=&quot;M1,5 L9,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--arrow&quot;                       d=&quot;M1,5 L1,5 L1,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--bottom&quot;                       d=&quot;M9,9 L1,9&quot;                     /&gt;                   &lt;/svg&gt;                 &lt;/span&gt;               &lt;/button&gt;             &lt;/span&gt;             &lt;div               class=&quot;pf-v6-c-masthead__brand&quot;             &gt;               &lt;a                 class=&quot;pf-v6-c-masthead__logo&quot;                 data-discover=&quot;true&quot;                 href=&quot;/&quot;               &gt;                 &lt;img                   alt=&quot;Red Hat OpenShift AI&quot;                   class=&quot;pf-v6-c-brand odh-dashboard__brand&quot;                   src=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg&quot;                 /&gt;               &lt;/a&gt;             &lt;/div&gt;           &lt;/div&gt;           &lt;div             class=&quot;pf-v6-c-masthead__content&quot;           &gt;             &lt;div               class=&quot;pf-v6-c-toolbar pf-m-full-height&quot;               data-ouia-component-id=&quot;OUIA-Generated-Toolbar-:r2:&quot;               data-ouia-component-type=&quot;PF6/Toolbar&quot;               data-ouia-safe=&quot;true&quot;               id=&quot;pf-random-id-:r1:&quot;             &gt;               &lt;div                 class=&quot;pf-v6-c-toolbar__content&quot;               &gt;                 &lt;div                   class=&quot;pf-v6-c-toolbar__content-section&quot;                 &gt;                   &lt;div                     class=&quot;pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end&quot;                   &gt;                     &lt;div                       class=&quot;pf-v6-c-toolbar__item&quot;                     &gt;                       &lt;div                         style=&quot;display: contents;&quot;                       &gt;                         &lt;button                           aria-expanded=&quot;false&quot;                           aria-label=&quot;Notification drawer&quot;                           class=&quot;pf-v6-c-button pf-m-stateful pf-m-read&quot;                           data-ouia-component-id=&quot;OUIA-Generated-Button-stateful-:r4:&quot;                           data-ouia-component-type=&quot;PF6/Button&quot;                           data-ouia-safe=&quot;true&quot;                           type=&quot;button&quot;                         &gt;                           &lt;span                             class=&quot;pf-v6-c-button__icon&quot;                           &gt;                             &lt;svg                               aria-hidden=&quot;true&quot;                               class=&quot;pf-v6-svg&quot;                               fill=&quot;currentColor&quot;                               height=&quot;1em&quot;                               role=&quot;img&quot;                               viewBox=&quot;0 0 32 32&quot;                               width=&quot;1em&quot;                             &gt;                               &lt;path                                 d=&quot;M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z&quot;                               /&gt;                             &lt;/svg&gt;                           &lt;/span&gt;                         &lt;/button&gt;                       &lt;/div&gt;                     &lt;/div&gt;                     &lt;div                       class=&quot;pf-v6-c-toolbar__item&quot;                       data-testid=&quot;application-launcher&quot;                     &gt;                       &lt;div                         style=&quot;display: contents;&quot;                       &gt;                         &lt;button                           aria-expanded=&quot;false&quot;                           aria-label=&quot;Application launcher&quot;                           class=&quot;pf-v6-c-menu-toggle pf-m-plain&quot;                           data-ouia-component-id=&quot;OUIA-Generated-MenuToggle-plain-:r9:&quot;                           data-ouia-component-type=&quot;PF6/MenuToggle&quot;                           data-ouia-safe=&quot;true&quot;                           style=&quot;width: auto;&quot;                           type=&quot;button&quot;                         &gt;                           &lt;span                             class=&quot;pf-v6-c-menu-toggle__text&quot;                           &gt;                             &lt;svg..." type="AssertionError">AssertionError: Timed out retrying after 10000ms: Unable to find an element by: [data-testid="not-found-page"]

Ignored nodes: comments, script, style
&lt;html
  lang="en-US"
&gt;
  &lt;head&gt;
     
    &lt;meta
      charset="utf-8"
    /&gt;
    &lt;meta
      content="width=device-width,initial-scale=1"
      name="viewport"
    /&gt;
    &lt;meta
      content="#ffffff"
      name="theme-color"
    /&gt;
    &lt;title&gt;
      Red Hat OpenShift AI
    &lt;/title&gt;
    &lt;link
      href="/rhoai-favicon.svg"
      rel="icon"
    /&gt;
    &lt;link
      href="/app.97cc2d3b0c9e22f4.css"
      rel="stylesheet"
    /&gt;
    &lt;link
      href="/8823.5149b79344df91da.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5532.e7cb8be62b2a30a5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/9139.8b7c4e0c7c13b337.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/7070.93bd77b5030d9376.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5630.47a6bbaa6073a1bb.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;noscript&gt;
      You need to enable JavaScript to run this app.
    &lt;/noscript&gt;
    
    
    &lt;div
      id="root"
    &gt;
      &lt;div
        class="pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard"
        data-testid="dashboard-page-main"
      &gt;
        &lt;header
          aria-label="page masthead"
          class="pf-v6-c-masthead pf-m-display-inline"
          role="banner"
        &gt;
          &lt;div
            class="pf-v6-c-masthead__main"
          &gt;
            &lt;span
              class="pf-v6-c-masthead__toggle"
            &gt;
              &lt;button
                aria-expanded="true"
                aria-label="Dashboard navigation"
                class="pf-v6-c-button pf-m-plain pf-m-hamburger"
                data-ouia-component-id="OUIA-Generated-Button-plain-:r0:"
                data-ouia-component-type="PF6/Button"
                data-ouia-safe="true"
                id="page-nav-toggle"
                type="button"
              &gt;
                &lt;span
                  class="pf-v6-c-button__icon"
                &gt;
                  &lt;svg
                    class="pf-v6-c-button--hamburger-icon pf-v6-svg"
                    height="1em"
                    viewBox="0 0 10 10"
                    width="1em"
                  &gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--top"
                      d="M1,1 L9,1"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--middle"
                      d="M1,5 L9,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--arrow"
                      d="M1,5 L1,5 L1,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--bottom"
                      d="M9,9 L1,9"
                    /&gt;
                  &lt;/svg&gt;
                &lt;/span&gt;
              &lt;/button&gt;
            &lt;/span&gt;
            &lt;div
              class="pf-v6-c-masthead__brand"
            &gt;
              &lt;a
                class="pf-v6-c-masthead__logo"
                data-discover="true"
                href="/"
              &gt;
                &lt;img
                  alt="Red Hat OpenShift AI"
                  class="pf-v6-c-brand odh-dashboard__brand"
                  src="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg"
                /&gt;
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div
            class="pf-v6-c-masthead__content"
          &gt;
            &lt;div
              class="pf-v6-c-toolbar pf-m-full-height"
              data-ouia-component-id="OUIA-Generated-Toolbar-:r2:"
              data-ouia-component-type="PF6/Toolbar"
              data-ouia-safe="true"
              id="pf-random-id-:r1:"
            &gt;
              &lt;div
                class="pf-v6-c-toolbar__content"
              &gt;
                &lt;div
                  class="pf-v6-c-toolbar__content-section"
                &gt;
                  &lt;div
                    class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end"
                  &gt;
                    &lt;div
                      class="pf-v6-c-toolbar__item"
                    &gt;
                      &lt;div
                        style="display: contents;"
                      &gt;
                        &lt;button
                          aria-expanded="false"
                          aria-label="Notification drawer"
                          class="pf-v6-c-button pf-m-stateful pf-m-read"
                          data-ouia-component-id="OUIA-Generated-Button-stateful-:r4:"
                          data-ouia-component-type="PF6/Button"
                          data-ouia-safe="true"
                          type="button"
                        &gt;
                          &lt;span
                            class="pf-v6-c-button__icon"
                          &gt;
                            &lt;svg
                              aria-hidden="true"
                              class="pf-v6-svg"
                              fill="currentColor"
                              height="1em"
                              role="img"
                              viewBox="0 0 32 32"
                              width="1em"
                            &gt;
                              &lt;path
                                d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
                              /&gt;
                            &lt;/svg&gt;
                          &lt;/span&gt;
                        &lt;/button&gt;
                      &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div
                      class="pf-v6-c-toolbar__item"
                      data-testid="application-launcher"
                    &gt;
                      &lt;div
                        style="display: contents;"
                      &gt;
                        &lt;button
                          aria-expanded="false"
                          aria-label="Application launcher"
                          class="pf-v6-c-menu-toggle pf-m-plain"
                          data-ouia-component-id="OUIA-Generated-MenuToggle-plain-:r9:"
                          data-ouia-component-type="PF6/MenuToggle"
                          data-ouia-safe="true"
                          style="width: auto;"
                          type="button"
                        &gt;
                          &lt;span
                            class="pf-v6-c-menu-toggle__text"
                          &gt;
                            &lt;svg...
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelCatalog/testCatalogSettingsAvailable.cy.ts:35:30)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:55:55" tests="0" file="cypress/tests/e2e/applications/testAboutDialog.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify RHODS About Dialog" timestamp="2026-09-14T13:55:55" tests="1" time="9.269" failures="0">
    <testcase name="Verify RHODS About Dialog Verify RHODS About Dialog contains correct information" time="9.205" classname="Verify RHODS About Dialog contains correct information">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:07:15" tests="0" file="cypress/tests/e2e/modelTraining/trainJobs/testTrainjobProgression.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify a Training Job with Progression Tracking" timestamp="2026-09-14T14:07:15" tests="1" time="682.616" failures="1">
    <testcase name="Verify a Training Job with Progression Tracking &quot;before each&quot; hook: retryableBeforeEach for &quot;Should create and complete training job with progression tracking&quot;" time="197.442" classname="&quot;before each&quot; hook: retryableBeforeEach for &quot;Should create and complete training job with progression tracking&quot;">
      <failure message="  Test steps were:  1. Check if Trainer component is Managed in DSC 2. Create testing project  The following error originated from your test code, not from Cypress.    &gt; Test exceeded 480s timeout  When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.  Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Verify a Training Job with ...`" type="Error">Error: The following error originated from your test code, not from Cypress.

  &gt; Test exceeded 480s timeout

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
    at eval (webpack://@odh-dashboard/cypress/./cypress/support/e2e.ts:355:12)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:00:42" tests="0" file="cypress/tests/e2e/dataScienceProjects/workbenches/testWorkbenchStorageClasses.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Workbench Storage Classes Tests" timestamp="2026-09-14T14:00:42" tests="3" time="66.426" failures="0">
    <testcase name="Workbench Storage Classes Tests Create workbench with RWO storage and verify storage attachment" time="24.367" classname="Create workbench with RWO storage and verify storage attachment">
    </testcase>
    <testcase name="Workbench Storage Classes Tests Display access mode information when selecting storage to attach to workbench" time="25.349" classname="Display access mode information when selecting storage to attach to workbench">
    </testcase>
    <testcase name="Workbench Storage Classes Tests Create new storage with different access modes during workbench creation" time="14.572" classname="Create new storage with different access modes during workbench creation">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:56:41" tests="0" file="cypress/tests/e2e/dataScienceProjects/testLaunchStandaloneNotebook.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify a Jupyter Notebook can be launched directly from the Project List View" timestamp="2026-09-14T13:56:41" tests="1" time="60.971" failures="1">
    <testcase name="Verify a Jupyter Notebook can be launched directly from the Project List View Verify User Can Access Jupyter Launcher From Project Page" time="32.184" classname="Verify User Can Access Jupyter Launcher From Project Page">
      <failure message="  Test steps were:  1. Log into the application 2. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ 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=&quot;expand-logs&quot;]  Ignored nodes: comments, script, style &lt;html   lang=&quot;en-US&quot; &gt;   &lt;head&gt;           &lt;meta       charset=&quot;utf-8&quot;     /&gt;     &lt;meta       content=&quot;width=device-width,initial-scale=1&quot;       name=&quot;viewport&quot;     /&gt;     &lt;meta       content=&quot;#ffffff&quot;       name=&quot;theme-color&quot;     /&gt;     &lt;title&gt;       Red Hat OpenShift AI     &lt;/title&gt;     &lt;link       href=&quot;/rhoai-favicon.svg&quot;       rel=&quot;icon&quot;     /&gt;     &lt;link       href=&quot;/app.97cc2d3b0c9e22f4.css&quot;       rel=&quot;stylesheet&quot;     /&gt;     &lt;link       href=&quot;/8823.5149b79344df91da.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5532.e7cb8be62b2a30a5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/9139.8b7c4e0c7c13b337.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/7070.93bd77b5030d9376.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5630.47a6bbaa6073a1bb.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/1380.5bba654a265ab1d5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/1939.22a0f5b1653e1def.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5979.d847f29be10dae84.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/7481.1d8e7147ad64e0aa.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/2609.bundle.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/1962.bundle.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/9522.67636af483115ab2.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;   &lt;/head&gt;   &lt;body     class=&quot;&quot;   &gt;     &lt;noscript&gt;       You need to enable JavaScript to run this app.     &lt;/noscript&gt;               &lt;div       id=&quot;root&quot;     &gt;       &lt;div         class=&quot;pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard&quot;         data-testid=&quot;dashboard-page-main&quot;       &gt;         &lt;header           aria-label=&quot;page masthead&quot;           class=&quot;pf-v6-c-masthead pf-m-display-inline&quot;           role=&quot;banner&quot;         &gt;           &lt;div             class=&quot;pf-v6-c-masthead__main&quot;           &gt;             &lt;span               class=&quot;pf-v6-c-masthead__toggle&quot;             &gt;               &lt;button                 aria-expanded=&quot;true&quot;                 aria-label=&quot;Dashboard navigation&quot;                 class=&quot;pf-v6-c-button pf-m-plain pf-m-hamburger&quot;                 data-ouia-component-id=&quot;OUIA-Generated-Button-plain-:r0:&quot;                 data-ouia-component-type=&quot;PF6/Button&quot;                 data-ouia-safe=&quot;true&quot;                 id=&quot;page-nav-toggle&quot;                 type=&quot;button&quot;               &gt;                 &lt;span                   class=&quot;pf-v6-c-button__icon&quot;                 &gt;                   &lt;svg                     class=&quot;pf-v6-c-button--hamburger-icon pf-v6-svg&quot;                     height=&quot;1em&quot;                     viewBox=&quot;0 0 10 10&quot;                     width=&quot;1em&quot;                   &gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--top&quot;                       d=&quot;M1,1 L9,1&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--middle&quot;                       d=&quot;M1,5 L9,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--arrow&quot;                       d=&quot;M1,5 L1,5 L1,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--bottom&quot;                       d=&quot;M9,9 L1,9&quot;                     /&gt;                   &lt;/svg&gt;                 &lt;/span&gt;               &lt;/button&gt;             &lt;/span&gt;             &lt;div               class=&quot;pf-v6-c-masthead__brand&quot;             &gt;               &lt;a                 class=&quot;pf-v6-c-masthead__logo&quot;                 data-discover=&quot;true&quot;                 href=&quot;/&quot;               &gt;                 &lt;img                   alt=&quot;Red Hat OpenShift AI&quot;                   class=&quot;pf-v6-c-brand odh-dashboard__brand&quot;                   src=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg&quot;                 /&gt;               &lt;/a&gt;             &lt;/div&gt;           &lt;/div&gt;           &lt;div             class=&quot;pf-v6-c-masthead__content&quot;           &gt;             &lt;div               class=&quot;pf-v6-c-toolbar pf-m-full-height&quot;               data-ouia-component-id=&quot;OUIA-Generated-Toolbar-:r2:&quot;               data-ouia-component-type=&quot;PF6/Toolbar&quot;               data-ouia-safe=&quot;true&quot;               id=&quot;pf-random-id-:r1:&quot;             &gt;               &lt;div                 class=&quot;pf-v6-c-toolbar__content&quot;               &gt;                 &lt;div                   class=&quot;pf-v6-c-toolbar__content-section&quot;                 &gt;                   &lt;div                     class=&quot;pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end&quot;                   &gt;                     &lt;div                       class=&quot;pf-v6-c-toolbar__item&quot;                     &gt;                       &lt;div                         style=&quot;display: contents;&quot;                       &gt;                         &lt;button                           aria-expanded=&quot;false&quot;                           aria-label=&quot;Notification drawer&quot;                           class=&quot;pf-v6-c-button pf-m-stateful pf-m-read&quot;                           data-ouia-component-id=&quot;OUIA-Generated-Button-stateful-:r4:&quot;                           data-ouia-component-type=&quot;PF6/Button&quot;                           data-ouia-safe=&quot;true&quot;                           type=&quot;button&quot;                         &gt;                           &lt;span                             class=&quot;pf-v6-c-button__icon pf-m-start&quot;                           &gt;                             &lt;svg                               aria-hidden=&quot;true&quot;                               class=&quot;pf-v6-svg&quot;                               fill=&quot;currentColor&quot;                               height=&quot;1em&quot;                               role=&quot;img&quot;                               viewBox=&quot;0 0 32 32&quot;                               width=&quot;1em&quot;                             &gt;                               &lt;path                                 d=&quot;M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z&quot;                               /&gt;                             &lt;/svg&gt;                           &lt;/span&gt;                           &lt;span                             class=&quot;pf-v6-c-button__text&quot;                           &gt;                         ..." type="AssertionError">AssertionError: Timed out retrying after 10000ms: Unable to find an element by: [data-testid="expand-logs"]

Ignored nodes: comments, script, style
&lt;html
  lang="en-US"
&gt;
  &lt;head&gt;
     
    &lt;meta
      charset="utf-8"
    /&gt;
    &lt;meta
      content="width=device-width,initial-scale=1"
      name="viewport"
    /&gt;
    &lt;meta
      content="#ffffff"
      name="theme-color"
    /&gt;
    &lt;title&gt;
      Red Hat OpenShift AI
    &lt;/title&gt;
    &lt;link
      href="/rhoai-favicon.svg"
      rel="icon"
    /&gt;
    &lt;link
      href="/app.97cc2d3b0c9e22f4.css"
      rel="stylesheet"
    /&gt;
    &lt;link
      href="/8823.5149b79344df91da.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5532.e7cb8be62b2a30a5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/9139.8b7c4e0c7c13b337.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/7070.93bd77b5030d9376.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5630.47a6bbaa6073a1bb.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/1380.5bba654a265ab1d5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/1939.22a0f5b1653e1def.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5979.d847f29be10dae84.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/7481.1d8e7147ad64e0aa.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/2609.bundle.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/1962.bundle.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/9522.67636af483115ab2.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
  &lt;/head&gt;
  &lt;body
    class=""
  &gt;
    &lt;noscript&gt;
      You need to enable JavaScript to run this app.
    &lt;/noscript&gt;
    
    
    &lt;div
      id="root"
    &gt;
      &lt;div
        class="pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard"
        data-testid="dashboard-page-main"
      &gt;
        &lt;header
          aria-label="page masthead"
          class="pf-v6-c-masthead pf-m-display-inline"
          role="banner"
        &gt;
          &lt;div
            class="pf-v6-c-masthead__main"
          &gt;
            &lt;span
              class="pf-v6-c-masthead__toggle"
            &gt;
              &lt;button
                aria-expanded="true"
                aria-label="Dashboard navigation"
                class="pf-v6-c-button pf-m-plain pf-m-hamburger"
                data-ouia-component-id="OUIA-Generated-Button-plain-:r0:"
                data-ouia-component-type="PF6/Button"
                data-ouia-safe="true"
                id="page-nav-toggle"
                type="button"
              &gt;
                &lt;span
                  class="pf-v6-c-button__icon"
                &gt;
                  &lt;svg
                    class="pf-v6-c-button--hamburger-icon pf-v6-svg"
                    height="1em"
                    viewBox="0 0 10 10"
                    width="1em"
                  &gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--top"
                      d="M1,1 L9,1"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--middle"
                      d="M1,5 L9,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--arrow"
                      d="M1,5 L1,5 L1,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--bottom"
                      d="M9,9 L1,9"
                    /&gt;
                  &lt;/svg&gt;
                &lt;/span&gt;
              &lt;/button&gt;
            &lt;/span&gt;
            &lt;div
              class="pf-v6-c-masthead__brand"
            &gt;
              &lt;a
                class="pf-v6-c-masthead__logo"
                data-discover="true"
                href="/"
              &gt;
                &lt;img
                  alt="Red Hat OpenShift AI"
                  class="pf-v6-c-brand odh-dashboard__brand"
                  src="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg"
                /&gt;
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div
            class="pf-v6-c-masthead__content"
          &gt;
            &lt;div
              class="pf-v6-c-toolbar pf-m-full-height"
              data-ouia-component-id="OUIA-Generated-Toolbar-:r2:"
              data-ouia-component-type="PF6/Toolbar"
              data-ouia-safe="true"
              id="pf-random-id-:r1:"
            &gt;
              &lt;div
                class="pf-v6-c-toolbar__content"
              &gt;
                &lt;div
                  class="pf-v6-c-toolbar__content-section"
                &gt;
                  &lt;div
                    class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end"
                  &gt;
                    &lt;div
                      class="pf-v6-c-toolbar__item"
                    &gt;
                      &lt;div
                        style="display: contents;"
                      &gt;
                        &lt;button
                          aria-expanded="false"
                          aria-label="Notification drawer"
                          class="pf-v6-c-button pf-m-stateful pf-m-read"
                          data-ouia-component-id="OUIA-Generated-Button-stateful-:r4:"
                          data-ouia-component-type="PF6/Button"
                          data-ouia-safe="true"
                          type="button"
                        &gt;
                          &lt;span
                            class="pf-v6-c-button__icon pf-m-start"
                          &gt;
                            &lt;svg
                              aria-hidden="true"
                              class="pf-v6-svg"
                              fill="currentColor"
                              height="1em"
                              role="img"
                              viewBox="0 0 32 32"
                              width="1em"
                            &gt;
                              &lt;path
                                d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
                              /&gt;
                            &lt;/svg&gt;
                          &lt;/span&gt;
                          &lt;span
                            class="pf-v6-c-button__text"
                          &gt;
                        ...
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/dataScienceProjects/testLaunchStandaloneNotebook.cy.ts:53:36)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:57:51" tests="0" file="cypress/tests/e2e/dataScienceProjects/testProjectEditing.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify Project - Editing" timestamp="2026-09-14T13:57:51" tests="1" time="22.486" failures="0">
    <testcase name="Verify Project - Editing Edit a Project in RHOAI" time="21.957" classname="Edit a Project in RHOAI">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:59:09" tests="0" file="cypress/tests/e2e/dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Cluster Storage Access Modes Tests" timestamp="2026-09-14T13:59:09" tests="5" time="52.135" failures="0">
    <testcase name="Cluster Storage Access Modes Tests Should display storage classes with different access modes in cluster storage dropdown" time="18.632" classname="Should display storage classes with different access modes in cluster storage dropdown">
    </testcase>
    <testcase name="Cluster Storage Access Modes Tests Should show correct access modes when selecting storage classes with single access mode" time="8.895" classname="Should show correct access modes when selecting storage classes with single access mode">
    </testcase>
    <testcase name="Cluster Storage Access Modes Tests Should show correct access modes when selecting storage class with multiple access modes" time="8.530" classname="Should show correct access modes when selecting storage class with multiple access modes">
    </testcase>
    <testcase name="Cluster Storage Access Modes Tests Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit" time="9.068" classname="Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit">
    </testcase>
    <testcase name="Cluster Storage Access Modes Tests Should reset access mode appropriately when switching between storage classes" time="4.406" classname="Should reset access mode appropriately when switching between storage classes">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:56:10" tests="0" file="cypress/tests/e2e/application.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="application" timestamp="2026-09-14T13:56:10" tests="1" time="27.538" failures="1">
    <testcase name="application should login and load page" time="14.572" classname="should login and load page">
      <failure message="  Test steps were:  1. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/  Timed out retrying after 10000ms: Expected to find content: 'htpasswd-cluster-admin-user' within the element: &lt;header.pf-v6-c-masthead.pf-m-display-inline&gt; but never did." type="AssertionError">AssertionError: Timed out retrying after 10000ms: Expected to find content: 'htpasswd-cluster-admin-user' within the element: &lt;header.pf-v6-c-masthead.pf-m-display-inline&gt; but never did.
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/application.cy.ts:6:55)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:01:18" tests="0" file="cypress/tests/e2e/settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify OOTB Connection Types" timestamp="2026-09-14T14:01:18" tests="1" time="6.353" failures="0">
    <testcase name="Verify OOTB Connection Types should have pre-installed label and unable to be edited or deleted" time="6.331" classname="should have pre-installed label and unable to be edited or deleted">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:58:18" tests="0" file="cypress/tests/e2e/storageClasses/clusterStorage.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines " timestamp="2026-09-14T13:58:18" tests="1" time="16.620" failures="0">
    <testcase name="Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines  If all SC are disabled except one, the SC dropdown should be disabled" time="15.369" classname="If all SC are disabled except one, the SC dropdown should be disabled">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T13:58:39" tests="0" file="cypress/tests/e2e/storageClasses/storageClasses.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="An admin user can manage Storage Classes from Settings -&gt; Storage classes view" timestamp="2026-09-14T13:58:39" tests="4" time="26.429" failures="0">
    <testcase name="An admin user can manage Storage Classes from Settings -&gt; Storage classes view An admin user can enable a disabled Storage Class" time="11.485" classname="An admin user can enable a disabled Storage Class">
    </testcase>
    <testcase name="An admin user can manage Storage Classes from Settings -&gt; Storage classes view An admin user can disable an enabled Storage Class" time="5.101" classname="An admin user can disable an enabled Storage Class">
    </testcase>
    <testcase name="An admin user can manage Storage Classes from Settings -&gt; Storage classes view An admin user can set an enabled Storage Class as the default one" time="4.525" classname="An admin user can set an enabled Storage Class as the default one">
    </testcase>
    <testcase name="An admin user can manage Storage Classes from Settings -&gt; Storage classes view An admin user can edit the access mode of a storage class" time="3.306" classname="An admin user can edit the access mode of a storage class">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:01:27" tests="0" file="cypress/tests/e2e/settings/hardwareProfiles/testNotebookTolerations.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Notebooks - tolerations tests" timestamp="2026-09-14T14:01:27" tests="1" time="70.977" failures="1">
    <testcase name="Notebooks - tolerations tests Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations" time="33.678" classname="Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations">
      <failure message="  Test steps were:  1. Log into the application 2. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Select the hardware profile 6. Check Start server button is enabled 7. Launch a notebook server 8. Verify the Jupyter Notebook pod is ready 9. Expand the Event log  Timed out retrying after 10000ms: Unable to find an element by: [data-testid=&quot;expand-logs&quot;]  Ignored nodes: comments, script, style &lt;html   lang=&quot;en-US&quot; &gt;   &lt;head&gt;           &lt;meta       charset=&quot;utf-8&quot;     /&gt;     &lt;meta       content=&quot;width=device-width,initial-scale=1&quot;       name=&quot;viewport&quot;     /&gt;     &lt;meta       content=&quot;#ffffff&quot;       name=&quot;theme-color&quot;     /&gt;     &lt;title&gt;       Red Hat OpenShift AI     &lt;/title&gt;     &lt;link       href=&quot;/rhoai-favicon.svg&quot;       rel=&quot;icon&quot;     /&gt;     &lt;link       href=&quot;/app.97cc2d3b0c9e22f4.css&quot;       rel=&quot;stylesheet&quot;     /&gt;     &lt;link       href=&quot;/8823.5149b79344df91da.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5532.e7cb8be62b2a30a5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/9139.8b7c4e0c7c13b337.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/7070.93bd77b5030d9376.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5630.47a6bbaa6073a1bb.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/1380.5bba654a265ab1d5.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/1939.22a0f5b1653e1def.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/5979.d847f29be10dae84.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/7481.1d8e7147ad64e0aa.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/2609.bundle.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/1962.bundle.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;     &lt;link       href=&quot;/9522.67636af483115ab2.css&quot;       rel=&quot;stylesheet&quot;       type=&quot;text/css&quot;     /&gt;   &lt;/head&gt;   &lt;body     class=&quot;&quot;   &gt;     &lt;noscript&gt;       You need to enable JavaScript to run this app.     &lt;/noscript&gt;               &lt;div       id=&quot;root&quot;     &gt;       &lt;div         class=&quot;pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard&quot;         data-testid=&quot;dashboard-page-main&quot;       &gt;         &lt;header           aria-label=&quot;page masthead&quot;           class=&quot;pf-v6-c-masthead pf-m-display-inline&quot;           role=&quot;banner&quot;         &gt;           &lt;div             class=&quot;pf-v6-c-masthead__main&quot;           &gt;             &lt;span               class=&quot;pf-v6-c-masthead__toggle&quot;             &gt;               &lt;button                 aria-expanded=&quot;true&quot;                 aria-label=&quot;Dashboard navigation&quot;                 class=&quot;pf-v6-c-button pf-m-plain pf-m-hamburger&quot;                 data-ouia-component-id=&quot;OUIA-Generated-Button-plain-:r0:&quot;                 data-ouia-component-type=&quot;PF6/Button&quot;                 data-ouia-safe=&quot;true&quot;                 id=&quot;page-nav-toggle&quot;                 type=&quot;button&quot;               &gt;                 &lt;span                   class=&quot;pf-v6-c-button__icon&quot;                 &gt;                   &lt;svg                     class=&quot;pf-v6-c-button--hamburger-icon pf-v6-svg&quot;                     height=&quot;1em&quot;                     viewBox=&quot;0 0 10 10&quot;                     width=&quot;1em&quot;                   &gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--top&quot;                       d=&quot;M1,1 L9,1&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--middle&quot;                       d=&quot;M1,5 L9,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--arrow&quot;                       d=&quot;M1,5 L1,5 L1,5&quot;                     /&gt;                     &lt;path                       class=&quot;pf-v6-c-button--hamburger-icon--bottom&quot;                       d=&quot;M9,9 L1,9&quot;                     /&gt;                   &lt;/svg&gt;                 &lt;/span&gt;               &lt;/button&gt;             &lt;/span&gt;             &lt;div               class=&quot;pf-v6-c-masthead__brand&quot;             &gt;               &lt;a                 class=&quot;pf-v6-c-masthead__logo&quot;                 data-discover=&quot;true&quot;                 href=&quot;/&quot;               &gt;                 &lt;img                   alt=&quot;Red Hat OpenShift AI&quot;                   class=&quot;pf-v6-c-brand odh-dashboard__brand&quot;                   src=&quot;https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg&quot;                 /&gt;               &lt;/a&gt;             &lt;/div&gt;           &lt;/div&gt;           &lt;div             class=&quot;pf-v6-c-masthead__content&quot;           &gt;             &lt;div               class=&quot;pf-v6-c-toolbar pf-m-full-height&quot;               data-ouia-component-id=&quot;OUIA-Generated-Toolbar-:r2:&quot;               data-ouia-component-type=&quot;PF6/Toolbar&quot;               data-ouia-safe=&quot;true&quot;               id=&quot;pf-random-id-:r1:&quot;             &gt;               &lt;div                 class=&quot;pf-v6-c-toolbar__content&quot;               &gt;                 &lt;div                   class=&quot;pf-v6-c-toolbar__content-section&quot;                 &gt;                   &lt;div                     class=&quot;pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end&quot;                   &gt;                     &lt;div                       class=&quot;pf-v6-c-toolbar__item&quot;                     &gt;                       &lt;div                         style=&quot;display: contents;&quot;                       &gt;                         &lt;button                           aria-expanded=&quot;false&quot;                           aria-label=&quot;Notification drawer&quot;                           class=&quot;pf-v6-c-button pf-m-stateful pf-m-read&quot;                           data-ouia-component-id=&quot;OUIA-Generated-Button-stateful-:r4:&quot;                           data-ouia-component-type=&quot;PF6/Button&quot;                           data-ouia-safe=&quot;true&quot;                           type=&quot;button&quot;                         &gt;                           &lt;span                             class=&quot;pf-v6-c-button__icon pf-m-start&quot;                           &gt;                             &lt;svg                               aria-hidden=&quot;true&quot;                               class=&quot;pf-v6-svg&quot;                               fill=&quot;currentColor&quot;                               height=&quot;1em&quot;                               role=&quot;img&quot;                               viewBox=&quot;0 0 32 32&quot;                               width=&quot;1em&quot;                             &gt;                               &lt;path                                 d=&quot;M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z&quot;                               /&gt;                             &lt;/svg&gt;                           &lt;/span&gt;                           &lt;span                             class=&quot;pf-v6-c-button__text&quot;                           &gt;                         ..." type="AssertionError">AssertionError: Timed out retrying after 10000ms: Unable to find an element by: [data-testid="expand-logs"]

Ignored nodes: comments, script, style
&lt;html
  lang="en-US"
&gt;
  &lt;head&gt;
     
    &lt;meta
      charset="utf-8"
    /&gt;
    &lt;meta
      content="width=device-width,initial-scale=1"
      name="viewport"
    /&gt;
    &lt;meta
      content="#ffffff"
      name="theme-color"
    /&gt;
    &lt;title&gt;
      Red Hat OpenShift AI
    &lt;/title&gt;
    &lt;link
      href="/rhoai-favicon.svg"
      rel="icon"
    /&gt;
    &lt;link
      href="/app.97cc2d3b0c9e22f4.css"
      rel="stylesheet"
    /&gt;
    &lt;link
      href="/8823.5149b79344df91da.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5532.e7cb8be62b2a30a5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/9139.8b7c4e0c7c13b337.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/7070.93bd77b5030d9376.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5630.47a6bbaa6073a1bb.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/1380.5bba654a265ab1d5.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/1939.22a0f5b1653e1def.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/5979.d847f29be10dae84.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/7481.1d8e7147ad64e0aa.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/2609.bundle.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/_mf/modelRegistry/1962.bundle.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
    &lt;link
      href="/9522.67636af483115ab2.css"
      rel="stylesheet"
      type="text/css"
    /&gt;
  &lt;/head&gt;
  &lt;body
    class=""
  &gt;
    &lt;noscript&gt;
      You need to enable JavaScript to run this app.
    &lt;/noscript&gt;
    
    
    &lt;div
      id="root"
    &gt;
      &lt;div
        class="pf-v6-c-page pf-m-resize-observer pf-m-breakpoint-2xl pf-m-height-breakpoint-xl odh-dashboard"
        data-testid="dashboard-page-main"
      &gt;
        &lt;header
          aria-label="page masthead"
          class="pf-v6-c-masthead pf-m-display-inline"
          role="banner"
        &gt;
          &lt;div
            class="pf-v6-c-masthead__main"
          &gt;
            &lt;span
              class="pf-v6-c-masthead__toggle"
            &gt;
              &lt;button
                aria-expanded="true"
                aria-label="Dashboard navigation"
                class="pf-v6-c-button pf-m-plain pf-m-hamburger"
                data-ouia-component-id="OUIA-Generated-Button-plain-:r0:"
                data-ouia-component-type="PF6/Button"
                data-ouia-safe="true"
                id="page-nav-toggle"
                type="button"
              &gt;
                &lt;span
                  class="pf-v6-c-button__icon"
                &gt;
                  &lt;svg
                    class="pf-v6-c-button--hamburger-icon pf-v6-svg"
                    height="1em"
                    viewBox="0 0 10 10"
                    width="1em"
                  &gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--top"
                      d="M1,1 L9,1"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--middle"
                      d="M1,5 L9,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--arrow"
                      d="M1,5 L1,5 L1,5"
                    /&gt;
                    &lt;path
                      class="pf-v6-c-button--hamburger-icon--bottom"
                      d="M9,9 L1,9"
                    /&gt;
                  &lt;/svg&gt;
                &lt;/span&gt;
              &lt;/button&gt;
            &lt;/span&gt;
            &lt;div
              class="pf-v6-c-masthead__brand"
            &gt;
              &lt;a
                class="pf-v6-c-masthead__logo"
                data-discover="true"
                href="/"
              &gt;
                &lt;img
                  alt="Red Hat OpenShift AI"
                  class="pf-v6-c-brand odh-dashboard__brand"
                  src="https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/images/../images/rhoai-logo.svg"
                /&gt;
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div
            class="pf-v6-c-masthead__content"
          &gt;
            &lt;div
              class="pf-v6-c-toolbar pf-m-full-height"
              data-ouia-component-id="OUIA-Generated-Toolbar-:r2:"
              data-ouia-component-type="PF6/Toolbar"
              data-ouia-safe="true"
              id="pf-random-id-:r1:"
            &gt;
              &lt;div
                class="pf-v6-c-toolbar__content"
              &gt;
                &lt;div
                  class="pf-v6-c-toolbar__content-section"
                &gt;
                  &lt;div
                    class="pf-v6-c-toolbar__group pf-m-action-group-plain pf-m-align-end"
                  &gt;
                    &lt;div
                      class="pf-v6-c-toolbar__item"
                    &gt;
                      &lt;div
                        style="display: contents;"
                      &gt;
                        &lt;button
                          aria-expanded="false"
                          aria-label="Notification drawer"
                          class="pf-v6-c-button pf-m-stateful pf-m-read"
                          data-ouia-component-id="OUIA-Generated-Button-stateful-:r4:"
                          data-ouia-component-type="PF6/Button"
                          data-ouia-safe="true"
                          type="button"
                        &gt;
                          &lt;span
                            class="pf-v6-c-button__icon pf-m-start"
                          &gt;
                            &lt;svg
                              aria-hidden="true"
                              class="pf-v6-svg"
                              fill="currentColor"
                              height="1em"
                              role="img"
                              viewBox="0 0 32 32"
                              width="1em"
                            &gt;
                              &lt;path
                                d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
                              /&gt;
                            &lt;/svg&gt;
                          &lt;/span&gt;
                          &lt;span
                            class="pf-v6-c-button__text"
                          &gt;
                        ...
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/settings/hardwareProfiles/testNotebookTolerations.cy.ts:94:36)</failure>
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:00:11" tests="0" file="cypress/tests/e2e/settings/connectionTypes/testCreateConnectionTypes.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify Connection Type Creation" timestamp="2026-09-14T14:00:11" tests="2" time="63.846" failures="0">
    <testcase name="Verify Connection Type Creation Verify User Can Create, Preview and Delete a Connection Type" time="33.663" classname="Verify User Can Create, Preview and Delete a Connection Type">
    </testcase>
    <testcase name="Verify Connection Type Creation Verify User Can Duplicate, Edit and Delete a Connection Type" time="27.545" classname="Verify User Can Duplicate, Edit and Delete a Connection Type">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:03:52" tests="0" file="cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify a model registry can be created and deleted" timestamp="2026-09-14T14:03:52" tests="3" time="215.677" failures="0">
    <testcase name="Verify a model registry can be created and deleted Creates a model registry with mysql database and then deletes it" time="103.876" classname="Creates a model registry with mysql database and then deletes it">
    </testcase>
    <testcase name="Verify a model registry can be created and deleted Creates a model registry with PostgreSQL database and then deletes it" time="34.024" classname="Creates a model registry with PostgreSQL database and then deletes it">
    </testcase>
    <testcase name="Verify a model registry can be created and deleted Creates a model registry with default database and then deletes it" time="66.390" classname="Creates a model registry with default database and then deletes it">
    </testcase>
  </testsuite>
<testsuite name="Root Suite" timestamp="2026-09-14T14:07:31" tests="0" file="cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify models can be registered in a model registry" timestamp="2026-09-14T14:07:31" tests="4" time="112.926" failures="1">
    <testcase name="Verify models can be registered in a model registry Registers and stores a model to an OCI destination" time="15.898" classname="Registers and stores a model to an OCI destination">
    </testcase>
    <testcase name="Verify models can be registered in a model registry &quot;after all&quot; hook for &quot;Registers and stores a model to an OCI destination using URI origin&quot;" time="0.000" classname="&quot;after all&quot; hook for &quot;Registers and stores a model to an OCI destination using URI origin&quot;">
      <failure message="  Test steps were:  1. Log into the application 2. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 5. Click Register Model button 6. Verify registration mode toggle is visible 7. Toggle to Register and store mode 8. Verify namespace selector appears 9. Select a namespace from the dropdown 10. Verify origin and destination location sections appear 11. Fill in model details 12. Fill in transfer job name 13. Select URI as origin location type and fill in URI 14. Fill in OCI destination fields 15. Verify submit button is enabled 16. Submit the register and store form 17. Verify transfer job started notification appears 18. Verify transfer job and pod started in the backend 19. Verify navigation away from the registration form 20. Navigate away from model registry before cleanup 21. Clean up registered models from database 22. Delete the model registry  The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.    &gt; Cannot read properties of undefined (reading 'data')  When Cypress detects uncaught errors originating from your application it will automatically fail the current test.  This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.  https://on.cypress.io/uncaught-exception-from-application  Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...`  Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail" type="TypeError">TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  &gt; Cannot read properties of undefined (reading 'data')

When Cypress detects uncaught errors originating from your application it will automatically fail the current test.

This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.

https://on.cypress.io/uncaught-exception-from-application
    at &lt;unknown&gt; (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/5532.d6c239955e219710.js:1:132086)</failure>
    </testcase>
  </testsuite>
</testsuites>