Refresh simulation results after scheduling #2785
Annotations
8 errors, 2 warnings, and 1 notice
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run:
e2e-tests/tests/scheduling.test.ts#L1
1) [e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
Test timeout of 30000ms exceeded.
|
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run :
e2e-tests/fixtures/Plan.ts#L163
1) [e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
Error: page.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('.header-actions > .status-badge.complete')
============================================================
at fixtures/Plan.ts:163
161 | await this.page.waitForSelector(this.schedulingStatusSelector('Incomplete'), { state: 'attached', strict: true });
162 | await this.page.waitForSelector(this.schedulingStatusSelector('Incomplete'), { state: 'visible', strict: true });
> 163 | await this.page.waitForSelector(this.schedulingStatusSelector('Complete'), { state: 'attached', strict: true });
| ^
164 | await this.page.waitForSelector(this.schedulingStatusSelector('Complete'), { state: 'visible', strict: true });
165 | }
166 |
at Plan.runScheduling (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:163:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/scheduling.test.ts:83:5
|
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run:
e2e-tests/tests/scheduling.test.ts#L1
1) [e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run :
e2e-tests/fixtures/Plan.ts#L163
1) [e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('.header-actions > .status-badge.complete')
============================================================
at fixtures/Plan.ts:163
161 | await this.page.waitForSelector(this.schedulingStatusSelector('Incomplete'), { state: 'attached', strict: true });
162 | await this.page.waitForSelector(this.schedulingStatusSelector('Incomplete'), { state: 'visible', strict: true });
> 163 | await this.page.waitForSelector(this.schedulingStatusSelector('Complete'), { state: 'attached', strict: true });
| ^
164 | await this.page.waitForSelector(this.schedulingStatusSelector('Complete'), { state: 'visible', strict: true });
165 | }
166 |
at Plan.runScheduling (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:163:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/scheduling.test.ts:83:5
|
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run:
e2e-tests/tests/scheduling.test.ts#L1
1) [e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run :
e2e-tests/fixtures/Plan.ts#L163
1) [e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('.header-actions > .status-badge.complete')
============================================================
at fixtures/Plan.ts:163
161 | await this.page.waitForSelector(this.schedulingStatusSelector('Incomplete'), { state: 'attached', strict: true });
162 | await this.page.waitForSelector(this.schedulingStatusSelector('Incomplete'), { state: 'visible', strict: true });
> 163 | await this.page.waitForSelector(this.schedulingStatusSelector('Complete'), { state: 'attached', strict: true });
| ^
164 | await this.page.waitForSelector(this.schedulingStatusSelector('Complete'), { state: 'visible', strict: true });
165 | }
166 |
at Plan.runScheduling (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plan.ts:163:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/scheduling.test.ts:83:5
|
[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:
e2e-tests/tests/plan-activities.test.ts#L72
2) [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: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('textbox', { name: 'To Plan' })
70 |
71 | await plan.panelActivityForm.getByRole('button', { name: 'Is Relative To Another Activity Directive' }).click();
> 72 | 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/***-ui/***-ui/e2e-tests/tests/plan-activities.test.ts:72:78
|
test
Process completed with exit code 1.
|
test
No files were found with the provided path: **/unit-test-results. No artifacts will be uploaded.
|
Slow Test:
[e2e tests] › tests/scheduling.test.ts#L1
[e2e tests] › tests/scheduling.test.ts took 2.4m
|
🎭 Playwright Run Summary
1 failed
[e2e tests] › tests/scheduling.test.ts:79:3 › Scheduling › Disabling a scheduling condition should not include that condition in a scheduling run
1 flaky
[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
5 skipped
93 passed (4.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Test Results
Expired
|
24.7 MB |
|