fix: Calculate plan preview end time #27653
Annotations
1 error and 1 notice
|
tests/plan.spec.ts#L479
1) [chromium] βΊ tests/plan.spec.ts:460:3 βΊ repeating βΊ preview static and repeating plan βββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('charging-plan-modal').getByTestId('target-text')
Expected substring: "09:00"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('charging-plan-modal').getByTestId('target-text')
477 |
478 | await expect(modal.getByTestId("plan-preview-title")).toHaveText("Preview plan");
> 479 | await expect(modal.getByTestId("target-text")).toContainText("09:00");
| ^
480 |
481 | // add repeating plan
482 | await modal.getByRole("button", { name: "Add repeating plan" }).click();
at /home/runner/work/evcc/evcc/tests/plan.spec.ts:479:52
|
|
|
The logs for this run have expired and are no longer available.
Loading