<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="90.210" tests="4" failures="2">
  <testsuite name="Root Suite" timestamp="2026-07-07T14:01:08" tests="0" file="cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="AutoML Binary Classification E2E" timestamp="2026-07-07T14:01:08" tests="4" time="90.005" failures="1">
    <testcase name="AutoML Binary Classification E2E &quot;before each&quot; hook: retryableBeforeEach for &quot;Can create and submit an AutoML binary classification run&quot;" time="80.337" classname="&quot;before each&quot; hook: retryableBeforeEach for &quot;Can create and submit an AutoML binary classification run&quot;">
      <failure message="

Test steps were:

1. Enable AutoML feature flag
2. Wait for automl feature flag to be set

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 &apos;data&apos;)

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 `before each` hook we are skipping the remaining tests in the current suite: `AutoML Binary Classificatio...`" type="TypeError"><![CDATA[TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  > 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 <unknown> (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/2338-f2186c7433fe90b21aa5.js:1:980849)]]></failure>
    </testcase>
  </testsuite>
</testsuites>