Mission Model Canary #4648
canary.yml
on: schedule
canary
/
unit-test
2m 23s
canary
/
e2e-test
9m 2s
Annotations
1 error and 1 notice
[e2e tests] › tests/plan-activities.test.ts:51:3 › Plan Activities › Deleting an activity directive with another directive anchored to it should and selecting re-anchor to plan should re-anchor to plan:
e2e-tests/tests/plan-activities.test.ts#L72
1) [e2e tests] › tests/plan-activities.test.ts:51:3 › Plan Activities › Deleting an activity directive with another directive anchored to it should and selecting re-anchor to plan should re-anchor to plan
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-component-name="ActivityFormPanel"]').getByRole('textbox', { name: 'To Plan' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('textbox', { name: 'To Plan' })
70 | );
71 |
> 72 | await expect(plan.panelActivityForm.getByRole('textbox', { name: 'To Plan' })).toBeVisible();
| ^
73 | });
74 |
75 | test('Deleting multiple activity directives but only 1 has a remaining anchored dependent should prompt for just the one with a remaining dependent', async () => {
at /home/runner/work/aerie-ui/aerie-ui/e2e-tests/tests/plan-activities.test.ts:72:84
|
🎭 Playwright Run Summary
1 flaky
[e2e tests] › tests/plan-activities.test.ts:51:3 › Plan Activities › Deleting an activity directive with another directive anchored to it should and selecting re-anchor to plan should re-anchor to plan
178 passed (6.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
E2E Test Results
Expired
|
14.3 MB |
|
Unit Test Results
Expired
|
3.07 MB |
|