front: lmr: reduce grid margins from 35s to 15s #15778
Annotations
3 errors, 5 warnings, and 1 notice
tests/pages/op-timetable-page-model.ts#L232
1) [chromium] › 012-op-simulation-settings-tab.spec.ts:130:7 › Simulation Settings Tab Verification › Activate electrical profiles
Error: expect(received).toEqual(expected) // deep equality
Expected: "11:52"
Received: "11:53"
at pages/op-timetable-page-model.ts:232
230 | await expect(this.trainArrivalTime).toBeVisible();
231 | const actualArrivalTime = await this.trainArrivalTime.textContent();
> 232 | expect(actualArrivalTime).toEqual(expectedArrivalTime);
| ^
233 | }
234 |
235 | async clickOnScenarioCollapseButton() {
at OperationalStudiesTimetablePage.getTrainArrivalTime (/app/front/tests/pages/op-timetable-page-model.ts:232:31)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:179:5
|
tests/pages/op-timetable-page-model.ts#L232
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:184:7 › Simulation Settings Tab Verification › Activate composition code
Error: expect(received).toEqual(expected) // deep equality
Expected: "11:52"
Received: "12:03"
at pages/op-timetable-page-model.ts:232
230 | await expect(this.trainArrivalTime).toBeVisible();
231 | const actualArrivalTime = await this.trainArrivalTime.textContent();
> 232 | expect(actualArrivalTime).toEqual(expectedArrivalTime);
| ^
233 | }
234 |
235 | async clickOnScenarioCollapseButton() {
at OperationalStudiesTimetablePage.getTrainArrivalTime (/app/front/tests/pages/op-timetable-page-model.ts:232:31)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:233:5
|
tests/pages/operational-studies-page-model.ts#L98
3) [webkit] › 012-op-simulation-settings-tab.spec.ts:301:7 › Simulation Settings Tab Verification › Add all the simulation settings
Error: Timed out 10000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#trainSchedule-startTime')
Expected string: "2024-12-10T11:22:40"
Received string: "2024-12-10T17:02"
Call log:
- expect.toHaveValue with timeout 10000ms
- waiting for locator('#trainSchedule-startTime')
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-10…/>
- unexpected value "2024-12-10T17:02"
at pages/operational-studies-page-model.ts:98
96 | await this.startTimeField.waitFor({ state: 'visible' });
97 | await this.startTimeField.fill(startTime);
> 98 | await expect(this.startTimeField).toHaveValue(startTime);
| ^
99 | }
100 |
101 | async checkTrainHasBeenAdded() {
at OperationalStudiesPage.setTrainStartTime (/app/front/tests/pages/operational-studies-page-model.ts:98:39)
at /app/front/tests/012-op-simulation-settings-tab.spec.ts:115:7
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[chromium] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 59.0s
|
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.0s
|
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 21.1s
|
[webkit] › 007-op-rollingstock-tab.spec.ts#L1
[webkit] › 007-op-rollingstock-tab.spec.ts took 16.3s
|
3 flaky
[chromium] › 012-op-simulation-settings-tab.spec.ts:130:7 › Simulation Settings Tab Verification › Activate electrical profiles
[chromium] › 012-op-simulation-settings-tab.spec.ts:184:7 › Simulation Settings Tab Verification › Activate composition code
[webkit] › 012-op-simulation-settings-tab.spec.ts:301:7 › Simulation Settings Tab Verification › Add all the simulation settings
107 passed (12.0m)
|
The logs for this run have expired and are no longer available.
Loading