<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="14" time="202.093424">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="3.314" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="3.314">
<system-out>
<![CDATA[Setting up authentication for UI tests
Authentication setup completed successfully
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="95.302" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.089">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-bdmcjuon
Creating component: e2e-tests-go-bdmcjuon
2026-07-01 20:03:59.697 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.752 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.781 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.785 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.786 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.818 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.819 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.043">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="17.629">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="16.931">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="18.302">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.453">
<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-bdmcjuon' })
    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-bdmcjuon' })


       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.855">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-bdmcjuon
Creating component: e2e-tests-go-bdmcjuon
2026-07-01 20:05:34.016 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:34.068 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:34.093 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:34.096 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:34.096 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:34.140 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:34.141 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.29" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.553">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-bdmcjuon
Creating component: e2e-tests-go-bdmcjuon
2026-07-01 20:03:59.749 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.817 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.847 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.851 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.852 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.884 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.885 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.827">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.91">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="91.702" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.001">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-hpsvuklk
Creating component: e2e-tests-go-hpsvuklk
2026-07-01 20:03:59.742 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:03:59.833 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:03:59.834 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.834 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.835 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.872 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.901 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.904 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.905 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.935 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.936 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.98">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="12.454">
<system-out>
<![CDATA[2026-07-01 20:04:27.476 [[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="18.202">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.755">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="31.578">
<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-hpsvuklk' })
    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-hpsvuklk' })


       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.732">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-hpsvuklk
Creating component: e2e-tests-go-hpsvuklk
2026-07-01 20:05:30.632 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:30.721 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:30.722 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:30.722 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:30.723 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:30.747 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:30.775 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:30.778 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:30.779 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:30.808 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:30.809 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.84" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.625">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-hpsvuklk
Creating component: e2e-tests-go-hpsvuklk
2026-07-01 20:03:59.624 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:03:59.709 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:03:59.710 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.711 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.712 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.745 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.772 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.775 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.776 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.812 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.813 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.717">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.498">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="99.02" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.123">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-qymbimdc
Creating component: e2e-tests-python-qymbimdc
2026-07-01 20:03:59.683 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.738 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.768 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.772 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.773 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.811 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.811 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.29">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="29.403">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.829">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="13.874">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.093">
<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-qymbimdc' })
    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-qymbimdc' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.408">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-qymbimdc
Creating component: e2e-tests-python-qymbimdc
2026-07-01 20:05:37.279 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:37.331 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:37.355 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:37.358 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:37.359 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:37.387 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:37.387 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="24.759" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.309">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-qymbimdc
Creating component: e2e-tests-python-qymbimdc
2026-07-01 20:03:59.745 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.801 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.831 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.834 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.835 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.880 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.880 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.994">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.456">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="104.386" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.561">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-tjmknnej
Creating component: e2e-tests-python-tjmknnej
2026-07-01 20:03:59.706 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:03:59.808 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:03:59.808 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.809 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.809 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.847 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.874 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.877 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.878 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.907 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.908 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.522">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="37.626">
<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="19.731">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-tjmknnej
Creating component: e2e-tests-python-tjmknnej
2026-07-01 20:04:53.580 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:04:53.674 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:04:53.675 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:53.676 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:53.676 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:53.703 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:53.731 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:53.735 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:53.736 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:53.766 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:53.767 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.127">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.759">
<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-tjmknnej' })
    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-tjmknnej' })


       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="3.06">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-tjmknnej
Creating component: e2e-tests-python-tjmknnej
2026-07-01 20:05:45.148 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:45.237 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:45.238 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:45.238 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:45.239 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:45.265 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:45.291 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:45.294 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:45.295 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:45.325 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:45.326 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="27.408" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.468">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-tjmknnej
Creating component: e2e-tests-python-tjmknnej
2026-07-01 20:03:59.767 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:03:59.860 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:03:59.860 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.861 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:03:59.861 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.886 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.908 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.911 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.911 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.938 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.939 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.956">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.984">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="100.074" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.061">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-lpnbhnwm
Creating component: e2e-tests-dotnet-basic-lpnbhnwm
2026-07-01 20:03:59.736 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.789 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.826 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.830 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.831 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.858 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.859 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.275">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="29.4">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.824">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="14.789">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.284">
<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-lpnbhnwm' })
    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-lpnbhnwm' })


       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="3.441">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-lpnbhnwm
Creating component: e2e-tests-dotnet-basic-lpnbhnwm
2026-07-01 20:05:38.288 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:38.347 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:38.370 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:38.373 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:38.374 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:38.400 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:38.401 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.355" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.197">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-lpnbhnwm
Creating component: e2e-tests-dotnet-basic-lpnbhnwm
2026-07-01 20:03:59.679 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:03:59.735 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:03:59.765 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:03:59.768 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:03:59.769 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:03:59.814 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:03:59.814 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.3">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.858">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="87.421" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.943">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-cmqhygwo
Creating component: e2e-tests-dotnet-basic-cmqhygwo
2026-07-01 20:04:26.618 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:04:26.713 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:04:26.714 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:26.715 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:26.715 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:26.745 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:26.774 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:26.779 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:26.780 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:26.806 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:26.806 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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="10.808">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="27.597">
<system-out>
<![CDATA[2026-07-01 20:05:10.857 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-dotnet-basic[github-azure-quay], worker=3}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.627">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.908">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.221">
<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-cmqhygwo' })
    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-cmqhygwo' })


       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="4.317">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-cmqhygwo
Creating component: e2e-tests-dotnet-basic-cmqhygwo
2026-07-01 20:05:51.891 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:51.976 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:51.976 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:51.977 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:51.977 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:52.006 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:52.031 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:52.034 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:52.035 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:52.062 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:52.063 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="23.407" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.822">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-cmqhygwo
Creating component: e2e-tests-dotnet-basic-cmqhygwo
2026-07-01 20:04:26.583 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:04:26.679 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:04:26.680 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:26.681 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:26.682 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:26.713 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:26.737 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:26.740 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:26.741 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:26.769 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:26.770 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="12.118">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.467">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="82.781" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="12.208">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-tyenzjzb
Creating component: e2e-tests-nodejs-tyenzjzb
2026-07-01 20:04:29.056 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:29.124 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:29.154 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:29.158 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:29.160 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:29.194 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:29.194 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.831">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="22.69">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.08">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.325">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.811">
<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-tyenzjzb' })
    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-tyenzjzb' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.836">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-tyenzjzb
Creating component: e2e-tests-nodejs-tyenzjzb
2026-07-01 20:05:50.139 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:50.207 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:50.237 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:50.240 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:50.241 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:50.269 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:50.269 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="28.709" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="12.963">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-tyenzjzb
Creating component: e2e-tests-nodejs-tyenzjzb
2026-07-01 20:04:29.113 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:29.179 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:29.208 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:29.212 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:29.213 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:29.258 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:29.259 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.863">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.883">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="80.489" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="11.801">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-iyhzdmnk
Creating component: e2e-tests-nodejs-iyhzdmnk
2026-07-01 20:04:29.357 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:04:29.457 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:04:29.459 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:29.459 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:29.460 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:29.491 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:29.522 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:29.527 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:29.529 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:29.563 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:29.564 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.792">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="12.682">
<system-out>
<![CDATA[2026-07-01 20:04:58.891 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-nodejs[github-azure-quay], worker=7}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="17.42">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.791">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.097">
<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-iyhzdmnk' })
    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-iyhzdmnk' })


       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="3.906">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-iyhzdmnk
Creating component: e2e-tests-nodejs-iyhzdmnk
2026-07-01 20:05:48.132 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:48.219 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:48.220 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:48.220 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:48.221 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:48.247 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:48.273 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:48.276 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:48.277 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:48.303 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:48.304 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.11" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.91">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-iyhzdmnk
Creating component: e2e-tests-nodejs-iyhzdmnk
2026-07-01 20:04:52.192 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:04:52.278 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:04:52.279 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:52.279 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:04:52.280 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:04:52.305 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:04:52.334 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:04:52.337 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:04:52.338 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:04:52.369 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:04:52.370 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="13.841">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.359">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="63.185" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="10.374">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-efpqpjfs
Creating component: e2e-tests-java-quarkus-efpqpjfs
2026-07-01 20:05:00.276 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:00.355 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:00.388 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:00.392 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:00.392 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:00.428 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:00.429 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.625">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.781">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.771">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.587">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.291">
<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-efpqpjfs' })
    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-efpqpjfs' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.756">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-efpqpjfs
Creating component: e2e-tests-java-quarkus-efpqpjfs
2026-07-01 20:06:02.567 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:06:02.648 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:06:02.677 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:06:02.680 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:06:02.681 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:06:02.710 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:06:02.711 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="11.618" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.197">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-efpqpjfs
Creating component: e2e-tests-java-quarkus-efpqpjfs
2026-07-01 20:05:18.526 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:18.599 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:18.629 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:18.633 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:18.634 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:18.672 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:18.672 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.78">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.641">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="56.891" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="2.842">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-qgunycez
Creating component: e2e-tests-java-quarkus-qgunycez
2026-07-01 20:05:31.874 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:31.951 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:31.952 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:31.952 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:31.953 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:31.976 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:31.998 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:32.001 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:32.002 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:32.027 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:32.027 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.47">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.18">
<system-out>
<![CDATA[2026-07-01 20:05:48.495 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-quarkus[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="9.701">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.762">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.629">
<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-qgunycez' })
    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-qgunycez' })


       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.307">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-qgunycez
Creating component: e2e-tests-java-quarkus-qgunycez
2026-07-01 20:06:28.127 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:06:28.211 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:06:28.211 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:06:28.212 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:06:28.212 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:06:28.269 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:06:28.294 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:06:28.297 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:06:28.298 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:06:28.331 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:06:28.331 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="12.597" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.582">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-qgunycez
Creating component: e2e-tests-java-quarkus-qgunycez
2026-07-01 20:05:35.112 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:35.196 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:35.197 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:35.198 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:35.198 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:35.223 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:35.253 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:35.256 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:35.257 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:35.285 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:35.285 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.051">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.964">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="90.384" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.149">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-eufevhuo
Creating component: e2e-tests-java-springboot-eufevhuo
2026-07-01 20:05:38.687 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:39.432 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:39.459 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:39.463 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:39.463 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:39.494 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:39.495 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.206">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="43.484">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-tekton-quay-/video.webm]]

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

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByText('STEP-SHOW-SBOM')
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByText('STEP-SHOW-SBOM')


       at ../src/ui/plugins/ci/tektonPlugin.ts:51

      49 |
      50 |         const span = page.getByText(TektonPO.sbomStepName);
    > 51 |         await expect(span).toBeVisible();
         |                            ^
      52 |
      53 |         // Close popup
      54 |         const closeButton = page.getByRole('dialog').getByTestId(CommonPO.closeIconTestId);
        at TektonPlugin.checkSBOMpopup (/workspace/ui-test/src/ui/plugins/ci/tektonPlugin.ts:51:28)
        at TektonPlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/tektonPlugin.ts:131:9)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:9)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.805">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-eufevhuo
Creating component: e2e-tests-java-springboot-eufevhuo
2026-07-01 20:06:32.823 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:06:32.874 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:06:32.901 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:06:32.904 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:06:32.904 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:06:32.936 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:06:32.937 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.481">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.434">
<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-eufevhuo' })
    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-eufevhuo' })


       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.825">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-eufevhuo
Creating component: e2e-tests-java-springboot-eufevhuo
2026-07-01 20:07:10.161 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:07:10.212 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:07:10.239 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:07:10.242 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:07:10.243 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:07:10.281 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:07:10.281 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="14.636" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.211">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-eufevhuo
Creating component: e2e-tests-java-springboot-eufevhuo
2026-07-01 20:05:42.425 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:42.481 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:42.506 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:42.509 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:42.510 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:42.539 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:42.539 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.381">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.044">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="55.527" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.203">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-lzldbapp
Creating component: e2e-tests-java-springboot-lzldbapp
2026-07-01 20:05:43.506 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:43.594 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:43.594 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:43.595 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:43.596 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:43.620 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:43.648 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:43.651 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:43.652 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:43.678 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:43.678 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.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.848">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="9.161">
<system-out>
<![CDATA[2026-07-01 20:06:00.948 [[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.643">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.559">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.372">
<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-lzldbapp' })
    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-lzldbapp' })


       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.741">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-lzldbapp
Creating component: e2e-tests-java-springboot-lzldbapp
2026-07-01 20:06:37.990 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:06:38.072 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:06:38.073 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:06:38.073 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:06:38.073 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:06:38.101 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:06:38.132 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:06:38.135 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:06:38.136 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:06:38.161 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:06:38.162 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-01T20:03:53.231Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="11.954" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.081">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-lzldbapp
Creating component: e2e-tests-java-springboot-lzldbapp
2026-07-01 20:05:49.699 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-01 20:05:49.793 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-01 20:05:49.794 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:49.795 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-01 20:05:49.795 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-01 20:05:49.824 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-01 20:05:49.849 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-01 20:05:49.852 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-01 20:05:49.853 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-56465a04fc-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-07-01 20:05:49.886 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-01 20:05:49.887 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-56465a04fc.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.287">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.586">
</testcase>
</testsuite>
</testsuites>