Feat/1088/activity directive creator #2928
Annotations
2 errors, 1 warning, 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#L175
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 closed
at fixtures/Plan.ts:175
173 | await this.panelActivityForm.getByRole('menuitem').nth(index).waitFor({ state: 'detached' });
174 |
> 175 | await this.page.waitForFunction(
| ^
176 | anchorMenuName => document.querySelector('.anchor-form .selected-display-value')?.innerHTML === anchorMenuName,
177 | anchorMenuName,
178 | );
at Plan.selectActivityAnchorByIndex (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:175:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-activities.test.ts:77:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
The logs for this run have expired and are no longer available.
Loading