<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="13" time="170.798644">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="3.203" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="3.203">
<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-05T22:45:48.280Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="78.676" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.228">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ykzbtkcz
Creating component: e2e-tests-go-ykzbtkcz
2026-07-05 22:45:54.151 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.209 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.242 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.245 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.245 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.278 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.278 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.249">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="14.261">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.754">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.188">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.763">
<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-ykzbtkcz' })
    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-ykzbtkcz' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.233">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ykzbtkcz
Creating component: e2e-tests-go-ykzbtkcz
2026-07-05 22:47:11.471 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:11.528 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:11.552 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:11.555 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:11.556 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:11.585 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:11.586 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="24.742" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.164">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-ykzbtkcz
Creating component: e2e-tests-go-ykzbtkcz
2026-07-05 22:45:54.173 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.228 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.258 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.261 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.261 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.293 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.293 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.933">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.645">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="72.194" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.209">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-aeptlxfk
Creating component: e2e-tests-go-aeptlxfk
2026-07-05 22:45:54.164 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:54.237 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:54.238 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.238 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.239 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.271 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.300 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.303 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.304 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.331 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.332 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.107">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="9.309">
<system-out>
<![CDATA[2026-07-05 22:46:17.028 [[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="12.203">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.885">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="26.702">
<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-aeptlxfk' })
    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-aeptlxfk' })


       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.779">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-aeptlxfk
Creating component: e2e-tests-go-aeptlxfk
2026-07-05 22:47:05.445 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:05.530 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:05.531 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:05.531 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:05.532 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:05.563 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:05.594 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:05.597 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:05.598 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:05.629 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:05.629 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.521" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.592">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-aeptlxfk
Creating component: e2e-tests-go-aeptlxfk
2026-07-05 22:45:54.160 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:54.251 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:54.252 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.252 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.252 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.281 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.311 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.314 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.314 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.339 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.340 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.517">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.412">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="82.522" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.596">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-hachtpqa
Creating component: e2e-tests-python-hachtpqa
2026-07-05 22:45:54.151 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.210 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.242 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.245 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.245 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.272 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.272 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.433">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="23.399">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.734">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.166">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.789">
<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-hachtpqa' })
    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-hachtpqa' })


       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.405">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-hachtpqa
Creating component: e2e-tests-python-hachtpqa
2026-07-05 22:47:15.290 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:15.340 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:15.368 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:15.372 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:15.372 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:15.399 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:15.400 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="22.68" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.468">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-hachtpqa
Creating component: e2e-tests-python-hachtpqa
2026-07-05 22:45:54.189 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.252 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.277 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.280 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.280 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.305 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.305 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.436">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="5.776">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="78.989" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.299">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-gsciuigo
Creating component: e2e-tests-python-gsciuigo
2026-07-05 22:45:54.214 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:54.289 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:54.290 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.290 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.290 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.314 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.340 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.342 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.343 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.369 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.369 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.184">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.078">
<system-out>
<![CDATA[2026-07-05 22:46:22.950 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-python[github-azure-quay], worker=6}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.395">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.085">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.713">
<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-gsciuigo' })
    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-gsciuigo' })


       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.235">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-gsciuigo
Creating component: e2e-tests-python-gsciuigo
2026-07-05 22:47:11.770 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:11.850 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:11.850 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:11.851 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:11.851 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:11.878 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:11.896 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:11.899 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:11.899 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:11.926 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:11.926 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.946" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.951">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-gsciuigo
Creating component: e2e-tests-python-gsciuigo
2026-07-05 22:45:54.229 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:54.311 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:54.312 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.312 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:54.312 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.338 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.359 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.363 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.364 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.390 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.391 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.203">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.792">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="84.048" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.526">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-mhkdasxl
Creating component: e2e-tests-dotnet-basic-mhkdasxl
2026-07-05 22:45:54.138 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.192 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.216 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.219 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.219 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.251 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.251 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.557">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="22.994">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.774">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.95">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.138">
<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-mhkdasxl' })
    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-mhkdasxl' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.109">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-mhkdasxl
Creating component: e2e-tests-dotnet-basic-mhkdasxl
2026-07-05 22:47:15.992 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:16.043 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:16.065 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:16.068 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:16.068 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:16.102 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:16.102 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="24.791" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.583">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-mhkdasxl
Creating component: e2e-tests-dotnet-basic-mhkdasxl
2026-07-05 22:45:54.218 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:54.274 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:54.301 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:54.304 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:54.304 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:54.333 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:54.334 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.616">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.592">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="68.61" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.248">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-umhnmfuj
Creating component: e2e-tests-dotnet-basic-umhnmfuj
2026-07-05 22:46:18.817 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:46:18.921 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:46:18.922 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:18.922 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:18.922 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:18.948 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:18.975 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:18.978 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:18.979 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:19.013 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:19.014 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.821">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="14.352">
<system-out>
<![CDATA[2026-07-05 22:46:43.423 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-dotnet-basic[github-azure-quay], worker=5}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.363">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.457">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.245">
<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-umhnmfuj' })
    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-umhnmfuj' })


       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.124">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-umhnmfuj
Creating component: e2e-tests-dotnet-basic-umhnmfuj
2026-07-05 22:47:25.348 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:25.431 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:25.432 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:25.432 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:25.432 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:25.457 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:25.483 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:25.486 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:25.487 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:25.515 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:25.516 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="20.942" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.739">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-umhnmfuj
Creating component: e2e-tests-dotnet-basic-umhnmfuj
2026-07-05 22:46:20.686 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:46:20.783 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:46:20.784 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:20.784 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:20.785 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:20.820 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:20.847 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:20.850 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:20.851 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:20.891 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:20.892 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.951">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.252">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="67.196" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.135">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-rvfxfzfr
Creating component: e2e-tests-nodejs-rvfxfzfr
2026-07-05 22:46:20.867 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:20.935 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:20.975 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:20.978 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:20.979 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:21.011 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:21.012 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.424">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.112">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.997">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.249">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.257">
<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-rvfxfzfr' })
    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-rvfxfzfr' })


       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="4.022">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-rvfxfzfr
Creating component: e2e-tests-nodejs-rvfxfzfr
2026-07-05 22:47:26.050 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:26.107 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:26.134 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:26.138 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:26.139 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:26.171 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:26.172 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="21.291" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.902">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-rvfxfzfr
Creating component: e2e-tests-nodejs-rvfxfzfr
2026-07-05 22:46:21.014 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:21.091 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:21.122 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:21.125 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:21.126 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:21.158 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:21.159 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.12">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.269">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="65.102" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.464">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-epiuyxbu
Creating component: e2e-tests-nodejs-epiuyxbu
2026-07-05 22:46:21.261 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:46:21.361 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:46:21.362 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:21.362 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:21.363 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:21.390 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:21.416 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:21.420 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:21.421 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:21.450 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:21.450 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.715">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="12.072">
<system-out>
<![CDATA[2026-07-05 22:46:43.744 [[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="10.24">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.646">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.044">
<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-epiuyxbu' })
    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-epiuyxbu' })


       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.921">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-epiuyxbu
Creating component: e2e-tests-nodejs-epiuyxbu
2026-07-05 22:47:24.627 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:24.708 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:24.709 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:24.709 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:24.710 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:24.734 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:24.764 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:24.767 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:24.768 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:24.795 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:24.796 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="13.499" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.522">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-epiuyxbu
Creating component: e2e-tests-nodejs-epiuyxbu
2026-07-05 22:46:43.870 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:46:43.960 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:46:43.961 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:43.962 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:46:43.963 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:43.991 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:44.022 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:44.026 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:44.026 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:44.060 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:44.061 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.323">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.654">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="55.782" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.598">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-okbwohey
Creating component: e2e-tests-java-quarkus-okbwohey
2026-07-05 22:46:44.366 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:44.436 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:44.466 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:44.471 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:44.472 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:44.503 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:44.503 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.196">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.014">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="8.019">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.507">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.044">
<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-okbwohey' })
    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-okbwohey' })


       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.404">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-okbwohey
Creating component: e2e-tests-java-quarkus-okbwohey
2026-07-05 22:47:39.461 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:39.518 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:39.546 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:39.549 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:39.550 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:39.582 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:39.582 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="10.714" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.378">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-okbwohey
Creating component: e2e-tests-java-quarkus-okbwohey
2026-07-05 22:46:59.180 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:46:59.231 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:46:59.253 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:46:59.256 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:46:59.257 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:46:59.285 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:46:59.286 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.633">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.703">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="83.764" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="2.881">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-dsyfowcf
Creating component: e2e-tests-java-quarkus-dsyfowcf
2026-07-05 22:47:09.929 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:10.017 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:10.017 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:10.018 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:10.018 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:10.044 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:10.066 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:10.068 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:10.069 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:10.102 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:10.102 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.376">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="39.787">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png]]

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

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

    TimeoutError: Step timeout of 30000ms exceeded.

      117 |       }, { timeout: 30000 });
      118 |
    > 119 |       await test.step('Check Pipeline Runs table row values', async () => {
          |       ^
      120 |         await ciPlugin!.checkPipelineRunsTable(page);
      121 |       }, { timeout: 30000 });
      122 |
        at /workspace/ui-test/tests/ui/component.test.ts:119:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().locator('td').nth(3).getByTestId('status-ok')
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().locator('td').nth(3).getByTestId('status-ok')


       at ../src/ui/plugins/ci/azurePlugin.ts:48

      46 |         await expect(cells[cellIndex.source]).toHaveText(AzurePO.branchCommitRegex);
      47 |
    > 48 |         await expect(cells[cellIndex.state].getByTestId(CiPo.statusOkTestId)).toBeVisible();
         |                                                                               ^
      49 |         await expect(cells[cellIndex.state]).toContainText(CiPo.statusSucceededText);
      50 |
      51 |         await expect(cells[cellIndex.duration]).toHaveText(AzurePO.durationRegex);
        at AzurePlugin.checkRowCellContents (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:48:79)
        at AzurePlugin.checkPipelineRunsTable (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:88:9)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:120:9)
        at /workspace/ui-test/tests/ui/component.test.ts:119:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-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-quarkus-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-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="7.358">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-dsyfowcf
Creating component: e2e-tests-java-quarkus-dsyfowcf
2026-07-05 22:47:57.590 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:57.691 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:57.691 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:57.692 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:57.692 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:57.743 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:57.766 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:57.769 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:57.769 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:57.801 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:57.801 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="4.942">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.711">
<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-dsyfowcf' })
    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-dsyfowcf' })


       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.709">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-dsyfowcf
Creating component: e2e-tests-java-quarkus-dsyfowcf
2026-07-05 22:48:34.263 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:48:34.341 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:48:34.341 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:48:34.342 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:48:34.342 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:48:34.368 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:48:34.396 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:48:34.399 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:48:34.399 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:48:34.431 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:48:34.431 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="13.448" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.947">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-dsyfowcf
Creating component: e2e-tests-java-quarkus-dsyfowcf
2026-07-05 22:47:11.616 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:11.694 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:11.695 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:11.696 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:11.696 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:11.723 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:11.746 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:11.749 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:11.750 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:11.774 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:11.774 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.225">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.276">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="54.995" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.516">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-cwjscbpf
Creating component: e2e-tests-java-springboot-cwjscbpf
2026-07-05 22:47:16.562 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:16.623 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:16.648 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:16.651 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:16.652 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:16.678 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:16.679 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.617">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.041">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.964">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.646">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.382">
<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-cwjscbpf' })
    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-cwjscbpf' })


       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.829">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-cwjscbpf
Creating component: e2e-tests-java-springboot-cwjscbpf
2026-07-05 22:48:10.316 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:48:10.373 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:48:10.400 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:48:10.403 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:48:10.404 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:48:10.436 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:48:10.436 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="13.179" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.942">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-cwjscbpf
Creating component: e2e-tests-java-springboot-cwjscbpf
2026-07-05 22:47:16.846 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:16.905 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:16.931 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:16.934 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:16.935 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:16.968 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:16.968 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.311">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.926">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="52.669" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.036">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-lftnumcz
Creating component: e2e-tests-java-springboot-lftnumcz
2026-07-05 22:47:20.474 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:20.553 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:20.554 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:20.555 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:20.555 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:20.577 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:20.598 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:20.601 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:20.602 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:20.636 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:20.636 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.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.351">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="6.61">
<system-out>
<![CDATA[2026-07-05 22:47:35.701 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-springboot[github-azure-quay], worker=4}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.665">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="4.815">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.498">
<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-lftnumcz' })
    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-lftnumcz' })


       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.694">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-lftnumcz
Creating component: e2e-tests-java-springboot-lftnumcz
2026-07-05 22:48:12.214 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:48:12.289 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:48:12.290 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:48:12.290 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:48:12.291 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:48:12.315 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:48:12.344 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:48:12.347 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:48:12.347 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:48:12.378 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:48:12.379 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:45:48.280Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="12.131" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.135">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-lftnumcz
Creating component: e2e-tests-java-springboot-lftnumcz
2026-07-05 22:47:21.862 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:47:21.945 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:47:21.946 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:21.947 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:47:21.947 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:47:21.971 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:47:22.002 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:47:22.006 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:47:22.007 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-7160a3d9b5-q1s0-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:47:22.041 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:47:22.041 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-7160a3d9b5.q1s0.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.243">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.753">
</testcase>
</testsuite>
</testsuites>