<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="13" time="186.532038">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="3.321" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="3.321">
<system-out>
<![CDATA[Setting up authentication for UI tests
Authentication setup completed successfully
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="88.929" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.979">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-fxsmbcbv
Creating component: e2e-tests-go-fxsmbcbv
2026-07-01 19:48:29.480 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.543 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.570 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.573 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.574 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.612 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.612 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.066">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.062">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="16.164">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="12.193">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="25.353">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-fxsmbcbv' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-fxsmbcbv' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.112">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-fxsmbcbv
Creating component: e2e-tests-go-fxsmbcbv
2026-07-01 19:49:57.240 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:57.304 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:57.339 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:57.342 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:57.343 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:57.377 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:57.378 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="29.706" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.68">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-fxsmbcbv
Creating component: e2e-tests-go-fxsmbcbv
2026-07-01 19:48:29.517 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.573 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.607 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.609 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.610 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.639 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.639 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.554">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.472">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="94.781" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="9.072">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ebymyote
Creating component: e2e-tests-go-ebymyote
2026-07-01 19:48:29.523 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:48:29.611 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:48:29.612 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.612 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.613 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.642 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.672 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.677 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.678 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.709 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.710 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.027">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="25.36">
<system-out>
<![CDATA[2026-07-01 19:49:12.244 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-go[github-azure-quay], worker=2}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="15.863">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.204">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="25.015">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-ebymyote' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-ebymyote' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.24">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ebymyote
Creating component: e2e-tests-go-ebymyote
2026-07-01 19:50:02.125 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:02.216 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:02.217 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:02.217 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:02.217 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:02.244 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:02.283 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:02.286 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:02.287 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:02.316 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:02.317 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="29.63" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.514">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-ebymyote
Creating component: e2e-tests-go-ebymyote
2026-07-01 19:48:29.486 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:48:29.574 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:48:29.575 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.575 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.576 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.607 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.636 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.639 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.639 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.668 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.668 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.131">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.985">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="91.06" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.928">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-aciyeaum
Creating component: e2e-tests-python-aciyeaum
2026-07-01 19:48:29.566 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.619 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.645 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.648 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.648 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.682 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.682 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.104">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="24.452">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="15.083">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.152">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.029">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-python[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-python-aciyeaum' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-python-aciyeaum' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.312">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-aciyeaum
Creating component: e2e-tests-python-aciyeaum
2026-07-01 19:49:59.224 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:59.286 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:59.318 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:59.321 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:59.322 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:59.353 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:59.353 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="29.659" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.143">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-aciyeaum
Creating component: e2e-tests-python-aciyeaum
2026-07-01 19:48:29.495 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.562 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.591 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.594 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.595 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.627 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.627 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.33">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.186">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="96.287" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.854">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-gfsnqwic
Creating component: e2e-tests-python-gfsnqwic
2026-07-01 19:48:29.531 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:48:29.621 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:48:29.621 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.622 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.622 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.645 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.674 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.678 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.679 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.712 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.712 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.594">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="28.634">
<system-out>
<![CDATA[2026-07-01 19:49:15.714 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-python[github-azure-quay], worker=6}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="14.313">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.634">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.846">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-python[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-python-gfsnqwic' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-python-gfsnqwic' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.412">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-gfsnqwic
Creating component: e2e-tests-python-gfsnqwic
2026-07-01 19:50:03.466 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:03.562 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:03.563 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:03.564 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:03.564 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:03.591 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:03.628 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:03.632 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:03.633 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:03.663 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:03.663 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="29.573" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.363">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-gfsnqwic
Creating component: e2e-tests-python-gfsnqwic
2026-07-01 19:48:29.497 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:48:29.590 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:48:29.590 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.591 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:48:29.591 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.618 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.655 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.657 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.658 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.683 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.684 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.173">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.037">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="95.14" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.782">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-zbrebgiy
Creating component: e2e-tests-dotnet-basic-zbrebgiy
2026-07-01 19:48:29.545 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.604 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.629 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.632 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.632 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.659 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.660 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.518">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="24.996">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="15.033">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="9.332">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.925">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-dotnet-basic[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-dotnet-basic-zbrebgiy' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-dotnet-basic-zbrebgiy' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.554">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-zbrebgiy
Creating component: e2e-tests-dotnet-basic-zbrebgiy
2026-07-01 19:50:02.086 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:02.150 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:02.183 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:02.187 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:02.188 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:02.224 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:02.224 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="29.657" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.539">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-zbrebgiy
Creating component: e2e-tests-dotnet-basic-zbrebgiy
2026-07-01 19:48:29.526 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:48:29.588 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:48:29.622 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:48:29.625 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:48:29.626 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:48:29.656 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:48:29.657 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.121">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.997">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="113.915" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.514">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-etrhdmsa
Creating component: e2e-tests-dotnet-basic-etrhdmsa
2026-07-01 19:49:01.134 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:49:01.247 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:49:01.248 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:01.249 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:01.249 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:01.280 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:01.321 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:01.324 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:01.325 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:01.364 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:01.364 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.363">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="54.943">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 30000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-dotnet-basic[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check Security Information viewer 

    TimeoutError: Step timeout of 30000ms exceeded.

      113 |       }, {timeout: 40000});
      114 |
    > 115 |       await test.step('Check Security Information viewer', async () => {
          |       ^
      116 |         await ciPlugin!.checkSecurityInformation(page);
      117 |       }, { timeout: 30000 });
      118 |
        at /workspace/ui-test/tests/ui/component.test.ts:115:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('table').filter({ has: getByRole('columnheader', { name: 'Pipeline Run ID' }) }).getByRole('columnheader', { name: 'Pipeline Run ID' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('table').filter({ has: getByRole('columnheader', { name: 'Pipeline Run ID' }) }).getByRole('columnheader', { name: 'Pipeline Run ID' })


       at ../src/ui/plugins/ci/baseCIPlugin.ts:88

      86 |         const securityTable = page.getByRole('table').filter({ has: page.getByRole('columnheader', { name: CiPo.securityTableColumns[0] }) });
      87 |         for (const column of CiPo.securityTableColumns) {
    > 88 |             await expect(securityTable.getByRole('columnheader', { name: column })).toBeVisible();
         |                                                                                     ^
      89 |         }
      90 |     }
      91 | }
        at AzurePlugin.checkSecurityInformation (/workspace/ui-test/src/ui/plugins/ci/baseCIPlugin.ts:88:85)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:116:9)
        at /workspace/ui-test/tests/ui/component.test.ts:115:7

    attachment #1: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.746">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-etrhdmsa
Creating component: e2e-tests-dotnet-basic-etrhdmsa
2026-07-01 19:50:14.122 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:14.209 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:14.210 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:14.210 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:14.211 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:14.238 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:14.267 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:14.271 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:14.271 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:14.310 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:14.311 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.564">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.707">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-dotnet-basic[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-dotnet-basic-etrhdmsa' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-dotnet-basic-etrhdmsa' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.078">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-etrhdmsa
Creating component: e2e-tests-dotnet-basic-etrhdmsa
2026-07-01 19:50:55.839 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:55.923 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:55.924 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:55.924 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:55.924 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:55.952 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:55.982 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:55.985 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:55.985 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:56.020 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:56.021 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="27.732" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.164">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-etrhdmsa
Creating component: e2e-tests-dotnet-basic-etrhdmsa
2026-07-01 19:49:01.155 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:49:01.276 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:49:01.277 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:01.277 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:01.278 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:01.319 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:01.358 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:01.362 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:01.363 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:01.424 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:01.425 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="12.728">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.84">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="80.694" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.955">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-nizthavt
Creating component: e2e-tests-nodejs-nizthavt
2026-07-01 19:49:01.157 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:01.234 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:01.265 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:01.268 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:01.269 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:01.340 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:01.341 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.951">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="14.906">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.745">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.952">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="28.256">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-nodejs[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-nodejs-nizthavt' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-nodejs-nizthavt' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.929">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-nizthavt
Creating component: e2e-tests-nodejs-nizthavt
2026-07-01 19:50:20.212 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:20.283 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:20.318 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:20.321 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:20.322 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:20.379 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:20.379 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="28.033" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.265">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-nizthavt
Creating component: e2e-tests-nodejs-nizthavt
2026-07-01 19:49:01.162 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:01.235 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:01.270 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:01.274 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:01.274 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:01.324 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:01.324 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.672">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.096">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="93.138" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.99">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-azwifhkl
Creating component: e2e-tests-nodejs-azwifhkl
2026-07-01 19:49:01.108 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:49:01.209 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:49:01.210 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:01.210 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:01.211 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:01.238 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:01.280 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:01.284 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:01.284 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:01.327 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:01.328 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="8.86">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="28.272">
<system-out>
<![CDATA[2026-07-01 19:49:46.584 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-nodejs[github-azure-quay], worker=1}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="13.569">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.97">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.636">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-nodejs[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-nodejs-azwifhkl' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-nodejs-azwifhkl' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.841">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-azwifhkl
Creating component: e2e-tests-nodejs-azwifhkl
2026-07-01 19:50:33.378 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:33.478 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:33.479 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:33.479 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:33.479 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:33.510 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:33.542 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:33.545 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:33.546 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:33.580 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:33.580 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="14.684" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.684">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-azwifhkl
Creating component: e2e-tests-nodejs-azwifhkl
2026-07-01 19:49:31.277 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:49:31.374 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:49:31.375 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:31.376 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:49:31.376 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:31.405 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:31.445 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:31.448 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:31.449 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:31.484 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:31.484 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.434">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.566">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="70.991" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.225">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zvbzoisv
Creating component: e2e-tests-java-quarkus-zvbzoisv
2026-07-01 19:49:31.315 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:31.376 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:31.406 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:31.409 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:31.410 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:31.452 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:31.452 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="4.925">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.042">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.208">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.711">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="25.019">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-quarkus[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-quarkus-zvbzoisv' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-quarkus-zvbzoisv' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.861">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zvbzoisv
Creating component: e2e-tests-java-quarkus-zvbzoisv
2026-07-01 19:50:41.252 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:41.310 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:41.340 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:41.343 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:41.344 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:41.381 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:41.381 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="17.282" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.131">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-zvbzoisv
Creating component: e2e-tests-java-quarkus-zvbzoisv
2026-07-01 19:49:47.853 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:49:47.920 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:49:47.952 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:49:47.956 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:49:47.957 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:49:47.994 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:49:47.995 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.379">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.772">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="80.492" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.004">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-tiqgsdku
Creating component: e2e-tests-java-quarkus-tiqgsdku
2026-07-01 19:50:02.214 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:02.299 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:02.300 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:02.300 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:02.300 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:02.329 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:02.364 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:02.368 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:02.369 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:02.400 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:02.401 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="4.502">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="33.407">
<system-out>
<![CDATA[2026-07-01 19:50:44.387 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-quarkus[github-azure-quay], worker=0}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.572">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.636">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.651">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-quarkus[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-quarkus-tiqgsdku' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-quarkus-tiqgsdku' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.72">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-tiqgsdku
Creating component: e2e-tests-java-quarkus-tiqgsdku
2026-07-01 19:51:21.731 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:51:21.813 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:51:21.814 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:51:21.814 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:51:21.815 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:51:21.846 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:51:21.880 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:51:21.882 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:51:21.883 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:51:21.918 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:51:21.918 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="16.161" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.53">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-tiqgsdku
Creating component: e2e-tests-java-quarkus-tiqgsdku
2026-07-01 19:50:04.450 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:04.549 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:04.550 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:04.551 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:04.551 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:04.580 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:04.613 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:04.618 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:04.619 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:04.650 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:04.650 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.234">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.397">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="58.863" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.658">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-zvdzissx
Creating component: e2e-tests-java-springboot-zvdzissx
2026-07-01 19:50:07.202 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:07.265 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:07.290 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:07.294 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:07.295 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:07.329 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:07.329 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="4.749">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="9.887">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="8.048">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.557">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.191">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-springboot[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-springboot-zvdzissx' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-springboot-zvdzissx' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.773">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-zvdzissx
Creating component: e2e-tests-java-springboot-zvdzissx
2026-07-01 19:51:04.955 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:51:05.011 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:51:05.041 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:51:05.044 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:51:05.044 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:51:05.072 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:51:05.073 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="15.835" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.355">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-zvdzissx
Creating component: e2e-tests-java-springboot-zvdzissx
2026-07-01 19:50:08.409 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:08.474 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:08.505 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:08.508 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:08.509 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:08.541 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:08.541 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.546">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.934">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="77.391" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.73">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-mpptieim
Creating component: e2e-tests-java-springboot-mpptieim
2026-07-01 19:50:08.623 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:08.716 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:08.717 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:08.717 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:08.718 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:08.749 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:08.772 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:08.776 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:08.776 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:08.811 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:08.811 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.157">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="29.039">
<system-out>
<![CDATA[2026-07-01 19:50:47.794 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-springboot[github-azure-quay], worker=8}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.686">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.495">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.527">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-springboot[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-springboot-mpptieim' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-java-springboot-mpptieim' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.757">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-mpptieim
Creating component: e2e-tests-java-springboot-mpptieim
2026-07-01 19:51:24.962 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:51:25.043 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:51:25.043 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:51:25.044 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:51:25.044 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:51:25.073 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:51:25.104 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:51:25.107 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:51:25.107 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:51:25.135 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:51:25.136 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T19:48:23.456Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="15.246" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.179">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-mpptieim
Creating component: e2e-tests-java-springboot-mpptieim
2026-07-01 19:50:09.934 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 19:50:10.029 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 19:50:10.030 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:10.030 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 19:50:10.030 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 19:50:10.062 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 19:50:10.098 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 19:50:10.102 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 19:50:10.103 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-8bfc89992a-nsxs-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 19:50:10.139 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 19:50:10.139 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-8bfc89992a.nsxs.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.253">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.814">
</testcase>
</testsuite>
</testsuites>