Config UI: visualize Messaging #28616
Annotations
6 errors and 1 notice
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/config-messaging.spec.ts#L276
1) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #4 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('messaging')
Expected substring: "Amount6"
Received string: "NotificationsConfiguredno"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('messaging')
9 Γ locator resolved to <div data-v-4b37e3d5="" data-v-b3a084cf="" data-testid="messaging" class="root round-box round-box--error">β¦</div>
- unexpected value "NotificationsConfiguredno"
274 |
275 | const messagingCard = page.getByTestId("messaging");
> 276 | await expect(messagingCard).toContainText(["Amount", "6"].join(""));
| ^
277 |
278 | await messagingCard.getByRole("button", { name: "edit" }).click();
279 | const modal = page.getByTestId("messaging-modal");
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:276:33
|
|
Run tests:
tests/config-messaging.spec.ts#L276
1) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #3 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('messaging')
Expected substring: "Amount6"
Received string: "NotificationsConfiguredno"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('messaging')
9 Γ locator resolved to <div data-v-4b37e3d5="" data-v-b3a084cf="" data-testid="messaging" class="root round-box round-box--error">β¦</div>
- unexpected value "NotificationsConfiguredno"
274 |
275 | const messagingCard = page.getByTestId("messaging");
> 276 | await expect(messagingCard).toContainText(["Amount", "6"].join(""));
| ^
277 |
278 | await messagingCard.getByRole("button", { name: "edit" }).click();
279 | const modal = page.getByTestId("messaging-modal");
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:276:33
|
|
Run tests:
tests/config-messaging.spec.ts#L276
1) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('messaging')
Expected substring: "Amount6"
Received string: "NotificationsConfiguredno"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('messaging')
9 Γ locator resolved to <div data-v-4b37e3d5="" data-v-b3a084cf="" data-testid="messaging" class="root round-box round-box--error">β¦</div>
- unexpected value "NotificationsConfiguredno"
274 |
275 | const messagingCard = page.getByTestId("messaging");
> 276 | await expect(messagingCard).toContainText(["Amount", "6"].join(""));
| ^
277 |
278 | await messagingCard.getByRole("button", { name: "edit" }).click();
279 | const modal = page.getByTestId("messaging-modal");
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:276:33
|
|
Run tests:
tests/config-messaging.spec.ts#L276
1) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('messaging')
Expected substring: "Amount6"
Received string: "NotificationsConfiguredno"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('messaging')
9 Γ locator resolved to <div data-v-4b37e3d5="" data-v-b3a084cf="" data-testid="messaging" class="root round-box round-box--error">β¦</div>
- unexpected value "NotificationsConfiguredno"
274 |
275 | const messagingCard = page.getByTestId("messaging");
> 276 | await expect(messagingCard).toContainText(["Amount", "6"].join(""));
| ^
277 |
278 | await messagingCard.getByRole("button", { name: "edit" }).click();
279 | const modal = page.getByTestId("messaging-modal");
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:276:33
|
|
Run tests:
tests/config-messaging.spec.ts#L276
1) [chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('messaging')
Expected substring: "Amount6"
Received string: "NotificationsConfiguredno"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('messaging')
9 Γ locator resolved to <div data-v-4b37e3d5="" data-v-b3a084cf="" data-testid="messaging" class="root round-box round-box--error">β¦</div>
- unexpected value "NotificationsConfiguredno"
274 |
275 | const messagingCard = page.getByTestId("messaging");
> 276 | await expect(messagingCard).toContainText(["Amount", "6"].join(""));
| ^
277 |
278 | await messagingCard.getByRole("button", { name: "edit" }).click();
279 | const modal = page.getByTestId("messaging-modal");
at /home/runner/work/evcc/evcc/tests/config-messaging.spec.ts:276:33
|
|
Run tests
1 failed
[chromium] βΊ tests/config-messaging.spec.ts:270:3 βΊ messaging βΊ messaging via db (yaml to json migration)
202 passed (2.0m)
|
Loading