core: bump com.github.spotbugs:spotbugs-annotations from 4.8.+ to 4.9.2 in /core #20511
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
tests/pages/stdcm/via-section.ts#L106
1) [chromium] › 006-stdcm.spec.ts:96:3 › Verify stdcm simulation page › Launch STDCM simulation with all stops
Error: Timed out 10000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.stdcm-card:has(.stdcm-via-icons:has-text("1"))').locator('[data-testid="operational-point-ch"]')
Expected string: "BV"
Received string: ""
Call log:
- expect.toHaveValue with timeout 10000ms
- waiting for locator('.stdcm-card:has(.stdcm-via-icons:has-text("1"))').locator('[data-testid="operational-point-ch"]')
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
- locator resolved to <select class="osrd-ui-custom-select" data-testid="opera…></select>
- unexpected value ""
at pages/stdcm/via-section.ts:106
104 | await this.getViaCI(viaNumber).fill(ciSearchText);
105 | await selectedSuggestion.click();
> 106 | await expect(this.getViaCH(viaNumber)).toHaveValue(DEFAULT_DETAILS.chValue);
| ^
107 | await expect(this.getViaType(viaNumber)).toHaveValue(PASSAGE_TIME);
108 | };
109 |
at fillVia (/app/front/tests/pages/stdcm/via-section.ts:106:46)
at ViaSection.fillAndVerifyViaDetails (/app/front/tests/pages/stdcm/via-section.ts:112:9)
at /app/front/tests/006-stdcm.spec.ts:112:7
|
Run Playwright tests:
[chromium] › 014-stdcm-linked-train.spec.ts#L1
[chromium] › 014-stdcm-linked-train.spec.ts took 34.4s
|
Run Playwright tests:
[chromium] › 013-stdcm-simulation-sheet.spec.ts#L1
[chromium] › 013-stdcm-simulation-sheet.spec.ts took 29.1s
|
Run Playwright tests
1 flaky
[chromium] › 006-stdcm.spec.ts:96:3 › Verify stdcm simulation page › Launch STDCM simulation with all stops
42 passed (4.6m)
|
Loading