<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="297.022" tests="3" failures="1">
  <testsuite name="Root Suite" timestamp="2026-07-15T16:48:55" 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-15T16:48:56" tests="3" time="296.790" 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="100.412" 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="36.398" 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="77.095" classname="Creates a model registry with default database and then deletes it">
      <failure message="

Test steps were:

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

Timed out retrying after 10000ms: Expected not to find content: &apos;default-db-registry-298031&apos; but continuously found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected not to find content: 'default-db-registry-298031' but continuously found it.
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts:205:33)]]></failure>
    </testcase>
  </testsuite>
</testsuites>