Skip to content

Sequence metadata UI (use this one) #6827

Sequence metadata UI (use this one)

Sequence metadata UI (use this one) #6827

Triggered via pull request April 14, 2026 21:10
Status Failure
Total duration 13m 6s
Artifacts 2

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 3 warnings, and 1 notice
e2e-test
Process completed with exit code 1.
[e2e tests] › e2e-tests/tests/external-sources.test.ts:169:3 › External Sources › Deleting all external sources: e2e-tests/tests/external-sources.test.ts#L174
2) [e2e tests] › e2e-tests/tests/external-sources.test.ts:169:3 › External Sources › Deleting all external sources Error: expect(locator).toBeVisible() failed Locator: getByText('External Source Deleted Successfully') Expected: visible Error: strict mode violation: getByText('External Source Deleted Successfully') resolved to 2 elements: 1) <div aria-live="polite" class="toastify on st-typography-body toastify-right toastify-bottom">External Source Deleted Successfully</div> aka getByText('External Source Deleted').first() 2) <div aria-live="polite" class="toastify st-typography-body toastify-right toastify-bottom">External Source Deleted Successfully</div> aka getByText('External Source Deleted').nth(1) Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('External Source Deleted Successfully') 172 | await externalSources.deleteSource(externalSources.externalSourceNoAttributeKey); 173 | await externalSources.deleteSource(externalSources.externalSourceEmptyAttributeKey); > 174 | await expect(setup.page.getByText('External Source Deleted Successfully')).toBeVisible(); | ^ 175 | await expect(externalSources.inputFile).toBeVisible(); 176 | await expect(externalSources.externalEventSelectedForm).not.toBeVisible(); 177 | await expect(externalSources.externalSourceSelectedForm).not.toBeVisible(); at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/external-sources.test.ts:174:80
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action: e2e-tests/fixtures/Action.ts#L89
1) [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('main').getByLabel('Complete').or(getByRole('main').getByLabel('Failed')) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 30000ms - waiting for getByRole('main').getByLabel('Complete').or(getByRole('main').getByLabel('Failed')) at fixtures/Action.ts:89 87 | // Wait for a terminal status (Complete or Failed) in the main content area 88 | const mainContent = this.page.getByRole('main'); > 89 | await expect(mainContent.getByLabel('Complete').or(mainContent.getByLabel('Failed'))).toBeVisible({ | ^ 90 | timeout: 30000, 91 | }); 92 | } at Action.runAction (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Action.ts:89:91) at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/actions.test.ts:66:5
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action: e2e-tests/tests/actions.test.ts#L0
1) [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action: e2e-tests/fixtures/Action.ts#L89
1) [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('main').getByLabel('Complete').or(getByRole('main').getByLabel('Failed')) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 30000ms - waiting for getByRole('main').getByLabel('Complete').or(getByRole('main').getByLabel('Failed')) at fixtures/Action.ts:89 87 | // Wait for a terminal status (Complete or Failed) in the main content area 88 | const mainContent = this.page.getByRole('main'); > 89 | await expect(mainContent.getByLabel('Complete').or(mainContent.getByLabel('Failed'))).toBeVisible({ | ^ 90 | timeout: 30000, 91 | }); 92 | } at Action.runAction (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Action.ts:89:91) at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/actions.test.ts:66:5
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action: e2e-tests/tests/actions.test.ts#L0
1) [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action: e2e-tests/fixtures/Action.ts#L89
1) [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ────────────────── Error: expect(locator).toBeVisible() failed Locator: getByRole('main').getByLabel('Complete').or(getByRole('main').getByLabel('Failed')) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 30000ms - waiting for getByRole('main').getByLabel('Complete').or(getByRole('main').getByLabel('Failed')) at fixtures/Action.ts:89 87 | // Wait for a terminal status (Complete or Failed) in the main content area 88 | const mainContent = this.page.getByRole('main'); > 89 | await expect(mainContent.getByLabel('Complete').or(mainContent.getByLabel('Failed'))).toBeVisible({ | ^ 90 | timeout: 30000, 91 | }); 92 | } at Action.runAction (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Action.ts:89:91) at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/actions.test.ts:66:5
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action: e2e-tests/tests/actions.test.ts#L0
1) [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ────────────────── Test timeout of 30000ms exceeded.
unit-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
e2e-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Slow Test: [e2e tests] › e2e-tests/tests/workspace.test.ts#L0
[e2e tests] › e2e-tests/tests/workspace.test.ts took 1.6m
🎭 Playwright Run Summary
1 failed [e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ─────────────────── 1 flaky [e2e tests] › e2e-tests/tests/external-sources.test.ts:169:3 › External Sources › Deleting all external sources 2 did not run 248 passed (9.1m)

Artifacts

Produced during runtime
Name Size Digest
E2E Test Results
7.58 MB
sha256:3547b2af1092ae1cf44b234fb18786501bb54406e1d386bbe8f9d82ce3223658
Unit Test Results
4.4 MB
sha256:24c3afa69e49e2d7d8b738177a6fcbe4e6c974dac7a976b02d307ca19298d1e2