Mission Model Canary #18118
canary.yml
on: schedule
canary
/
unit-test
3m 52s
canary
/
e2e-test
13m 25s
Annotations
3 errors, 1 warning, and 1 notice
|
[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
2) [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
2) [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
|
|
[e2e tests] › e2e-tests/tests/external-sources.test.ts:116:3 › External Sources › External event table should be accessible while a source is selected:
e2e-tests/fixtures/ExternalSources.ts#L282
1) [e2e tests] › e2e-tests/tests/external-sources.test.ts:116:3 › External Sources › External event table should be accessible while a source is selected
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('gridcell', { name: 'example-external-source.json' }) to be visible
at fixtures/ExternalSources.ts:282
280 | await this.externalSourcesTable.waitFor({ state: 'visible', timeout: 10000 });
281 | const sourceRow = this.page.getByRole('gridcell', { name: sourceName });
> 282 | await sourceRow.waitFor({ state: 'visible', timeout: 10000 });
| ^
283 | // Small delay to ensure table rendering is complete (prevents click during re-render)
284 | await this.page.waitForLoadState('networkidle');
285 | await sourceRow.click();
at ExternalSources.selectSource (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/ExternalSources.ts:282:21)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/external-sources.test.ts:117:5
|
|
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
2 flaky
[e2e tests] › e2e-tests/tests/external-sources.test.ts:116:3 › External Sources › External event table should be accessible while a source is selected
[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
276 passed (9.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Results
|
7.19 MB |
sha256:ef1f72c4b50f8ecbe4103d954b6a93af78993d929d9f599bc108358400719201
|
|
|
Unit Test Results
|
4.5 MB |
sha256:196271e083e29dfc5afb4586b0fb2831396cc10eb5b4fda1db76d041e8c8dec4
|
|