<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="249.402" tests="10" failures="4" skipped="1">
  <testsuite name="Root Suite" timestamp="2026-08-19T08:12:52" tests="0" file="tests/basic-happy-path.spec.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Basic Happy Path" timestamp="2026-08-19T08:13:07" tests="0" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Create an Application with a component" timestamp="2026-08-19T08:13:09" tests="3" time="9.317" failures="0">
    <testcase name="Basic Happy Path Create an Application with a component Create an Application with a component" time="21.717" classname="Create an Application with a component">
    </testcase>
    <testcase name="Basic Happy Path Create an Application with a component Check different ways to add a component" time="1.824" classname="Check different ways to add a component">
    </testcase>
    <testcase name="Basic Happy Path Create an Application with a component Check default Integration Test" time="0.451" classname="Check default Integration Test">
    </testcase>
  </testsuite>
  <testsuite name="Explore Pipeline runs Tab" timestamp="2026-08-19T08:13:19" tests="4" time="141.557" failures="3">
    <testcase name="Basic Happy Path Explore Pipeline runs Tab Merge the auto-generated PR, and verify the event status on modal" time="19.484" classname="Merge the auto-generated PR, and verify the event status on modal">
    </testcase>
    <testcase name="Basic Happy Path Explore Pipeline runs Tab Verify the Pipeline run details and Node Graph view" time="0.000" classname="Verify the Pipeline run details and Node Graph view">
      <failure message="Timed out retrying after 40050ms: `cy.click()` failed because the page updated while this command was executing. Cypress tried to locate elements based on this query:

&gt; &lt;tr.pf-v6-c-table__tr&gt; -&gt; .contains(java-quarkus-178712717-on-push-5kjq8)

We initially found matching element(s), but while waiting for them to become actionable, they disappeared from the page. Common situations why this happens:
  - Your JS framework re-rendered asynchronously
  - Your app code reacted to an event firing and removed the element

You can typically solve this by breaking up a chain. For example, rewrite:

&gt; `cy.get(&apos;button&apos;).click().click()`

to

&gt; `cy.get(&apos;button&apos;).as(&apos;btn&apos;).click()`
&gt; `cy.get(&apos;@btn&apos;).click()`

https://on.cypress.io/element-has-detached-from-dom" type="CypressError"><![CDATA[CypressError: Timed out retrying after 40050ms: `cy.click()` failed because the page updated while this command was executing. Cypress tried to locate elements based on this query:

> <tr.pf-v6-c-table__tr> -> .contains(java-quarkus-178712717-on-push-5kjq8)

We initially found matching element(s), but while waiting for them to become actionable, they disappeared from the page. Common situations why this happens:
  - Your JS framework re-rendered asynchronously
  - Your app code reacted to an event firing and removed the element

You can typically solve this by breaking up a chain. For example, rewrite:

> `cy.get('button').click().click()`

to

> `cy.get('button').as('btn').click()`
> `cy.get('@btn').click()`

https://on.cypress.io/element-has-detached-from-dom
    at retryActionability (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:113951:74)
    at tryCatcher (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1780:23)
    at Promise.attempt.Promise.try (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:4288:29)
    at whenStable (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:155397:70)
    at <unknown> (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:155297:14)
    at tryCatcher (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1780:23)
    at Promise._settlePromiseFromHandler (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1492:31)
    at Promise._settlePromise (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1549:18)
    at Promise._settlePromise0 (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1594:10)
    at Promise._settlePromises (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1674:18)
    at Promise._fulfill (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:1618:18)
    at <unknown> (https://konflux-ui.apps.stone-stg-rh01.l2vh.p1.openshiftapps.com/__cypress/runner/cypress_runner.js:5423:46)]]></failure>
    </testcase>
    <testcase name="Basic Happy Path Explore Pipeline runs Tab Verify on-pull pipeline and EC" time="0.000" classname="Verify on-pull pipeline and EC">
      <failure message="Timed out retrying after 40000ms: Expected to find content: &apos;Pipeline runs&apos; within the element: &lt;nav.pf-v6-c-breadcrumb&gt; but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 40000ms: Expected to find content: 'Pipeline runs' within the element: <nav.pf-v6-c-breadcrumb> but never did.
    at __webpack_modules__../utils/Applications.ts.Applications.clickBreadcrumbLink (webpack://@konflux-ui/e2e-tests/./utils/Applications.ts:147:38)
    at Context.eval (webpack://@konflux-ui/e2e-tests/./tests/basic-happy-path.spec.ts:182:19)]]></failure>
    </testcase>
    <testcase name="Basic Happy Path Explore Pipeline runs Tab Verify vulnerabilities" time="0.000" classname="Verify vulnerabilities">
      <failure message="Timed out retrying after 40000ms: Expected to find content: &apos;Pipeline runs&apos; within the element: &lt;nav.pf-v6-c-breadcrumb&gt; but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 40000ms: Expected to find content: 'Pipeline runs' within the element: <nav.pf-v6-c-breadcrumb> but never did.
    at __webpack_modules__../utils/Applications.ts.Applications.clickBreadcrumbLink (webpack://@konflux-ui/e2e-tests/./utils/Applications.ts:147:38)
    at Context.eval (webpack://@konflux-ui/e2e-tests/./tests/basic-happy-path.spec.ts:198:19)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="Check Component" timestamp="2026-08-19T08:15:40" tests="1" time="80.617" failures="1">
    <testcase name="Basic Happy Path Check Component Check component build status and logs" time="0.000" classname="Check component build status and logs">
      <failure message="Timed out retrying after 80000ms: Expected to find content: &apos;Build completed&apos; within the element: &lt;tr.pf-v6-c-table__tr&gt; but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 80000ms: Expected to find content: 'Build completed' within the element: <tr.pf-v6-c-table__tr> but never did.
    at __webpack_modules__../utils/Applications.ts.Applications.checkComponentStatus (webpack://@konflux-ui/e2e-tests/./utils/Applications.ts:130:61)
    at Context.eval (webpack://@konflux-ui/e2e-tests/./tests/basic-happy-path.spec.ts:220:19)]]></failure>
    </testcase>
  </testsuite>
  <testsuite name="Check Issues page" timestamp="2026-08-19T08:17:01" tests="1" time="0.410" failures="0">
    <testcase name="Basic Happy Path Check Issues page Navigate to Issues page from the sidebar" time="0.388" classname="Navigate to Issues page from the sidebar">
    </testcase>
  </testsuite>
  <testsuite name="Delete the application via UI" timestamp="2026-08-19T08:17:01" tests="1" time="0.099" failures="0">
  </testsuite>
</testsuites>