feat: scatter plot implementation (WIP) #1007
Annotations
2 errors and 1 notice
tests/test_database.spec.mjs#L152
1) [firefox] › test_database.spec.mjs:7:1 › Test database ────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 478847
150 | await page.screenshot({ path: `${screenshotDir}/${browserName}_screenshot1_check.png`, fullPage: true });
151 |
> 152 | expect(compareImages(`${browserName}_screenshot1.png`, `${browserName}_screenshot1_check.png`)).toEqual(0);
| ^
153 |
154 | // attempt to load a document that doesn't exist
155 | await page.goto('/CUsUSuwHkHzNyButyCHEnz');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_database.spec.mjs:152:99
|
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