<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="13" time="184.060429">
<testsuite name="setup/auth.setup.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="4.229" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="4.229">
<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-05-17T20:00:26.394Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="96.26" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.692">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-qsyxpwns
Creating component: e2e-tests-go-qsyxpwns
2026-05-17 20:00:33.522 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.579 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.608 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.612 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.613 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.647 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.648 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="6.517">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="13.35">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="28.754">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="13.028">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.968">
<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-qsyxpwns' })
    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-qsyxpwns' })


       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="2.951">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-qsyxpwns
Creating component: e2e-tests-go-qsyxpwns
2026-05-17 20:02:08.826 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:08.884 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:08.914 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:08.918 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:08.918 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:08.952 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:08.952 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="25.791" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.352">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-qsyxpwns
Creating component: e2e-tests-go-qsyxpwns
2026-05-17 20:00:33.471 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.531 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.561 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.565 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.566 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.596 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.597 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.79">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.649">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="93.97" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.033">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-kgchnyjd
Creating component: e2e-tests-go-kgchnyjd
2026-05-17 20:00:33.449 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:00:33.533 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:00:33.534 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.535 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.535 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.568 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.592 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.596 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.597 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.630 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.630 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="6.257">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.911">
<system-out>
<![CDATA[2026-05-17 20:00:57.898 [[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="30.126">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.38">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="28.4">
<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-kgchnyjd' })
    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-kgchnyjd' })


       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="2.863">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-kgchnyjd
Creating component: e2e-tests-go-kgchnyjd
2026-05-17 20:02:06.698 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:06.808 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:06.809 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:06.809 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:06.810 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:06.837 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:06.862 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:06.865 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:06.866 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:06.896 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:06.896 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.646" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.57">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-kgchnyjd
Creating component: e2e-tests-go-kgchnyjd
2026-05-17 20:00:33.386 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:00:33.479 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:00:33.480 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.481 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.481 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.508 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.534 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.537 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.538 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.570 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.570 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.036">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.04">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="111.583" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.02">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-jcmidddr
Creating component: e2e-tests-python-jcmidddr
2026-05-17 20:00:33.593 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.656 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.685 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.689 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.689 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.715 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.716 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="6.823">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="41.715">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="16.633">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.003">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.872">
<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-jcmidddr' })
    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-jcmidddr' })


       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="5.517">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-jcmidddr
Creating component: e2e-tests-python-jcmidddr
2026-05-17 20:02:21.657 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:21.725 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:21.752 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:21.757 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:21.758 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:21.793 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:21.794 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="24.263" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.575">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-jcmidddr
Creating component: e2e-tests-python-jcmidddr
2026-05-17 20:00:33.446 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.507 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.532 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.535 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.536 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.571 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.571 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.307">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.381">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="107.829" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.039">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-rxphlizh
Creating component: e2e-tests-python-rxphlizh
2026-05-17 20:00:33.487 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:00:33.568 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:00:33.569 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.569 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.570 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.596 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.625 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.629 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.630 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.663 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.663 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="6.881">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="39.706">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 30000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-python[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: 'Type' })
    Expected: visible
    Received: undefined

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


       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-python-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-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="15.983">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-rxphlizh
Creating component: e2e-tests-python-rxphlizh
2026-05-17 20:01:31.743 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:01:31.848 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:01:31.849 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:31.849 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:31.850 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:31.881 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:31.909 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:31.914 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:31.915 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:31.949 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:31.949 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.658">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.407">
<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-rxphlizh' })
    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-rxphlizh' })


       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="5.155">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-rxphlizh
Creating component: e2e-tests-python-rxphlizh
2026-05-17 20:02:22.078 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:22.179 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:22.180 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:22.180 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:22.181 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:22.207 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:22.241 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:22.244 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:22.245 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:22.276 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:22.277 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="25.514" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.209">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-rxphlizh
Creating component: e2e-tests-python-rxphlizh
2026-05-17 20:00:33.557 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:00:33.638 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:00:33.639 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.639 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:00:33.640 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.668 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.697 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.701 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.702 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.729 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.729 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.734">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.571">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="111.432" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.928">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-saeohgmm
Creating component: e2e-tests-dotnet-basic-saeohgmm
2026-05-17 20:00:33.653 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.705 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.733 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.737 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.738 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.767 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.767 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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.193">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="41.201">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="16.852">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.092">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.735">
<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-saeohgmm' })
    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-saeohgmm' })


       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="5.431">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-saeohgmm
Creating component: e2e-tests-dotnet-basic-saeohgmm
2026-05-17 20:02:21.699 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:21.769 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:21.799 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:21.804 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:21.805 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:21.838 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:21.839 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="25.697" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.234">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-saeohgmm
Creating component: e2e-tests-dotnet-basic-saeohgmm
2026-05-17 20:00:33.572 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:00:33.631 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:00:33.655 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:00:33.659 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:00:33.659 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:00:33.691 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:00:33.691 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.855">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.608">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="91.688" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.75">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-bhonpevx
Creating component: e2e-tests-dotnet-basic-bhonpevx
2026-05-17 20:00:59.995 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:01:00.102 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:01:00.103 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:00.104 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:00.105 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:00.133 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:00.161 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:00.164 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:00.165 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:00.197 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:00.197 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="20.634">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.856">
<system-out>
<![CDATA[2026-05-17 20:01:44.520 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-dotnet-basic[github-azure-quay], worker=5}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.273">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.9">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.215">
<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-bhonpevx' })
    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-bhonpevx' })


       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="5.06">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-bhonpevx
Creating component: e2e-tests-dotnet-basic-bhonpevx
2026-05-17 20:02:28.865 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:28.971 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:28.972 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:28.973 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:28.973 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:28.999 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:29.029 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:29.033 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:29.034 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:29.065 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:29.065 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="35.711" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.067">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-bhonpevx
Creating component: e2e-tests-dotnet-basic-bhonpevx
2026-05-17 20:01:00.329 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:01:00.417 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:01:00.418 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:00.419 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:00.419 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:00.446 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:00.476 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:00.479 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:00.480 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:00.511 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:00.512 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="22.094">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="5.55">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="91.555" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.48">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-iaqsclhv
Creating component: e2e-tests-nodejs-iaqsclhv
2026-05-17 20:01:01.197 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:01.255 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:01.292 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:01.296 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:01.296 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:01.340 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:01.340 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="20.611">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="17.151">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.041">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.22">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.659">
<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-iaqsclhv' })
    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-iaqsclhv' })


       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="5.393">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-iaqsclhv
Creating component: e2e-tests-nodejs-iaqsclhv
2026-05-17 20:02:29.507 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:29.569 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:29.602 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:29.606 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:29.607 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:29.640 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:29.641 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="34.816" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.032">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-iaqsclhv
Creating component: e2e-tests-nodejs-iaqsclhv
2026-05-17 20:01:01.301 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:01.369 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:01.402 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:01.406 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:01.407 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:01.439 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:01.440 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="21.309">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="5.475">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="90.31" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.175">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-hpbcqubh
Creating component: e2e-tests-nodejs-hpbcqubh
2026-05-17 20:01:01.277 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:01:01.376 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:01:01.377 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:01.377 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:01.378 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:01.408 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:01.438 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:01.441 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:01.442 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:01.478 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:01.479 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="20.734">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.247">
<system-out>
<![CDATA[2026-05-17 20:01:44.741 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-nodejs[github-azure-quay], worker=9}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.705">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.034">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.329">
<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-hpbcqubh' })
    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-hpbcqubh' })


       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="5.086">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-hpbcqubh
Creating component: e2e-tests-nodejs-hpbcqubh
2026-05-17 20:02:28.790 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:28.890 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:28.891 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:28.891 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:28.892 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:28.922 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:28.955 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:28.959 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:28.960 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:28.997 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:28.998 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="17.16" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.533">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-hpbcqubh
Creating component: e2e-tests-nodejs-hpbcqubh
2026-05-17 20:01:38.254 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:01:38.353 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:01:38.354 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:38.354 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:01:38.355 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:38.385 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:38.419 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:38.424 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:38.425 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:38.459 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:38.460 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.542">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.085">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="64.634" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.553">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-dvzuljgv
Creating component: e2e-tests-java-quarkus-dvzuljgv
2026-05-17 20:01:38.272 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:38.346 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:38.375 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:38.379 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:38.380 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:38.417 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:38.417 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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.99">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.349">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="8.525">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.709">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.292">
<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-dvzuljgv' })
    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-dvzuljgv' })


       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="4.216">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-dvzuljgv
Creating component: e2e-tests-java-quarkus-dvzuljgv
2026-05-17 20:02:40.709 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:40.788 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:40.838 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:40.842 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:40.843 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:40.887 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:40.888 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="12.104" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.113">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-dvzuljgv
Creating component: e2e-tests-java-quarkus-dvzuljgv
2026-05-17 20:01:57.696 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:01:57.774 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:01:57.808 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:01:57.814 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:01:57.816 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:01:57.852 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:01:57.853 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.18">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.811">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="61.893" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="2.861">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-mzomvvvb
Creating component: e2e-tests-java-quarkus-mzomvvvb
2026-05-17 20:02:11.484 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:11.583 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:11.584 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:11.584 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:11.584 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:11.612 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:11.638 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:11.641 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:11.641 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:11.668 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:11.669 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="3.765">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="12.066">
<system-out>
<![CDATA[2026-05-17 20:02:30.400 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-quarkus[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="9.972">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.132">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.184">
<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-mzomvvvb' })
    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-mzomvvvb' })


       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.913">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-mzomvvvb
Creating component: e2e-tests-java-quarkus-mzomvvvb
2026-05-17 20:03:12.181 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:03:12.275 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:03:12.276 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:03:12.276 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:03:12.277 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:03:12.305 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:03:12.336 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:03:12.339 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:03:12.340 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:03:12.370 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:03:12.371 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="12.322" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.579">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-mzomvvvb
Creating component: e2e-tests-java-quarkus-mzomvvvb
2026-05-17 20:02:11.641 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:11.722 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:11.722 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:11.723 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:11.723 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:11.750 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:11.776 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:11.779 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:11.779 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:11.810 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:11.810 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.974">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.769">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="59.518" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="2.862">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-dffyzyby
Creating component: e2e-tests-java-springboot-dffyzyby
2026-05-17 20:02:13.571 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:13.618 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:13.644 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:13.647 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:13.648 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:13.678 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:13.679 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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="3.604">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="9.959">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.452">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.672">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.162">
<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-dffyzyby' })
    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-dffyzyby' })


       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.807">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-dffyzyby
Creating component: e2e-tests-java-springboot-dffyzyby
2026-05-17 20:03:12.026 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:03:12.080 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:03:12.118 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:03:12.122 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:03:12.123 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:03:12.164 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:03:12.165 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="13.831" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.909">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-dffyzyby
Creating component: e2e-tests-java-springboot-dffyzyby
2026-05-17 20:02:25.990 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:26.055 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:26.087 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:26.091 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:26.091 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:26.122 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:26.123 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.071">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.851">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="57.086" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.393">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-jgkqxwjw
Creating component: e2e-tests-java-springboot-jgkqxwjw
2026-05-17 20:02:29.304 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:29.403 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:29.405 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:29.405 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:29.406 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:29.435 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:29.463 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:29.466 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:29.467 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:29.497 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:29.497 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.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.131">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.871">
<system-out>
<![CDATA[2026-05-17 20:02:47.962 [[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.914">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.424">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.597">
<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-jgkqxwjw' })
    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-jgkqxwjw' })


       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.756">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-jgkqxwjw
Creating component: e2e-tests-java-springboot-jgkqxwjw
2026-05-17 20:03:25.424 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:03:25.512 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:03:25.513 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:03:25.514 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:03:25.514 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:03:25.555 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:03:25.605 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:03:25.609 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:03:25.609 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:03:25.668 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:03:25.669 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-17T20:00:26.394Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="14.881" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.997">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-jgkqxwjw
Creating component: e2e-tests-java-springboot-jgkqxwjw
2026-05-17 20:02:29.296 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-17 20:02:29.384 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-17 20:02:29.385 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:29.385 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-17 20:02:29.386 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-17 20:02:29.415 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-17 20:02:29.446 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-17 20:02:29.449 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-17 20:02:29.450 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-aa777d0566-hr1n-p3-openshiftapps-com:443/cluster-admin}
2026-05-17 20:02:29.482 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-17 20:02:29.482 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-aa777d0566.hr1n.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.117">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.767">
</testcase>
</testsuite>
</testsuites>