Sequence metadata UI (use this one) #6823
Annotations
10 errors, 2 warnings, and 1 notice
|
Test (e2e):
e2e-tests/tests/sequence-templates.test.ts#L0
3) [e2e sequence template tests] › e2e-tests/tests/sequence-templates.test.ts:93:3 › Sequence Templates › Sequence Templating can be run
Test timeout of 30000ms exceeded.
|
|
Test (e2e):
e2e-tests/tests/workspace.test.ts#L547
2) [e2e tests] › e2e-tests/tests/workspace.test.ts:540:3 › Workspace › Toggle file read-only and verify editor is locked
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('#read-only')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('#read-only')
545 |
546 | // Wait for the editor to load and the file metadata banner to appear
> 547 | await expect(workspace.readOnlyCheckbox).toBeVisible({ timeout: 10000 });
| ^
548 |
549 | // Verify the file is initially editable — title should NOT contain "(Read only)"
550 | await expect(setup.page.getByText('(Read only)')).not.toBeVisible();
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/workspace.test.ts:547:46
|
|
Test (e2e):
e2e-tests/tests/workspace.test.ts#L547
2) [e2e tests] › e2e-tests/tests/workspace.test.ts:540:3 › Workspace › Toggle file read-only and verify editor is locked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('#read-only')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('#read-only')
545 |
546 | // Wait for the editor to load and the file metadata banner to appear
> 547 | await expect(workspace.readOnlyCheckbox).toBeVisible({ timeout: 10000 });
| ^
548 |
549 | // Verify the file is initially editable — title should NOT contain "(Read only)"
550 | await expect(setup.page.getByText('(Read only)')).not.toBeVisible();
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/workspace.test.ts:547:46
|
|
Test (e2e):
e2e-tests/tests/workspace.test.ts#L547
2) [e2e tests] › e2e-tests/tests/workspace.test.ts:540:3 › Workspace › Toggle file read-only and verify editor is locked
Error: expect(locator).toBeVisible() failed
Locator: locator('#read-only')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('#read-only')
545 |
546 | // Wait for the editor to load and the file metadata banner to appear
> 547 | await expect(workspace.readOnlyCheckbox).toBeVisible({ timeout: 10000 });
| ^
548 |
549 | // Verify the file is initially editable — title should NOT contain "(Read only)"
550 | await expect(setup.page.getByText('(Read only)')).not.toBeVisible();
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/workspace.test.ts:547:46
|
|
Test (e2e):
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
|
|
Test (e2e):
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.
|
|
Test (e2e):
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
|
|
Test (e2e):
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.
|
|
Test (e2e):
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
|
|
Test (e2e):
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.
|
|
Complete job
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/
|
|
Test (e2e):
[e2e tests] › e2e-tests/tests/external-sources.test.ts#L0
[e2e tests] › e2e-tests/tests/external-sources.test.ts took 1.0m
|
|
Test (e2e)
2 failed
[e2e tests] › e2e-tests/tests/actions.test.ts:65:3 › Actions › Run an action ───────────────────
[e2e tests] › e2e-tests/tests/workspace.test.ts:540:3 › Workspace › Toggle file read-only and verify editor is locked
1 flaky
[e2e sequence template tests] › e2e-tests/tests/sequence-templates.test.ts:93:3 › Sequence Templates › Sequence Templating can be run
9 did not run
240 passed (11.8m)
|
Loading