misc: add jetbrain folder .idea to gitignore #14670
Annotations
2 errors, 4 warnings, and 1 notice
Run Playwright tests:
tests/pages/op-timetable-page-model.ts#L232
1) [chromium] › 012-op-simulation-settings-tab.spec.ts:186: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/tests/pages/op-timetable-page-model.ts:232:31)
at /app/tests/012-op-simulation-settings-tab.spec.ts:237: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] › 006-stdcm.spec.ts#L1
[chromium] › 006-stdcm.spec.ts took 55.8s
|
Run Playwright tests:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.9s
|
Run Playwright tests:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 17.8s
|
Run Playwright tests:
[firefox] › 003-study-management.spec.ts#L1
[firefox] › 003-study-management.spec.ts took 16.4s
|
Run Playwright tests
2 flaky
[chromium] › 012-op-simulation-settings-tab.spec.ts:186:7 › Simulation Settings Tab Verification › Activate composition code
[webkit] › 006-stdcm.spec.ts:68:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
4 skipped
104 passed (12.2m)
|
Loading