core: bump com.charleskorn.kaml:kaml from 0.66.0 to 0.67.0 in /core #16566
Annotations
3 errors, 6 warnings, and 1 notice
Run Playwright tests:
tests/012-op-simulation-settings-tab.spec.ts#L1
1) [firefox] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code
Test timeout of 270000ms exceeded.
|
Run Playwright tests:
tests/pages/common-page-model.ts#L47
1) [firefox] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code
Error: locator.click: Test timeout of 270000ms exceeded.
Call log:
- waiting for getByTestId('close-toast-button').nth(1)
- locator resolved to <button type="button" class="ml-2 close" data-testid="cl…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at pages/common-page-model.ts:47
45 | async closeToastNotification(): Promise<void> {
46 | const closeToastElements = await this.closeToastButton.all();
> 47 | await Promise.all(closeToastElements.map((closeToastElement) => closeToastElement.click()));
| ^
48 | }
49 | }
50 |
at map (/app/front/tests/pages/common-page-model.ts:47:87)
at OperationalStudiesTimetablePage.closeToastNotification (/app/front/tests/pages/common-page-model.ts:47:42)
at OperationalStudiesTimetablePage.clickOnEditTrainSchedule (/app/front/tests/pages/op-timetable-page-model.ts:226:5)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:276:5
|
Run Playwright tests:
tests/pages/stdcm-page-model.ts#L562
2) [webkit] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Download event was not triggered.
at pages/stdcm-page-model.ts:562
560 | await this.downloadSimulationButton.dispatchEvent('click');
561 | const download = await downloadPromise.catch(() => {
> 562 | throw new Error('Download event was not triggered.');
| ^
563 | });
564 |
565 | // Verify filename and save the download
at /app/front/tests/pages/stdcm-page-model.ts:562:13
at STDCMPage.downloadSimulation (/app/front/tests/pages/stdcm-page-model.ts:561:22)
at /app/front/tests/006-stdcm.spec.ts:91:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[webkit] › 009-rollingstock-editor.spec.ts#L1
[webkit] › 009-rollingstock-editor.spec.ts took 55.9s
|
Run Playwright tests:
[firefox] › 006-stdcm.spec.ts#L1
[firefox] › 006-stdcm.spec.ts took 51.6s
|
Run Playwright tests:
[webkit] › 011-op-times-and-stops-tab.spec.ts#L1
[webkit] › 011-op-times-and-stops-tab.spec.ts took 39.8s
|
Run Playwright tests:
[webkit] › 008-train-schedule.spec.ts#L1
[webkit] › 008-train-schedule.spec.ts took 39.6s
|
Run Playwright tests:
[webkit] › 010-op-route-tab.spec.ts#L1
[webkit] › 010-op-route-tab.spec.ts took 24.6s
|
Run Playwright tests
2 flaky
[firefox] › 012-op-simulation-settings-tab.spec.ts:215:7 › Simulation Settings Tab Verification › Activate composition code
[webkit] › 006-stdcm.spec.ts:70:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
108 passed (14.0m)
|
Loading