core: etcs: move files to envelope_sim module #15374
Annotations
1 error, 6 warnings, and 1 notice
tests/pages/op-output-table-page-model.ts#L147
1) [firefox] › 012-op-simulation-settings-tab.spec.ts:301:7 › Simulation Settings Tab Verification › Add all the simulation settings
TimeoutError: locator.waitFor: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.time-stops-datasheet') to be visible
at pages/op-output-table-page-model.ts:147
145 | // Wait for the Times and Stops simulation data sheet to be fully loaded with a specified timeout (default: 60 seconds)
146 | async verifyTimesStopsDataSheetVisibility(timeout = 60 * 1000): Promise<void> {
> 147 | await this.timesStopsDataSheet.waitFor({ state: 'visible', timeout });
| ^
148 | await this.page.waitForTimeout(100); // Short delay for stabilization
149 | await this.timesStopsDataSheet.scrollIntoViewIfNeeded({ timeout });
150 | }
at OperationalStudiesOutputTablePage.verifyTimesStopsDataSheetVisibility (/app/front/tests/pages/op-output-table-page-model.ts:147:36)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:350:29
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[firefox] › 006-stdcm.spec.ts#L1
[firefox] › 006-stdcm.spec.ts took 49.8s
|
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.9s
|
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 20.1s
|
[chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 17.9s
|
[webkit] › 002-project-management.spec.ts#L1
[webkit] › 002-project-management.spec.ts took 17.0s
|
|
The logs for this run have expired and are no longer available.
Loading