Skip to content

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

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

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

Triggered via pull request August 20, 2024 20:08
Status Failure
Total duration 7m 40s
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/import-event-history.spec.ts:63:1 › Navigate to import event history page directly to import event history: tests/integration/import-event-history.spec.ts#L1
2) [chromium] › integration/import-event-history.spec.ts:63:1 › Navigate to import event history page directly to import event history Test timeout of 10000ms exceeded.
[chromium] › integration/import-event-history.spec.ts:63:1 › Navigate to import event history page directly to import event history: tests/integration/import-event-history.spec.ts#L70
2) [chromium] › integration/import-event-history.spec.ts:63:1 › Navigate to import event history page directly to import event history 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') 68 | 69 | const table = page.locator('table'); > 70 | await expect(table).toBeVisible(); | ^ 71 | 72 | const importButton = page.getByRole('button', { name: 'Import' }); 73 | await expect(importButton).toBeDisabled(); at /home/runner/work/ui/ui/tests/integration/import-event-history.spec.ts:70:23
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/
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/
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/
🎭 Playwright Run Summary
1 failed [chromium] › e2e/workflows.spec.ts:8:3 › Workflow Execution Page › should render decoded Payloads 2 skipped 7 passed (3.7m)
🎭 Playwright Run Summary
5 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/import-event-history.spec.ts:63:1 › Navigate to import event history page directly to import event history [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 35 passed (5.7m)

Artifacts

Produced during runtime
Name Size
playwright-report-e2e Expired
9.56 MB
playwright-report-integration Expired
82.9 MB