feat: scatter plot implementation (WIP) #1017
Annotations
3 errors and 1 notice
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error:
tests/test_file_save_open.spec.mjs#L146
1) [firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
Error: elementHandle.setInputFiles: Target closed
144 | const path = "tests/test_sheet_parsing_error.epxyz";
145 | page.on('filechooser', async (fileChooser) => {
> 146 | await fileChooser.setFiles(path);
| ^
147 | });
148 | await page.locator('#open-sheet').click();
149 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:146:5)
|
[firefox] › test_plotting.spec.mjs:151:1 › Test plot number of points:
tests/test_plotting.spec.mjs#L222
2) [firefox] › test_plotting.spec.mjs:151:1 › Test plot number of points ─────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3436
220 |
221 | expect(compareImages(linearImageFile, curveImageFile)).toBeGreaterThan(100);
> 222 | expect(compareImages(linearImageFile, twoPointCurveImageFile)).toEqual(0);
| ^
223 | });
224 |
225 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:222:66
|
[firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality:
tests/test_table_cell.spec.mjs#L431
3) [firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality ────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
=========================== logs ===========================
waiting for locator('#show-all-rows-2')
============================================================
429 |
430 | // show all rows again and makesure screenshot matches original
> 431 | await page.locator('#show-all-rows-2').click();
| ^
432 | await page.waitForSelector('.status-footer', { state: 'detached' });
433 |
434 | // switch back to row 2
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_table_cell.spec.mjs:431:42
|
🎭 Playwright Run Summary
3 flaky
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
[firefox] › test_plotting.spec.mjs:151:1 › Test plot number of points ──────────────────────────
[firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality ─────────────────────
7 skipped
474 passed (27.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
15.9 MB |
|
test-results
Expired
|
31.7 MB |
|