Mission Model Canary #18117
canary.yml
on: schedule
canary
/
unit-test
3m 50s
canary
/
e2e-test
12m 54s
Annotations
5 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
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
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
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
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:99:3 › External Sources › External event deselection should be shown when a source is selected:
e2e-tests/fixtures/ExternalSources.ts#L282
1) [e2e tests] › e2e-tests/tests/external-sources.test.ts:99:3 › External Sources › External event deselection should be shown when 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 ExternalSources.selectEvent (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/ExternalSources.ts:273:5)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/external-sources.test.ts:100:5
|
|
Slow Test:
[e2e tests] › e2e-tests/tests/workspace.test.ts#L0
[e2e tests] › e2e-tests/tests/workspace.test.ts took 1.5m
|
|
🎭 Playwright Run Summary
2 flaky
[e2e tests] › e2e-tests/tests/external-sources.test.ts:99:3 › External Sources › External event deselection should be shown when 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.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Results
|
12.3 MB |
sha256:b879a116a8a5c9a0a1c7653bd1b3fccc3762d40c18012c956622c71bc05efb5b
|
|
|
Unit Test Results
|
4.5 MB |
sha256:32415f877dfe49846398c6568f6acfc474aa3422a08b1f1d021dcf3d67368369
|
|