Support for Hoymiles HMT/HMS DTU PRO S Modbus TCP #33677
Annotations
2 errors and 1 notice
|
Run tests:
tests/plan.spec.ts#L507
1) [chromium] βΊ tests/plan.spec.ts:461:3 βΊ repeating βΊ preview static and repeating plan βββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('charging-plan-modal').getByTestId('target-text')
Expected substring: "9:00"
Received string: "Mon 00:53"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('charging-plan-modal').getByTestId('target-text')
9 Γ locator resolved to <div data-v-862553ef="" data-testid="target-text" class="text-nowrap target-inline-text">Mon 00:53</div>
- unexpected value "Mon 00:53"
505 | await modal.getByTestId("repeating-plan-active").click();
506 | await expect(modal.getByTestId("plan-preview-title")).toHaveText("Preview plan #1");
> 507 | await expect(modal.getByTestId("target-text")).toContainText("9:00");
| ^
508 | });
509 |
510 | test("weekday selection", async ({ page }) => {
at /home/runner/work/evcc/evcc/tests/plan.spec.ts:507:52
|
|
Run tests:
tests/plan.spec.ts#L507
1) [chromium] βΊ tests/plan.spec.ts:461:3 βΊ repeating βΊ preview static and repeating plan βββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('charging-plan-modal').getByTestId('target-text')
Expected substring: "9:00"
Received string: "Mon 00:53"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('charging-plan-modal').getByTestId('target-text')
9 Γ locator resolved to <div data-v-862553ef="" data-testid="target-text" class="text-nowrap target-inline-text">Mon 00:53</div>
- unexpected value "Mon 00:53"
505 | await modal.getByTestId("repeating-plan-active").click();
506 | await expect(modal.getByTestId("plan-preview-title")).toHaveText("Preview plan #1");
> 507 | await expect(modal.getByTestId("target-text")).toContainText("9:00");
| ^
508 | });
509 |
510 | test("weekday selection", async ({ page }) => {
at /home/runner/work/evcc/evcc/tests/plan.spec.ts:507:52
|
|
Run tests
1 flaky
[chromium] βΊ tests/plan.spec.ts:461:3 βΊ repeating βΊ preview static and repeating plan ββββββββββ
239 passed (1.5m)
|
Loading