Mission Model Canary #16878
canary.yml
on: schedule
canary
/
unit-test
4m 11s
canary
/
e2e-test
12m 27s
Annotations
9 errors, 4 warnings, and 1 notice
|
canary / e2e-test
Process completed with exit code 1.
|
|
[e2e tests] › e2e-tests/tests/dictionaries.test.ts:53:5 › Dictionaries › Sequence Adaptation › Create sequence adaptation:
e2e-tests/utilities/helpers.ts#L146
2) [e2e tests] › e2e-tests/tests/dictionaries.test.ts:53:5 › Dictionaries › Sequence Adaptation › Create sequence adaptation
Error: locator.fill: Target page, context or browser has been closed
Call log:
- waiting for locator('.ag-popup').getByRole('textbox', { name: 'Filter Value' }).first()
- locator resolved to <input type="text" tabindex="0" data-ref="eInput" id="ag-356-input" placeholder="Filter..." aria-label="Filter Value" class="ag-input-field-input ag-text-field-input"/>
- fill("puny_tomato_boar")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element was detached from the DOM, retrying
at utilities/helpers.ts:146
144 | const filterInput = page.locator('.ag-popup').getByRole('textbox', { name: 'Filter Value' }).first();
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
at filterAgGridTable (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/utilities/helpers.ts:146:21)
at Dictionaries.filterTable (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Dictionaries.ts:245:5)
at Dictionaries.createDictionary (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Dictionaries.ts:119:5)
at Dictionaries.createSequenceAdaptation (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Dictionaries.ts:158:5)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/dictionaries.test.ts:54:7
|
|
[e2e tests] › e2e-tests/tests/dictionaries.test.ts:53:5 › Dictionaries › Sequence Adaptation › Create sequence adaptation:
e2e-tests/tests/dictionaries.test.ts#L0
2) [e2e tests] › e2e-tests/tests/dictionaries.test.ts:53:5 › Dictionaries › Sequence Adaptation › Create sequence adaptation
Test timeout of 30000ms exceeded.
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/fixtures/Plan.ts#L295
1) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('combobox', { name: 'None' })
at fixtures/Plan.ts:295
293 |
294 | async fillActivityPresetName(presetName: string) {
> 295 | await this.panelActivityForm.getByRole('combobox', { name: 'None' }).click();
| ^
296 | await this.panelActivityForm.locator('.dropdown-header').waitFor({ state: 'attached' });
297 | await this.panelActivityForm.getByPlaceholder('Enter preset name').click();
298 | await this.panelActivityForm.getByPlaceholder('Enter preset name').fill(presetName);
at Plan.fillActivityPresetName (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plan.ts:295:74)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:24:20
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/tests/plan-activity-presets.test.ts#L6
1) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
4 | let setup: FullSetupResult;
5 |
> 6 | test.beforeAll(async ({ browser }) => {
| ^
7 | setup = await setupTest(browser);
8 | await setup.plan.goto();
9 |
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:6:6
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/fixtures/Plan.ts#L295
1) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('combobox', { name: 'None' })
at fixtures/Plan.ts:295
293 |
294 | async fillActivityPresetName(presetName: string) {
> 295 | await this.panelActivityForm.getByRole('combobox', { name: 'None' }).click();
| ^
296 | await this.panelActivityForm.locator('.dropdown-header').waitFor({ state: 'attached' });
297 | await this.panelActivityForm.getByPlaceholder('Enter preset name').click();
298 | await this.panelActivityForm.getByPlaceholder('Enter preset name').fill(presetName);
at Plan.fillActivityPresetName (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plan.ts:295:74)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:24:20
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/tests/plan-activity-presets.test.ts#L6
1) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
4 | let setup: FullSetupResult;
5 |
> 6 | test.beforeAll(async ({ browser }) => {
| ^
7 | setup = await setupTest(browser);
8 | await setup.plan.goto();
9 |
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:6:6
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/fixtures/Plan.ts#L295
1) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('combobox', { name: 'None' })
at fixtures/Plan.ts:295
293 |
294 | async fillActivityPresetName(presetName: string) {
> 295 | await this.panelActivityForm.getByRole('combobox', { name: 'None' }).click();
| ^
296 | await this.panelActivityForm.locator('.dropdown-header').waitFor({ state: 'attached' });
297 | await this.panelActivityForm.getByPlaceholder('Enter preset name').click();
298 | await this.panelActivityForm.getByPlaceholder('Enter preset name').fill(presetName);
at Plan.fillActivityPresetName (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plan.ts:295:74)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:24:20
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/tests/plan-activity-presets.test.ts#L6
1) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
"beforeAll" hook timeout of 30000ms exceeded.
4 | let setup: FullSetupResult;
5 |
> 6 | test.beforeAll(async ({ browser }) => {
| ^
7 | setup = await setupTest(browser);
8 | await setup.plan.goto();
9 |
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:6:6
|
|
canary / 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/
|
|
canary / 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/external-sources.test.ts#L0
[e2e tests] › e2e-tests/tests/external-sources.test.ts took 1.1m
|
|
Slow Test:
[e2e tests] › e2e-tests/tests/workspace.test.ts#L0
[e2e tests] › e2e-tests/tests/workspace.test.ts took 1.2m
|
|
🎭 Playwright Run Summary
1 failed
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
1 flaky
[e2e tests] › e2e-tests/tests/dictionaries.test.ts:53:5 › Dictionaries › Sequence Adaptation › Create sequence adaptation
2 did not run
243 passed (8.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Results
|
18.9 MB |
sha256:f90d5d1a1772db03dc83dd58296f3e1c51b51dad10f1c259f110fb2818e58393
|
|
|
Unit Test Results
|
4.36 MB |
sha256:e5aa3cf9793ff621f2d5b319e55a6009f1d10d81a0212336014d5ad42fe460c4
|
|