Mission Model Canary #16869
Annotations
3 errors, 3 warnings, and 1 notice
|
Test (e2e):
e2e-tests/fixtures/Plan.ts#L677
2) [e2e sequence template tests] › e2e-tests/tests/sequence-templates.test.ts:93:3 › Sequence Templates › Sequence Templating can be run
Error: page.waitForSelector: Target page, context or browser has been closed
Call log:
- waiting for locator('.toastify:has-text("Sequence Templating Succeeded")') to be visible
at fixtures/Plan.ts:677
675 |
676 | async waitForToast(message: string, timeout: number = 10000) {
> 677 | await this.page.waitForSelector(`.toastify:has-text("${message}")`, { timeout });
| ^
678 | }
679 | }
680 |
at Plan.waitForToast (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plan.ts:677:21)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/sequence-templates.test.ts:102:16
|
|
Test (e2e):
e2e-tests/tests/sequence-templates.test.ts#L0
2) [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/utilities/helpers.ts#L147
1) [e2e tests] › e2e-tests/tests/plans.test.ts:121:3 › Plans - CRUD Operations › Import plan ─────
Error: expect(locator).toBeVisible() failed
Locator: locator('div[role="tabpanel"]:has-text("Plans")').getByRole('treegrid').getByRole('row', { name: 'conservation_olive_galliform' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('div[role="tabpanel"]:has-text("Plans")').getByRole('treegrid').getByRole('row', { name: 'conservation_olive_galliform' })
at utilities/helpers.ts:147
145 | await filterInput.waitFor({ state: 'visible', timeout: 10000 });
146 | await filterInput.fill(filterValue);
> 147 | await expect(table.getByRole('row', { name: filterValue })).toBeVisible({ timeout: 10000 });
| ^
148 |
149 | // Close the filter popup by clicking outside of it
150 | await table.click({ position: { x: 5, y: 5 } });
at filterAgGridTable (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/utilities/helpers.ts:147:63)
at Plans.filterTable (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plans.ts:111:5)
at Plans.importPlan (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plans.ts:141:5)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plans.test.ts:123:5
|
|
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/workspace.test.ts#L0
[e2e tests] › e2e-tests/tests/workspace.test.ts took 1.1m
|
|
Test (e2e):
[e2e tests] › e2e-tests/tests/external-sources.test.ts#L0
[e2e tests] › e2e-tests/tests/external-sources.test.ts took 1.1m
|
|
Test (e2e)
2 flaky
[e2e tests] › e2e-tests/tests/plans.test.ts:121:3 › Plans - CRUD Operations › Import plan ──────
[e2e sequence template tests] › e2e-tests/tests/sequence-templates.test.ts:93:3 › Sequence Templates › Sequence Templating can be run
245 passed (7.9m)
|
Loading