chore(deps-dev): bump wrangler from 2.11.0 to 2.20.1 #970
Annotations
2 errors and 1 notice
tests/test_plotting.spec.mjs#L222
1) [chromium] › test_plotting.spec.mjs:151:1 › Test plot number of points ────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3413
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
|
tests/test_file_save_open.spec.mjs#L146
2) [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)
|
|
The logs for this run have expired and are no longer available.
Loading