Fix incorrect input saving when switching simulations during a running calculation #19169
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
tests/pages/scenario-page-model.ts#L146
1) [chromium] › 004-scenario-management.spec.ts:61:7 › Validate the Scenario creation workflow › Update an existing scenario
TimeoutError: locator.hover: Timeout 15000ms exceeded.
Call log:
- waiting for getByTestId('scenario_test_e2e 8ed8efec-e7f0-402a-869f-7d6f7fe63e9b').first()
at pages/scenario-page-model.ts:146
144 | // Open a Scenario by its test ID (The Test ID is the same as the Name).
145 | async openScenarioByTestId(scenarioTestId: string) {
> 146 | await this.page.getByTestId(scenarioTestId).first().hover({ trial: true });
| ^
147 | await this.page.getByTestId(scenarioTestId).getByTestId('openScenario').click();
148 | }
149 |
at ScenarioPage.openScenarioByTestId (/app/front/tests/pages/scenario-page-model.ts:146:57)
at /app/front/tests/004-scenario-management.spec.ts:67:24
|
Run Playwright tests:
[chromium] › 014-stdcm-linked-train.spec.ts#L1
[chromium] › 014-stdcm-linked-train.spec.ts took 34.8s
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.3s
|
Run Playwright tests:
[chromium] › 013-stdcm-simulation-sheet.spec.ts#L1
[chromium] › 013-stdcm-simulation-sheet.spec.ts took 26.0s
|
Run Playwright tests:
[chromium] › 010-op-route-tab.spec.ts#L1
[chromium] › 010-op-route-tab.spec.ts took 21.3s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 17.9s
|
Run Playwright tests
1 flaky
[chromium] › 004-scenario-management.spec.ts:61:7 › Validate the Scenario creation workflow › Update an existing scenario
81 passed (6.7m)
|
Loading