front: lmr validate consist on blur #19441
Annotations
1 error, 3 warnings, and 1 notice
Run Playwright tests:
tests/pages/stdcm-page-model.ts#L650
1) [chromium] › 006-stdcm.spec.ts:91: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-page-model.ts:650
648 | await this.launchSimulationButton.click({ force: true });
649 | // Wait for simulation message "Calculation completed"
> 650 | await this.simulationStatus.waitFor({ timeout: STDCM_SIMULATION_TIMEOUT });
| ^
651 | // Check map result container visibility only for Chromium browser
652 | if (this.page.context().browser()?.browserType().name() === 'chromium') {
653 | await expect(this.mapResultContainer).toBeVisible();
at STDCMPage.launchSimulation (/app/front/tests/pages/stdcm-page-model.ts:650:33)
at /app/front/tests/006-stdcm.spec.ts:111:5
|
Run Playwright tests:
[chromium] › 014-stdcm-linked-train.spec.ts#L1
[chromium] › 014-stdcm-linked-train.spec.ts took 38.7s
|
Run Playwright tests:
[chromium] › 013-stdcm-simulation-sheet.spec.ts#L1
[chromium] › 013-stdcm-simulation-sheet.spec.ts took 28.5s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.4s
|
Run Playwright tests
1 flaky
[chromium] › 006-stdcm.spec.ts:91:3 › Verify stdcm simulation page › Launch simulation with and without capacity for towed rolling stock
81 passed (7.1m)
|
Loading