<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="123.086" tests="3" failures="1">
  <testsuite name="Root Suite" timestamp="2026-09-09T20:55:02" 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-09T20:55:02" tests="3" time="123.009" failures="1">
    <testcase name="Workbench Storage Classes Tests Create workbench with RWO storage and verify storage attachment" time="22.011" 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="17.413" classname="Display access mode information when selecting storage to attach to workbench">
      <failure message="

Test steps were:

1. Provisioning storage class
2. Provisioning project
3. Log into the application
4. Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/
5. Navigate to the Project list tab and search for test-workbench-storage-preset-167984
6. Create storages with different access modes
7. Open workbench creation form
8. Select the default hardware profile
9. Open attach storage modal
10. Select RWO storage and verify ReadWriteOnce is displayed
11. Select RWX storage and verify ReadWriteMany is displayed
12. Select ROX storage and verify ReadOnlyMany is displayed

Timed out retrying after 10050ms: `cy.click()` failed because this element:

          `&lt;input type=&quot;text&quot; class=&quot;pf-v6-c-text-input-group__text-input&quot; aria-label=&quot;Type to filter&quot; placeholder=&quot;Select a persistent storage&quot; role=&quot;combobox&quot; aria-expanded=&quot;false&quot; value=&quot;storage-multi-rox&quot;&gt;`

          has CSS `pointer-events: none`, inherited from this element:

`&lt;div class=&quot;pf-v6-c-menu-toggle pf-m-full-width pf-m-disabled pf-m-typeahead&quot; disabled=&quot;&quot; data-testid=&quot;typeahead-menu-toggle&quot;&gt;...&lt;/div&gt;`

          `pointer-events: none` prevents user mouse interaction.

          Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 10050ms: `cy.click()` failed because this element:

          `<input type="text" class="pf-v6-c-text-input-group__text-input" aria-label="Type to filter" placeholder="Select a persistent storage" role="combobox" aria-expanded="false" value="storage-multi-rox">`

          has CSS `pointer-events: none`, inherited from this element:

`<div class="pf-v6-c-menu-toggle pf-m-full-width pf-m-disabled pf-m-typeahead" disabled="" data-testid="typeahead-menu-toggle">...</div>`

          `pointer-events: none` prevents user mouse interaction.

          Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
    at ensureElDoesNotHaveCSS (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:115287:66)
    at ensureDescendents (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:115395:5)
    at ensureDescendentsAndScroll (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:115403:14)
    at ensureElIsNotCovered (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:115534:5)
    at runAllChecks (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:115733:52)
    at retryActionability (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:115770:16)
    at tryCatcher (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at Promise.attempt.Promise.try (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:4285:29)
    at whenStable (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:152380:70)
    at <unknown> (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:152295:14)
    at tryCatcher (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1671:18)
    at Promise._fulfill (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1615:18)
    at <unknown> (https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:5420:46)
From Your Spec Code:
    at AttachExistingStorageModal.selectExistingPersistentStorage (webpack://@odh-dashboard/cypress/./cypress/pages/workbench.ts:419:7)
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/dataScienceProjects/workbenches/testWorkbenchStorageClasses.cy.ts:246:35)]]></failure>
    </testcase>
    <testcase name="Workbench Storage Classes Tests Create new storage with different access modes during workbench creation" time="21.436" classname="Create new storage with different access modes during workbench creation">
    </testcase>
  </testsuite>
</testsuites>