build #20913
Annotations
1 error, 3 warnings, and 1 notice
Run Playwright tests:
tests/pages/stdcm/via-section.ts#L106
1) [chromium] › 013-stdcm-simulation-sheet.spec.ts:77:3 › Verify stdcm simulation page › Verify STDCM stops and simulation sheet
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/013-stdcm-simulation-sheet.spec.ts:87:5
|
Run Playwright tests:
[chromium] › 014-stdcm-linked-train.spec.ts#L1
[chromium] › 014-stdcm-linked-train.spec.ts took 37.6s
|
Run Playwright tests:
[chromium] › 009-rolling-stock-editor.spec.ts#L1
[chromium] › 009-rolling-stock-editor.spec.ts took 32.8s
|
Run Playwright tests:
[firefox] › 014-stdcm-linked-train.spec.ts#L1
[firefox] › 014-stdcm-linked-train.spec.ts took 15.6s
|
Run Playwright tests
1 flaky
[chromium] › 013-stdcm-simulation-sheet.spec.ts:77:3 › Verify stdcm simulation page › Verify STDCM stops and simulation sheet
85 passed (7.1m)
|
Loading