<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="6.992" tests="1" failures="1">
  <testsuite name="Root Suite" timestamp="2026-07-16T07:51:34" 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-07-16T07:51:34" tests="1" time="6.906" failures="2">
    <testcase name="Verify Performance Filters are available on RHOAI Performance view toggle enables filters and shows benchmark data on validated models" time="3.536" classname="Performance view toggle enables filters and shows benchmark data on validated models">
      <failure message="

Test steps were:

1. Check if the operator is RHOAI
2. Detect model-catalog namespace
3. Ensuring model catalog source &apos;redhat_ai_models&apos; is enabled
4. Login as admin user
5. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/
6. Navigate to Model Catalog
7. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog

`cy.visit()` failed trying to load:

https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog

The `content-type` of the response we received from your web server was:

  &gt; `text/plain`

This was considered a failure because responses must have `content-type: &apos;text/html&apos;`

However, you can likely use `cy.request()` instead of `cy.visit()`.

`cy.request()` will automatically get and set cookies and enable you to parse responses." type="CypressError"><![CDATA[CypressError: `cy.visit()` failed trying to load:

https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog

The `content-type` of the response we received from your web server was:

  > `text/plain`

This was considered a failure because responses must have `content-type: 'text/html'`

However, you can likely use `cy.request()` instead of `cy.visit()`.

`cy.request()` will automatically get and set cookies and enable you to parse responses.
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:135411:76)
    at visitFailedByErr (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:135001:12)
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:135394:13)
    at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:335:7)]]></failure>
    </testcase>
    <testcase name="Verify Performance Filters are available on RHOAI &quot;after all&quot; hook for &quot;Performance view toggle enables filters and shows benchmark data on validated models&quot;" time="3.536" classname="&quot;after all&quot; hook for &quot;Performance view toggle enables filters and shows benchmark data on validated models&quot;">
      <failure message="

Test steps were:

1. Check if the operator is RHOAI
2. Detect model-catalog namespace
3. Ensuring model catalog source &apos;redhat_ai_models&apos; is enabled
4. Login as admin user
5. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/
6. Navigate to Model Catalog
7. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog
8. Navigate back to Model Catalog and disable performance view toggle
9. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog

`cy.visit()` failed trying to load:

https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog

The `content-type` of the response we received from your web server was:

  &gt; `text/plain`

This was considered a failure because responses must have `content-type: &apos;text/html&apos;`

However, you can likely use `cy.request()` instead of `cy.visit()`.

`cy.request()` will automatically get and set cookies and enable you to parse responses.

Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify Performance Filters ...`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail" type="CypressError"><![CDATA[CypressError: `cy.visit()` failed trying to load:

https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/catalog

The `content-type` of the response we received from your web server was:

  > `text/plain`

This was considered a failure because responses must have `content-type: 'text/html'`

However, you can likely use `cy.request()` instead of `cy.visit()`.

`cy.request()` will automatically get and set cookies and enable you to parse responses.
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:135411:76)
    at visitFailedByErr (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:135001:12)
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:135394:13)
    at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:335:7)]]></failure>
    </testcase>
  </testsuite>
</testsuites>