<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="12" time="155.900066">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="3.35" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="3.35">
<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-03T18:47:22.404Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="80.346" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.655">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rohufecg
Creating component: e2e-tests-go-rohufecg
2026-07-03 18:47:28.467 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.521 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.551 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.555 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.556 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.587 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.588 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.198">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.169">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.599">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="12.606">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="25.05">
<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-rohufecg' })
    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-rohufecg' })


       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.069">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rohufecg
Creating component: e2e-tests-go-rohufecg
2026-07-03 18:48:47.613 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:47.667 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:47.692 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:47.695 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:47.696 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:47.728 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:47.728 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="20.092" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.96">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-rohufecg
Creating component: e2e-tests-go-rohufecg
2026-07-03 18:47:28.459 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.519 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.541 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.544 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.545 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.575 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.576 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.304">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.828">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="76.147" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.267">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-gyrddsbq
Creating component: e2e-tests-go-gyrddsbq
2026-07-03 18:47:28.492 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:28.573 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:28.573 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.574 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.574 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.599 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.627 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.630 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.631 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.669 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.670 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.246">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.834">
<system-out>
<![CDATA[2026-07-03 18:47:53.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="13.251">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.796">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.856">
<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-gyrddsbq' })
    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-gyrddsbq' })


       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.897">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-gyrddsbq
Creating component: e2e-tests-go-gyrddsbq
2026-07-03 18:48:43.649 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:43.728 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:43.729 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:43.729 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:43.730 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:43.753 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:43.778 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:43.780 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:43.781 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:43.808 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:43.808 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="22.14" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.821">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-gyrddsbq
Creating component: e2e-tests-go-gyrddsbq
2026-07-03 18:47:28.448 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:28.533 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:28.534 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.535 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.535 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.559 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.586 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.589 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.590 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.624 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.624 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.413">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="5.906">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="88.192" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.302">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-apahhshb
Creating component: e2e-tests-python-apahhshb
2026-07-03 18:47:28.488 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.559 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.588 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.593 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.593 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.622 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.622 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.538">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="23.976">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="14.631">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.815">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.626">
<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-apahhshb' })
    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-apahhshb' })


       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="4.304">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-apahhshb
Creating component: e2e-tests-python-apahhshb
2026-07-03 18:48:54.336 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:54.392 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:54.416 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:54.419 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:54.420 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:54.446 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:54.447 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="23.126" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.006">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-apahhshb
Creating component: e2e-tests-python-apahhshb
2026-07-03 18:47:28.518 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.568 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.595 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.598 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.599 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.627 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.628 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.926">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.194">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="81.012" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.193">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-bdwbmkrv
Creating component: e2e-tests-python-bdwbmkrv
2026-07-03 18:47:28.545 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:28.641 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:28.642 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.643 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.643 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.675 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.705 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.709 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.710 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.738 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.739 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.337">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="16.962">
<system-out>
<![CDATA[2026-07-03 18:47:59.256 [[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="10.698">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.452">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="25.116">
<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-bdwbmkrv' })
    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-bdwbmkrv' })


       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.254">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-bdwbmkrv
Creating component: e2e-tests-python-bdwbmkrv
2026-07-03 18:48:48.245 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:48.327 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:48.328 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:48.328 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:48.329 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:48.352 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:48.382 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:48.385 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:48.386 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:48.410 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:48.410 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="23.104" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.902">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-bdwbmkrv
Creating component: e2e-tests-python-bdwbmkrv
2026-07-03 18:47:28.496 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:28.581 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:28.581 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.582 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:28.582 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.604 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.645 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.648 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.649 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.682 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.682 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.88">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.322">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="90.125" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.253">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-uhguuqwj
Creating component: e2e-tests-dotnet-basic-uhguuqwj
2026-07-03 18:47:28.519 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.576 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.600 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.603 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.604 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.649 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.650 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.259">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="24.659">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="14.344">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.721">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.359">
<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-uhguuqwj' })
    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-uhguuqwj' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="5.53">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-uhguuqwj
Creating component: e2e-tests-dotnet-basic-uhguuqwj
2026-07-03 18:48:55.070 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:55.124 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:55.154 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:55.158 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:55.159 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:55.191 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:55.192 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="23.369" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.07">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-uhguuqwj
Creating component: e2e-tests-dotnet-basic-uhguuqwj
2026-07-03 18:47:28.517 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:28.568 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:28.594 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:28.597 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:28.597 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:28.627 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:28.628 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.011">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.288">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="69.996" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.552">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-ubpjxeht
Creating component: e2e-tests-dotnet-basic-ubpjxeht
2026-07-03 18:47:50.649 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:50.744 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:50.745 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:50.746 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:50.746 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:50.774 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:50.801 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:50.804 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:50.805 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:50.839 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:50.840 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.982">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="13.487">
<system-out>
<![CDATA[2026-07-03 18:48:17.926 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-dotnet-basic[github-azure-quay], worker=1}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.236">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.266">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.983">
<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-ubpjxeht' })
    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-ubpjxeht' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.49">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-ubpjxeht
Creating component: e2e-tests-dotnet-basic-ubpjxeht
2026-07-03 18:48:59.330 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:59.409 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:59.410 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:59.410 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:59.411 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:59.437 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:59.466 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:59.469 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:59.470 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:59.496 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:59.497 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="21.273" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.974">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-ubpjxeht
Creating component: e2e-tests-dotnet-basic-ubpjxeht
2026-07-03 18:47:52.635 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:52.730 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:52.731 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:52.731 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:52.732 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:52.757 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:52.790 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:52.793 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:52.794 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:52.825 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:52.826 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.511">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.788">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="70.653" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.934">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-floouyxd
Creating component: e2e-tests-nodejs-floouyxd
2026-07-03 18:47:53.566 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:53.622 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:53.650 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:53.653 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:53.654 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:53.686 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:53.686 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.633">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="17.973">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.127">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.657">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.869">
<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-floouyxd' })
    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-floouyxd' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.46">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-floouyxd
Creating component: e2e-tests-nodejs-floouyxd
2026-07-03 18:49:02.988 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:03.048 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:03.074 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:03.077 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:03.078 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:03.110 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:03.111 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="21.15" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.419">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-floouyxd
Creating component: e2e-tests-nodejs-floouyxd
2026-07-03 18:47:53.636 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:53.698 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:53.732 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:53.736 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:53.737 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:53.763 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:53.763 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.433">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.298">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="66.491" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.721">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-lzsvsdrn
Creating component: e2e-tests-nodejs-lzsvsdrn
2026-07-03 18:47:53.811 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:47:53.900 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:47:53.902 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:53.902 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:47:53.903 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:47:53.928 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:47:53.956 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:47:53.959 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:47:53.960 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:47:53.988 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:47:53.989 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.496">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.532">
<system-out>
<![CDATA[2026-07-03 18:48:16.809 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-nodejs[github-azure-quay], worker=9}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.692">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.845">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.318">
<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-lzsvsdrn' })
    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-lzsvsdrn' })


       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.887">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-lzsvsdrn
Creating component: e2e-tests-nodejs-lzsvsdrn
2026-07-03 18:48:58.440 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:58.523 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:58.524 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:58.525 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:58.525 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:58.552 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:58.577 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:58.581 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:58.582 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:58.613 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:58.613 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="15.018" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.998">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-lzsvsdrn
Creating component: e2e-tests-nodejs-lzsvsdrn
2026-07-03 18:48:16.059 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:16.156 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:16.158 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:16.158 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:16.159 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:16.185 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:16.214 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:16.219 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:16.220 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:16.255 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:16.255 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.176">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.844">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="58.413" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.027">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-odcescow
Creating component: e2e-tests-java-quarkus-odcescow
2026-07-03 18:48:16.958 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:17.013 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:17.038 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:17.042 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:17.043 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:17.075 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:17.075 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.884">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.908">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.889">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.614">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.218">
<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-odcescow' })
    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-odcescow' })


       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.873">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-odcescow
Creating component: e2e-tests-java-quarkus-odcescow
2026-07-03 18:49:14.477 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:14.535 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:14.561 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:14.565 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:14.566 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:14.597 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:14.598 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="10.893" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.764">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-odcescow
Creating component: e2e-tests-java-quarkus-odcescow
2026-07-03 18:48:33.096 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:33.152 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:33.184 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:33.187 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:33.188 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:33.220 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:33.220 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.589">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.54">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="58.594" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="2.798">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-xiktocub
Creating component: e2e-tests-java-quarkus-xiktocub
2026-07-03 18:48:45.712 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:45.801 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:45.802 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:45.802 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:45.802 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:45.828 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:45.854 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:45.856 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:45.857 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:45.886 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:45.886 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.767">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.763">
<system-out>
<![CDATA[2026-07-03 18:49:04.156 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-quarkus[github-azure-quay], worker=3}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="8.517">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.67">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.931">
<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-xiktocub' })
    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-xiktocub' })


       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="3.148">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-xiktocub
Creating component: e2e-tests-java-quarkus-xiktocub
2026-07-03 18:49:43.224 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:49:43.338 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:49:43.339 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:43.339 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:43.340 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:43.367 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:43.393 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:43.398 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:43.399 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:43.432 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:43.433 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="13.32" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.849">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-xiktocub
Creating component: e2e-tests-java-quarkus-xiktocub
2026-07-03 18:48:48.295 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:48:48.383 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:48:48.384 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:48.384 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:48:48.385 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:48.409 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:48.435 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:48.438 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:48.439 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:48.461 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:48.462 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.812">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.659">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="56.788" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.019">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-htvbwrtp
Creating component: e2e-tests-java-springboot-htvbwrtp
2026-07-03 18:48:52.443 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:52.496 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:52.523 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:52.527 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:52.528 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:52.557 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:52.558 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="5.669">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.925">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="8.176">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.343">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.824">
<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-htvbwrtp' })
    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-htvbwrtp' })


       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.832">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-htvbwrtp
Creating component: e2e-tests-java-springboot-htvbwrtp
2026-07-03 18:49:48.501 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:48.548 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:48.575 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:48.578 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:48.578 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:48.608 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:48.609 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="13.235" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.526">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-htvbwrtp
Creating component: e2e-tests-java-springboot-htvbwrtp
2026-07-03 18:48:53.395 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:48:53.452 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:48:53.474 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:48:53.478 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:48:53.479 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:48:53.505 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:48:53.506 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.618">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.091">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="53.455" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.122">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-wdrxozzc
Creating component: e2e-tests-java-springboot-wdrxozzc
2026-07-03 18:49:00.613 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:49:00.721 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:49:00.722 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:00.723 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:00.724 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:00.756 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:00.785 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:00.789 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:00.791 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:00.824 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:00.824 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.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.86">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="6.857">
<system-out>
<![CDATA[2026-07-03 18:49:14.750 [[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="8.752">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.473">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.521">
<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-wdrxozzc' })
    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-wdrxozzc' })


       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.87">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-wdrxozzc
Creating component: e2e-tests-java-springboot-wdrxozzc
2026-07-03 18:49:53.192 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:49:53.276 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:49:53.277 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:53.277 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:53.277 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:53.304 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:53.336 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:53.339 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:53.340 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:53.366 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:53.367 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-03T18:47:22.404Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="11.881" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.002">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-wdrxozzc
Creating component: e2e-tests-java-springboot-wdrxozzc
2026-07-03 18:49:02.717 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-03 18:49:02.803 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-03 18:49:02.804 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:02.804 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-03 18:49:02.805 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-03 18:49:02.834 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-03 18:49:02.862 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-03 18:49:02.868 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-03 18:49:02.869 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-67cfb65e58-iwvm-p3-openshiftapps-com:443/cluster-admin}
2026-07-03 18:49:02.896 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-03 18:49:02.897 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-67cfb65e58.iwvm.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.698">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.181">
</testcase>
</testsuite>
</testsuites>