build #16963
Annotations
2 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/pages/stdcm-page-model.ts#L690
1) [webkit] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Timeout 90000ms exceeded while waiting on the predicate
at pages/stdcm-page-model.ts:690
688 | await download.saveAs(downloadPath);
689 | logger.info(`The PDF was successfully downloaded to: ${downloadPath}`);
> 690 | }).toPass({
| ^
691 | timeout: EXPECT_TO_PASS_TIMEOUT,
692 | });
693 | }
at STDCMPage.downloadSimulation (/app/front/tests/pages/stdcm-page-model.ts:690:8)
at /app/front/tests/006-stdcm.spec.ts:126:21
|
Run Playwright tests:
tests/pages/stdcm-page-model.ts#L731
2) [webkit] › 006-stdcm.spec.ts:134:7 › Verify train schedule elements and filters › Launch simulation with and without capacity for towed rolling stock
Error: expect(received).toEqual(expected) // deep equality
Expected: "Pas de capacité"
Received: "Simulation n°2"
at pages/stdcm-page-model.ts:731
729 | const actualSimulationName =
730 | await this.getSimulationNameLocator(simulationNumber).textContent();
> 731 | expect(actualSimulationName).toEqual(expectedSimulationName);
| ^
732 |
733 | // Determine expected length and duration
734 | const expectedLengthAndDuration = isResultTableVisible
at STDCMPage.verifySimulationDetails (/app/front/tests/pages/stdcm-page-model.ts:731:34)
at /app/front/tests/006-stdcm.spec.ts:164: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] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.3s
|
Run Playwright tests:
[chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 17.8s
|
Run Playwright tests
2 flaky
[webkit] › 006-stdcm.spec.ts:97:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
[webkit] › 006-stdcm.spec.ts:134:7 › Verify train schedule elements and filters › Launch simulation with and without capacity for towed rolling stock
111 passed (12.7m)
|
Loading