front: nge language synchro + Remove SBB header + bump NGE version 2.9.9 #14757
Annotations
2 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/pages/op-route-page-model.ts#L235
1) [chromium] › 010-op-route-tab.spec.ts:80:7 › Route Tab Verification › Adding waypoints to a route for operational study
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTitle('Mid_East_station').getByTestId('suggested-via-delete-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTitle('Mid_East_station').getByTestId('suggested-via-delete-button')
at pages/op-route-page-model.ts:235
233 | for (const viaName of viaNames) {
234 | await clickWithDelay(this.getAddButtonLocatorByViaName(viaName));
> 235 | await expect(this.getDeleteButtonLocatorByViaName(viaName)).toBeVisible();
| ^
236 | }
237 | }
238 |
at RoutePage.clickOnViaAddButtons (/app/tests/pages/op-route-page-model.ts:235:67)
at RoutePage.addNewWaypoints (/app/tests/pages/op-route-page-model.ts:307:5)
at /app/tests/010-op-route-tab.spec.ts:92:5
|
Run Playwright tests:
tests/pages/stdcm-page-model.ts#L499
2) [webkit] › 006-stdcm.spec.ts:68: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:499
497 | await this.downloadSimulationButton.click({ force: true });
498 | const download = await downloadPromise.catch(() => {
> 499 | throw new Error('Download event was not triggered.');
| ^
500 | });
501 |
502 | // Verify filename and save the download
at /app/tests/pages/stdcm-page-model.ts:499:13
at STDCMPage.downloadSimulation (/app/tests/pages/stdcm-page-model.ts:498:22)
at /app/tests/006-stdcm.spec.ts:89:5
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.5s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.5s
|
Run Playwright tests
2 flaky
[chromium] › 010-op-route-tab.spec.ts:80:7 › Route Tab Verification › Adding waypoints to a route for operational study
[webkit] › 006-stdcm.spec.ts:68:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
4 skipped
104 passed (11.9m)
|
Loading