CircleCI Experiments #20850
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
tests/pages/stdcm/stdcm-page.ts#L132
1) [chromium] › 006-stdcm.spec.ts:120:3 › Verify stdcm simulation page › Launch simulation with and without capacity for towed rolling stock
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('simulation-status') to be visible
at pages/stdcm/stdcm-page.ts:132
130 | await this.launchSimulationButton.click({ force: true });
131 | // Wait for simulation message "Calculation completed"
> 132 | await this.simulationStatus.waitFor({ timeout: STDCM_SIMULATION_TIMEOUT });
| ^
133 | }
134 |
135 | async mapMarkerVisibility() {
at STDCMPage.launchSimulation (/app/front/tests/pages/stdcm/stdcm-page.ts:132:33)
at /app/front/tests/006-stdcm.spec.ts:140:5
|
Run Playwright tests:
[chromium] › 014-stdcm-linked-train.spec.ts#L1
[chromium] › 014-stdcm-linked-train.spec.ts took 30.6s
|
Run Playwright tests:
[chromium] › 013-stdcm-simulation-sheet.spec.ts#L1
[chromium] › 013-stdcm-simulation-sheet.spec.ts took 27.6s
|
Run Playwright tests
1 flaky
[chromium] › 006-stdcm.spec.ts:120:3 › Verify stdcm simulation page › Launch simulation with and without capacity for towed rolling stock
43 passed (4.4m)
|
Loading