Filter builder refactor #6559
Annotations
4 errors, 3 warnings, and 1 notice
|
Test (e2e):
e2e-tests/fixtures/Plan.ts#L655
2) [e2e sequence template 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
- waiting for" http://localhost:3001/parcels" navigation to finish...
- navigated to "http://localhost:3001/parcels"
at fixtures/Plan.ts:655
653 |
654 | async waitForToast(message: string, timeout: number = 10000) {
> 655 | await this.page.waitForSelector(`.toastify:has-text("${message}")`, { timeout });
| ^
656 | }
657 | }
658 |
at Plan.waitForToast (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:655:21)
at /home/runner/work/***-ui/***-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] › tests/sequence-templates.test.ts:93:3 › Sequence Templates › Sequence Templating can be run
Test timeout of 30000ms exceeded.
|
|
Test (e2e):
e2e-tests/fixtures/Plan.ts#L295
1) [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/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:295:74)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-activity-presets.test.ts:24:20
|
|
Test (e2e):
e2e-tests/tests/plan-activity-presets.test.ts#L6
1) [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/***-ui/***-ui/e2e-tests/tests/plan-activity-presets.test.ts:6:6
|
|
Test (e2e):
[e2e tests] › tests/scheduling.test.ts#L0
[e2e tests] › tests/scheduling.test.ts took 1.0m
|
|
Test (e2e):
[e2e tests] › tests/external-sources.test.ts#L0
[e2e tests] › tests/external-sources.test.ts took 1.0m
|
|
Test (e2e):
[e2e tests] › tests/workspace.test.ts#L0
[e2e tests] › tests/workspace.test.ts took 1.1m
|
|
Test (e2e)
2 flaky
[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 sequence template tests] › tests/sequence-templates.test.ts:93:3 › Sequence Templates › Sequence Templating can be run
240 passed (9.6m)
|
Loading