<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="374.796" tests="3" failures="1">
  <testsuite name="Root Suite" timestamp="2026-07-13T11:14:42" 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-07-13T11:14:42" tests="3" time="374.473" failures="1">
    <testcase name="Verify a model registry can be created and deleted Creates a model registry with mysql database and then deletes it" time="35.911" 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="43.698" classname="Creates a model registry with PostgreSQL database and then deletes it">
      <failure message="

Test steps were:

1. Login as an Admin
2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/
3. Navigate to Model Registry Settings
4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry
5. Create a model registry with PostgreSQL database
6. Verify it is available in the UI
7. Verify model registry is created on the backend
8. Delete the model registry
9. Verify model registry is removed from UI

Timed out retrying after 10000ms: Expected not to find content: &apos;postgres-registry-1783941281920&apos; but continuously found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected not to find content: 'postgres-registry-1783941281920' but continuously found it.
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts:156:40)]]></failure>
    </testcase>
    <testcase name="Verify a model registry can be created and deleted Creates a model registry with default database and then deletes it" time="65.870" classname="Creates a model registry with default database and then deletes it">
    </testcase>
  </testsuite>
</testsuites>