feat: scatter plot implementation (WIP) #1012
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 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_system_solve.spec.mjs:468:1 › Test system solve database saving and retrieving:
tests/test_system_solve.spec.mjs#L538
2) [firefox] › test_system_solve.spec.mjs:468:1 › Test system solve database saving and retrieving
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 15000
536 | // (seems like the exponent rendering changes slightly for webkit)
537 | if (browserName === "chromium" || browserName === "firefox") {
> 538 | expect(compareImages(`${browserName}_solve_screenshot.png`, `${browserName}_solve_screenshot_check.png`)).toEqual(0);
| ^
539 | }
540 |
541 | content = await page.textContent('#result-value-2');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_system_solve.spec.mjs:538:111
|
🎭 Playwright Run Summary
2 flaky
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
[firefox] › test_system_solve.spec.mjs:468:1 › Test system solve database saving and retrieving
7 skipped
441 passed (26.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
15.9 MB |
|
test-results
Expired
|
8.58 MB |
|