<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="14" time="185.091163">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="4.229" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="4.229">
<system-out>
<![CDATA[Setting up authentication for UI tests
Authentication setup completed successfully
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="84.592" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="11.646">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-tcamboei
Creating component: e2e-tests-go-tcamboei
2026-07-05 22:43:02.488 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.557 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.586 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.589 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.590 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.619 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.620 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.035">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="16.752">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.855">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.133">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.465">
<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-tcamboei' })
    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-tcamboei' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.706">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-tcamboei
Creating component: e2e-tests-go-tcamboei
2026-07-05 22:44:26.157 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:26.220 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:26.249 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:26.251 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:26.252 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:26.282 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:26.283 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="29.37" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="11.633">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-tcamboei
Creating component: e2e-tests-go-tcamboei
2026-07-05 22:43:02.466 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.521 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.548 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.551 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.552 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.585 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.586 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.295">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.442">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="103.532" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="11.309">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rnoxogxf
Creating component: e2e-tests-go-rnoxogxf
2026-07-05 22:43:02.471 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:02.554 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:02.554 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.555 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.555 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.584 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.611 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.613 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.614 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.644 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.645 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.594">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="39.512">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png]]

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

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

    TimeoutError: Step timeout of 30000ms exceeded.

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

    Error: expect(locator).toBeVisible() failed

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

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


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.153">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rnoxogxf
Creating component: e2e-tests-go-rnoxogxf
2026-07-05 22:44:01.886 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:01.973 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:01.974 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:01.975 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:01.975 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:02.005 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:02.039 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:02.042 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:02.043 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:02.081 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:02.081 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.011">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.558">
<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-rnoxogxf' })
    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-rnoxogxf' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.395">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rnoxogxf
Creating component: e2e-tests-go-rnoxogxf
2026-07-05 22:44:45.803 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:45.883 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:45.884 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:45.884 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:45.885 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:45.910 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:45.946 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:45.949 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:45.950 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:45.979 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:45.980 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="30.598" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="11.49">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-rnoxogxf
Creating component: e2e-tests-go-rnoxogxf
2026-07-05 22:43:02.475 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:02.563 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:02.564 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.564 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.564 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.592 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.618 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.621 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.622 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.659 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.660 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="11.383">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.725">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="90.29" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="11.707">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-keufxbpn
Creating component: e2e-tests-python-keufxbpn
2026-07-05 22:43:02.470 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.531 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.558 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.561 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.561 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.587 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.588 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.376">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="23.128">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.801">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="9.33">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="25.018">
<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-keufxbpn' })
    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-keufxbpn' })


       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="2.93">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-keufxbpn
Creating component: e2e-tests-python-keufxbpn
2026-07-05 22:44:31.785 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:31.845 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:31.874 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:31.877 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:31.878 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:31.906 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:31.906 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="29.461" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="11.073">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-keufxbpn
Creating component: e2e-tests-python-keufxbpn
2026-07-05 22:43:02.453 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.517 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.543 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.546 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.546 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.576 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.576 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.983">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.405">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="88.346" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="11.264">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-bnzwovir
Creating component: e2e-tests-python-bnzwovir
2026-07-05 22:43:02.427 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:02.523 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:02.524 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.524 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.525 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.550 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.580 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.582 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.583 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.615 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.616 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.465">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="21.219">
<system-out>
<![CDATA[2026-07-05 22:43:41.500 [[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.756">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="11.048">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.721">
<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-bnzwovir' })
    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-bnzwovir' })


       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="2.873">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-bnzwovir
Creating component: e2e-tests-python-bnzwovir
2026-07-05 22:44:29.862 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:29.956 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:29.956 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:29.957 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:29.957 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:29.984 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:30.007 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:30.010 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:30.010 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:30.042 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:30.043 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="29.571" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="11.923">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-bnzwovir
Creating component: e2e-tests-python-bnzwovir
2026-07-05 22:43:02.472 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:02.554 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:02.555 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.555 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:02.555 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.588 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.612 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.615 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.616 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.645 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.645 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.002">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.646">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="94.648" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="11.658">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-xavmxvub
Creating component: e2e-tests-dotnet-basic-xavmxvub
2026-07-05 22:43:02.485 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.550 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.581 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.583 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.584 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.609 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.609 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.122">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="23.266">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.587">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="13.263">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.978">
<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-xavmxvub' })
    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-xavmxvub' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.774">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-xavmxvub
Creating component: e2e-tests-dotnet-basic-xavmxvub
2026-07-05 22:44:35.248 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:35.305 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:35.332 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:35.335 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:35.335 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:35.379 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:35.379 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="30.808" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="12.352">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-xavmxvub
Creating component: e2e-tests-dotnet-basic-xavmxvub
2026-07-05 22:43:02.468 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:02.527 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:02.557 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:02.560 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:02.561 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:02.592 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:02.592 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.837">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.619">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="74.705" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.457">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-ojbyfezp
Creating component: e2e-tests-dotnet-basic-ojbyfezp
2026-07-05 22:43:33.811 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:33.910 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:33.911 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:33.911 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:33.912 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:33.945 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:34.002 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:34.005 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:34.006 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:34.044 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:34.044 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.194">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.412">
<system-out>
<![CDATA[2026-07-05 22:44:01.168 [[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="11.928">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.834">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.619">
<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-ojbyfezp' })
    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-ojbyfezp' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.261">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-ojbyfezp
Creating component: e2e-tests-dotnet-basic-ojbyfezp
2026-07-05 22:44:46.340 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:46.428 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:46.428 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:46.429 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:46.430 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:46.458 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:46.524 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:46.527 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:46.528 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:46.561 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:46.562 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.932" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.035">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-ojbyfezp
Creating component: e2e-tests-dotnet-basic-ojbyfezp
2026-07-05 22:43:33.830 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:33.938 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:33.938 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:33.939 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:33.939 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:33.987 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:34.030 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:34.033 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:34.034 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:34.065 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:34.065 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.375">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.522">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="74.282" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.259">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-dutspubv
Creating component: e2e-tests-nodejs-dutspubv
2026-07-05 22:43:34.022 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:34.080 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:34.128 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:34.132 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:34.132 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:34.170 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:34.171 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.276">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="16.801">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.652">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.076">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.571">
<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-dutspubv' })
    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-dutspubv' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="4.647">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-dutspubv
Creating component: e2e-tests-nodejs-dutspubv
2026-07-05 22:44:45.737 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:45.796 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:45.825 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:45.828 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:45.828 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:45.854 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:45.855 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="23.994" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.718">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-dutspubv
Creating component: e2e-tests-nodejs-dutspubv
2026-07-05 22:43:34.976 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:35.042 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:35.089 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:35.092 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:35.093 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:35.128 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:35.128 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.143">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="8.133">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="68.158" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.908">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-lboqpnjg
Creating component: e2e-tests-nodejs-lboqpnjg
2026-07-05 22:43:35.118 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:43:35.232 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:43:35.233 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:35.233 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:43:35.233 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:43:35.265 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:43:35.301 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:43:35.306 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:43:35.307 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:43:35.350 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:43:35.351 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.018">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.87">
<system-out>
<![CDATA[2026-07-05 22:43:58.220 [[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="9.926">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.674">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.462">
<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-lboqpnjg' })
    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-lboqpnjg' })


       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="4.3">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-lboqpnjg
Creating component: e2e-tests-nodejs-lboqpnjg
2026-07-05 22:44:40.938 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:41.031 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:41.032 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:41.032 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:41.032 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:41.057 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:41.084 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:41.087 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:41.088 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:41.119 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:41.119 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="16.744" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.328">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-lboqpnjg
Creating component: e2e-tests-nodejs-lboqpnjg
2026-07-05 22:44:00.969 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:01.070 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:01.071 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:01.071 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:01.072 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:01.108 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:01.138 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:01.141 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:01.142 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:01.174 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:01.174 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.353">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.063">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="60.356" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.686">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-kqnllqdp
Creating component: e2e-tests-java-quarkus-kqnllqdp
2026-07-05 22:44:00.981 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:01.036 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:01.068 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:01.072 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:01.072 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:01.103 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:01.104 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.915">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.806">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.945">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.435">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.778">
<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-kqnllqdp' })
    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-kqnllqdp' })


       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.791">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-kqnllqdp
Creating component: e2e-tests-java-quarkus-kqnllqdp
2026-07-05 22:45:00.290 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:00.377 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:00.425 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:00.428 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:00.429 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:00.466 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:00.466 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="11.098" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.552">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-kqnllqdp
Creating component: e2e-tests-java-quarkus-kqnllqdp
2026-07-05 22:44:19.650 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:19.722 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:19.753 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:19.757 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:19.758 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:19.792 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:19.793 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.771">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.775">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="84.557" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="2.97">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-etbgnzaq
Creating component: e2e-tests-java-quarkus-etbgnzaq
2026-07-05 22:44:30.572 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:30.655 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:30.656 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:30.657 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:30.657 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:30.686 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:30.711 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:30.714 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:30.715 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:30.754 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:30.754 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.363">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="39.714">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png]]

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

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

    TimeoutError: Step timeout of 30000ms exceeded.

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

    Error: expect(locator).toBeVisible() failed

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

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


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.689">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-etbgnzaq
Creating component: e2e-tests-java-quarkus-etbgnzaq
2026-07-05 22:45:18.313 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:18.403 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:18.403 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:18.404 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:18.404 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:18.432 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:18.456 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:18.459 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:18.459 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:18.497 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:18.497 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.5">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.527">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-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-etbgnzaq' })
    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-etbgnzaq' })


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

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

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

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

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.794">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-etbgnzaq
Creating component: e2e-tests-java-quarkus-etbgnzaq
2026-07-05 22:45:55.624 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:55.713 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:55.714 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:55.714 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:55.715 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:55.743 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:55.777 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:55.779 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:55.780 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:55.813 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:55.814 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="13.324" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="3.534">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-etbgnzaq
Creating component: e2e-tests-java-quarkus-etbgnzaq
2026-07-05 22:44:32.535 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:32.620 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:32.621 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:32.621 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:32.621 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:32.646 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:32.677 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:32.680 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:32.681 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:32.713 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:32.713 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.803">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.987">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="56.239" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.54">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-obfyeacu
Creating component: e2e-tests-java-springboot-obfyeacu
2026-07-05 22:44:34.693 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:34.749 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:34.782 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:34.785 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:34.785 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:34.816 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:34.816 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.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.561">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.465">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.958">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.44">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.487">
<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-obfyeacu' })
    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-obfyeacu' })


       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.788">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-obfyeacu
Creating component: e2e-tests-java-springboot-obfyeacu
2026-07-05 22:45:29.778 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:29.839 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:29.867 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:29.870 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:29.870 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:29.906 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:29.906 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="14.445" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.191">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-obfyeacu
Creating component: e2e-tests-java-springboot-obfyeacu
2026-07-05 22:44:36.497 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:36.553 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:36.576 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:36.580 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:36.581 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:36.618 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:36.619 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.29">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.964">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="54.049" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.708">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-krtsgojg
Creating component: e2e-tests-java-springboot-krtsgojg
2026-07-05 22:44:40.761 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:40.847 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:40.848 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:40.848 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:40.849 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:40.880 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:40.904 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:40.907 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:40.908 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:40.942 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:40.943 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="4.564">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="7.08">
<system-out>
<![CDATA[2026-07-05 22:44:57.325 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-java-springboot[github-azure-quay], worker=8}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.504">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.024">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.424">
<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-krtsgojg' })
    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-krtsgojg' })


       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.745">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-krtsgojg
Creating component: e2e-tests-java-springboot-krtsgojg
2026-07-05 22:45:33.778 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:45:33.862 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:45:33.863 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:33.863 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:45:33.863 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:45:33.892 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:45:33.924 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:45:33.927 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:45:33.927 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:45:33.952 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:45:33.953 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-05T22:42:55.516Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="11.764" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.501">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-krtsgojg
Creating component: e2e-tests-java-springboot-krtsgojg
2026-07-05 22:44:47.097 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-05 22:44:47.183 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-05 22:44:47.184 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:47.184 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-05 22:44:47.185 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-05 22:44:47.215 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-05 22:44:47.243 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-05 22:44:47.246 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-05 22:44:47.247 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-355ec606e3-lb86-p3-openshiftapps-com:443/cluster-admin}
2026-07-05 22:44:47.275 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-05 22:44:47.275 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-355ec606e3.lb86.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.542">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.721">
</testcase>
</testsuite>
</testsuites>