editoast, front: forbid zero-length paths in pathfinding endpoint #15590
Annotations
1 error, 3 warnings, and 1 notice
Run Playwright tests:
tests/pages/op-input-table-page-model.ts#L31
1) [webkit] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 0
at pages/op-input-table-page-model.ts:31
29 | async verifyActiveRowsCount(expectedCount: number) {
30 | const activeRowCount = await this.activeRows.count();
> 31 | expect(activeRowCount).toBe(expectedCount);
| ^
32 | }
33 |
34 | async fillTableCellByStationAndHeader(
at OperationalStudiesInputTablePage.verifyActiveRowsCount (/app/front/tests/pages/op-input-table-page-model.ts:31:28)
at /app/front/tests/011-op-times-and-stops-tab.spec.ts:144:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.3s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 15.2s
|
Run Playwright tests
1 flaky
[webkit] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
109 passed (11.5m)
|
Loading