Polestar: fix resume path and adjust regex #28466
+5
−4
Open
Annotations
1 error and 1 notice
|
Run tests:
tests/config-shm.spec.ts#L64
1) [chromium] › tests/config-shm.spec.ts:20:3 › SHM › configure SHM with validation and persistence
Error: expect(locator).toHaveValue(expected) failed
Locator: getByTestId('shm-modal').getByLabel('Vendor ID')
Expected: "ABCD1234"
Received: ""
Timeout: 5000ms
Call log:
- Expect "toHaveValue" with timeout 5000ms
- waiting for getByTestId('shm-modal').getByLabel('Vendor ID')
9 × locator resolved to <input minlength="8" maxlength="8" id="shmVendorid" class="form-control" pattern="[A-Fa-f0-9]{8}"/>
- unexpected value ""
62 | await shmCard.getByRole("button", { name: "edit" }).click();
63 | await expectModalVisible(modal);
> 64 | await expect(vendor).toHaveValue(VALID_VENDOR_ID);
| ^
65 | await expect(device).toHaveValue(VALID_DEVICE_ID);
66 | await expect(serial).toHaveValue(VALID_DEVICE_SERIAL);
67 |
at /home/runner/work/evcc/evcc/tests/config-shm.spec.ts:64:26
|
|
Run tests
1 flaky
[chromium] › tests/config-shm.spec.ts:20:3 › SHM › configure SHM with validation and persistence
1 skipped
231 passed (1.4m)
|
Loading