Skip to content

Workflow page v2 (2269) by @Alex-Tideman (Attempt 1) #3562

Workflow page v2 (2269) by @Alex-Tideman (Attempt 1)

Workflow page v2 (2269) by @Alex-Tideman (Attempt 1) #3562

Triggered via pull request August 23, 2024 17:43
Status Failure
Total duration 6m 34s
Artifacts 2

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

19 errors, 3 warnings, and 2 notices
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L1
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Test timeout of 30000ms exceeded.
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L18
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('input-and-results').getByRole('heading', { name: 'Input and Results' }) 16 | name: 'Input and Results', 17 | }); > 18 | await toggle.click(); | ^ 19 | const input = page.getByTestId('workflow-input'); 20 | await expect(input).toContainText('Mock decoded payload'); 21 | }); at /home/runner/work/ui/ui/tests/e2e/workflows.spec.ts:18:18
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L1
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L18
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('input-and-results').getByRole('heading', { name: 'Input and Results' }) 16 | name: 'Input and Results', 17 | }); > 18 | await toggle.click(); | ^ 19 | const input = page.getByTestId('workflow-input'); 20 | await expect(input).toContainText('Mock decoded payload'); 21 | }); at /home/runner/work/ui/ui/tests/e2e/workflows.spec.ts:18:18
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L1
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L18
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('input-and-results').getByRole('heading', { name: 'Input and Results' }) 16 | name: 'Input and Results', 17 | }); > 18 | await toggle.click(); | ^ 19 | const input = page.getByTestId('workflow-input'); 20 | await expect(input).toContainText('Mock decoded payload'); 21 | }); at /home/runner/work/ui/ui/tests/e2e/workflows.spec.ts:18:18
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L1
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads: tests/e2e/workflows.spec.ts#L18
1) [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('input-and-results').getByRole('heading', { name: 'Input and Results' }) 16 | name: 'Input and Results', 17 | }); > 18 | await toggle.click(); | ^ 19 | const input = page.getByTestId('workflow-input'); 20 | await expect(input).toContainText('Mock decoded payload'); 21 | }); at /home/runner/work/ui/ui/tests/e2e/workflows.spec.ts:18:18
e2e-tests
Process completed with exit code 1.
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L1
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Test timeout of 10000ms exceeded.
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L60
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Error: expect(locator).toBeVisible() Locator: locator('table') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('table') 58 | 59 | const table = page.locator('table'); > 60 | await expect(table).toBeVisible(); | ^ 61 | }); 62 | 63 | test('Navigate to import event history page directly to import event history', async ({ at /home/runner/work/ui/ui/tests/integration/import-event-history.spec.ts:60:23
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L1
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 10000ms exceeded.
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L60
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('table') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('table') 58 | 59 | const table = page.locator('table'); > 60 | await expect(table).toBeVisible(); | ^ 61 | }); 62 | 63 | test('Navigate to import event history page directly to import event history', async ({ at /home/runner/work/ui/ui/tests/integration/import-event-history.spec.ts:60:23
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L1
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 10000ms exceeded.
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L60
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('table') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('table') 58 | 59 | const table = page.locator('table'); > 60 | await expect(table).toBeVisible(); | ^ 61 | }); 62 | 63 | test('Navigate to import event history page directly to import event history', async ({ at /home/runner/work/ui/ui/tests/integration/import-event-history.spec.ts:60:23
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L1
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 10000ms exceeded.
[chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import: tests/integration/import-event-history.spec.ts#L60
1) [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('table') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('table') 58 | 59 | const table = page.locator('table'); > 60 | await expect(table).toBeVisible(); | ^ 61 | }); 62 | 63 | test('Navigate to import event history page directly to import event history', async ({ at /home/runner/work/ui/ui/tests/integration/import-event-history.spec.ts:60:23
[chromium] › integration/workflow-event-history.spec.ts:13:3 › Workflow History › Workflow Execution shows WorkflowId and all sections and event history: tests/integration/workflow-event-history.spec.ts#L1
2) [chromium] › integration/workflow-event-history.spec.ts:13:3 › Workflow History › Workflow Execution shows WorkflowId and all sections and event history Test timeout of 10000ms exceeded.
[chromium] › integration/workflow-event-history.spec.ts:13:3 › Workflow History › Workflow Execution shows WorkflowId and all sections and event history: tests/integration/workflow-event-history.spec.ts#L26
2) [chromium] › integration/workflow-event-history.spec.ts:13:3 › Workflow History › Workflow Execution shows WorkflowId and all sections and event history Error: expect(locator).toBeVisible() Locator: getByTestId('summary-accordion') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('summary-accordion') 24 | await expect(page.getByTestId('call-stack-tab')).toBeVisible(); 25 | await expect(page.getByTestId('queries-tab')).toBeVisible(); > 26 | await expect(page.getByTestId('summary-accordion')).toBeVisible(); | ^ 27 | await expect(page.getByTestId('pending-activities')).toBeVisible(); 28 | await expect(page.getByTestId('input-and-results')).toBeVisible(); 29 | await expect(page.getByTestId('timeline-accordion')).toBeVisible(); at /home/runner/work/ui/ui/tests/integration/workflow-event-history.spec.ts:26:57
e2e-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-go@v3, arduino/setup-protoc@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-e2e", "playwright-report-integration". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
integration-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
1 failed [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads 2 skipped 7 passed (3.6m)
🎭 Playwright Run Summary
4 failed [chromium] › integration/import-event-history.spec.ts:39:1 › Navigate to import page directly and upload a json file for event history import [chromium] › integration/workflow-event-history.spec.ts:13:3 › Workflow History › Workflow Execution shows WorkflowId and all sections and event history [chromium] › integration/workflow-event-history.spec.ts:48:3 › Workflow History › Workflow Execution links to specific event [chromium] › integration/workflow-event-history.spec.ts:99:3 › Workflow History › Workflow Execution shows WorkflowId and all sections and event history with Labs Mode on 36 passed (5.0m)

Artifacts

Produced during runtime
Name Size
playwright-report-e2e Expired
9.79 MB
playwright-report-integration Expired
86.4 MB