102 | await test.step('Check Pipeline Runs table row values', async () => { | ^ 103 | await ciPlugin!.checkPipelineRunsTable(page); 104 | }, { timeout: 30000 }); 105 | }); at /workspace/ui-test/tests/ui/component.test.ts:102:7 Error: expect(locator).toBeVisible() failed Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'NAME' }) }).locator('tbody tr').filter({ hasText: /on-push/i }).first().getByRole('cell').filter({ hasText: /\d+\s+minutes?\s+\d+\s+seconds?/ }) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 60000ms - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'NAME' }) }).locator('tbody tr').filter({ hasText: /on-push/i }).first().getByRole('cell').filter({ hasText: /\d+\s+minutes?\s+\d+\s+seconds?/ }) at ../src/ui/plugins/ci/tektonPlugin.ts:115 113 | 114 | // 6. Duration is visible (`{number} minutes {number} seconds`) > 115 | await expect(firstRow.getByRole('cell').filter({ hasText: TektonPO.durationRegex })).toBeVisible(); | ^ 116 | } 117 | 118 | async checkActions(page: Page): Promise { at TektonPlugin.checkPipelineRunsTable (/workspace/ui-test/src/ui/plugins/ci/tektonPlugin.ts:115:94) at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:103:9) at /workspace/ui-test/tests/ui/component.test.ts:102:7 attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-go-github-tekton-quay-local-/test-failed-1.png ──────────────────────────────────────────────────────────────────────────────────────────────── attachment #2: video (video/webm) ────────────────────────────────────────────────────────────── ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-go-github-tekton-quay-local-/video.webm ──────────────────────────────────────────────────────────────────────────────────────────────── Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-go-github-tekton-quay-local-/error-context.md ]]>