Feat/vml grammar #4132
Annotations
2 errors and 1 notice
e2e-tests/tests/plan-activities.test.ts#L1
1) [e2e tests] › tests/plan-activities.test.ts:75:3 › Plan Activities › Deleting multiple activity directives but only 1 has a remaining anchored dependent should prompt for just the one with a remaining dependent
Test timeout of 30000ms exceeded.
|
e2e-tests/fixtures/Plan.ts#L373
1) [e2e tests] › tests/plan-activities.test.ts:75:3 › Plan Activities › Deleting multiple activity directives but only 1 has a remaining anchored dependent should prompt for just the one with a remaining dependent
Error: page.waitForFunction: Target page, context or browser has been closed
at fixtures/Plan.ts:373
371 | await this.panelActivityForm.getByRole('menuitem').nth(index).waitFor({ state: 'detached' });
372 |
> 373 | await this.page.waitForFunction(
| ^
374 | anchorMenuName => document.querySelector('.anchor-form .selected-display-value')?.innerHTML === anchorMenuName,
375 | anchorMenuName,
376 | );
at Plan.selectActivityAnchorByIndex (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:373:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-activities.test.ts:84:5
|
|
The logs for this run have expired and are no longer available.
Loading