v0.78.10 #4074
Annotations
1 error and 1 notice
Merge into HTML Report:
../../../../../work/tests/table.spec.ts#L92
1) [chromium] › ../../../../../work/tests/table.spec.ts:76:7 › tests simple table operations › can download table successfully
Error: Timed out 15000ms waiting for expect(received).toHaveValue(expected)
Expected string: "sin-and-cos.csv"
Received string: "table-2025-03-03-221834.csv"
Call log:
- expect.toHaveValue with timeout 15000ms
- waiting for locator('data-testid=input-csv-exporter-file-name')
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
- locator resolved to <input type="text" class="form-control" id="filename-cP…/>
- unexpected value "table-2025-03-03-221834.csv"
90 | await fileNameInputField.click({ clickCount: 3 });
91 | await page.keyboard.type('sin-and-cos.csv');
> 92 | await expect(fileNameInputField).toHaveValue('sin-and-cos.csv');
| ^
93 |
94 | // webkit is flaky
95 | if (browserName === 'webkit') {
at /work/tests/table.spec.ts:92:38
|
Merge into HTML Report
1 failed
[chromium] › ../../../../../work/tests/table.spec.ts:76:7 › tests simple table operations › can download table successfully
199 passed (-)
|
Loading