front: nge saving node's positions #16103
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
tests/pages/operational-studies-page-model.ts#L98
1) [webkit] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
Error: Timed out 10000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#trainSchedule-startTime')
Expected string: "2024-12-13T11:22:40"
Received string: "2024-12-13T15:50:01"
Call log:
- expect.toHaveValue with timeout 10000ms
- waiting for locator('#trainSchedule-startTime')
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
- locator resolved to <input step="1" type="datetime-local" value="2024-12-13…/>
- unexpected value "2024-12-13T15:50:01"
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/011-op-times-and-stops-tab.spec.ts:98:7
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 18.4s
|
Run Playwright tests
1 flaky
[webkit] › 011-op-times-and-stops-tab.spec.ts:115:7 › Times and Stops Tab Verification › should correctly set and display times and stops tables
109 passed (9.7m)
|
Loading