front: drop PathStep.ch #15505
Annotations
2 errors, 3 warnings, and 1 notice
tests/pages/op-timetable-page-model.ts#L232
1) [chromium] › 012-op-simulation-settings-tab.spec.ts:184:7 › Simulation Settings Tab Verification › Activate composition code
Error: expect(received).toEqual(expected) // deep equality
Expected: "11:52"
Received: "12:03"
at pages/op-timetable-page-model.ts:232
230 | await expect(this.trainArrivalTime).toBeVisible();
231 | const actualArrivalTime = await this.trainArrivalTime.textContent();
> 232 | expect(actualArrivalTime).toEqual(expectedArrivalTime);
| ^
233 | }
234 |
235 | async clickOnScenarioCollapseButton() {
at OperationalStudiesTimetablePage.getTrainArrivalTime (/app/front/tests/pages/op-timetable-page-model.ts:232:31)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:233:5
|
tests/011-op-times-and-stops-tab.spec.ts#L141
2) [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).toEqual(expected) // deep equality
- Expected - 11
+ Received + 1
- Array [
- "CI",
- "CH",
- "voie",
- "arrivée demandée",
- "temps d'arrêt (s)",
- "départ demandé",
- "r. s. signal fermé",
- "faible glissement",
- "marge théorique",
- ]
+ Array []
139 | await opInputTablePage.columnHeaders.allInnerTexts()
140 | );
> 141 | expect(actualColumnHeaders).toEqual(expectedColumnNames);
| ^
142 |
143 | // Verify initial row count and fill table with input data
144 | await opInputTablePage.verifyActiveRowsCount(2);
at /app/front/tests/011-op-times-and-stops-tab.spec.ts:141:33
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.1s
|
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.4s
|
|
The logs for this run have expired and are no longer available.
Loading