build #16516
Annotations
1 error, 4 warnings, and 1 notice
Run Playwright tests:
tests/pages/op-output-table-page-model.ts#L147
1) [firefox] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin
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(1000); // 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:345:29
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[firefox] › 006-stdcm.spec.ts#L1
[firefox] › 006-stdcm.spec.ts took 52.0s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.0s
|
Run Playwright tests:
[chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 16.2s
|
Run Playwright tests
1 flaky
[firefox] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin
109 passed (10.5m)
|
Loading