front, gateway: supporting launching front from outside the gateway reverse proxy #14382
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
tests/008-train-schedule.spec.ts#L1
1) [webkit] › 008-train-schedule.spec.ts:50:7 › Verify train schedule elements and filters › Loading trains and verifying simulation result
Test timeout of 270000ms exceeded.
|
Run Playwright tests:
tests/pages/op-timetable-page-model.ts#L204
1) [webkit] › 008-train-schedule.spec.ts:50:7 › Verify train schedule elements and filters › Loading trains and verifying simulation result
Error: page.waitForLoadState: Test timeout of 270000ms exceeded.
at pages/op-timetable-page-model.ts:204
202 |
203 | for (let currentTrainIndex = 0; currentTrainIndex < trainCount; currentTrainIndex += 1) {
> 204 | await this.page.waitForLoadState('networkidle');
| ^
205 | await this.waitForSimulationResults();
206 | const trainButton = OperationalStudiesTimetablePage.getTrainButton(
207 | this.timetableTrains.nth(currentTrainIndex)
at OperationalStudiesTimetablePage.verifyEachTrainSimulation (/app/tests/pages/op-timetable-page-model.ts:204:23)
at /app/tests/008-train-schedule.spec.ts:58:5
|
Run Playwright tests:
[webkit] › 009-rollingstock-editor.spec.ts#L1
[webkit] › 009-rollingstock-editor.spec.ts took 55.8s
|
Run Playwright tests:
[webkit] › 011-op-times-and-stops-tab.spec.ts#L1
[webkit] › 011-op-times-and-stops-tab.spec.ts took 34.6s
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 30.0s
|
Run Playwright tests:
[webkit] › 010-op-route-tab.spec.ts#L1
[webkit] › 010-op-route-tab.spec.ts took 25.9s
|
Run Playwright tests:
[firefox] › 003-study-management.spec.ts#L1
[firefox] › 003-study-management.spec.ts took 15.3s
|
Run Playwright tests
1 flaky
[webkit] › 008-train-schedule.spec.ts:50:7 › Verify train schedule elements and filters › Loading trains and verifying simulation result
4 skipped
96 passed (11.6m)
|
Loading