front: bump ui from 0.0.59 to 0.0.61 except ui core #17314
Annotations
2 errors, 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
|
Run Playwright tests:
tests/pages/stdcm-page-model.ts#L696
2) [webkit] › 006-stdcm.spec.ts:102:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Timeout 90000ms exceeded while waiting on the predicate
at pages/stdcm-page-model.ts:696
694 | await download.saveAs(downloadPath);
695 | logger.info(`The PDF was successfully downloaded to: ${downloadPath}`);
> 696 | }).toPass({
| ^
697 | timeout: EXPECT_TO_PASS_TIMEOUT,
698 | });
699 | }
at STDCMPage.downloadSimulation (/app/front/tests/pages/stdcm-page-model.ts:696:8)
at /app/front/tests/006-stdcm.spec.ts:131:21
|
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 1.2m
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.7s
|
Run Playwright tests:
[chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 16.9s
|
Run Playwright tests
2 flaky
[firefox] › 012-op-simulation-settings-tab.spec.ts:295:7 › Simulation Settings Tab Verification › Activate linear and mareco margin
[webkit] › 006-stdcm.spec.ts:102:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
111 passed (13.1m)
|
Loading