refactor: perform dimensional analysis and numerical evaluation in same pass (WIP) #1576
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/test_file_save_open.spec.mjs#L147
1) [firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error
Error: fileChooser.setFiles: Test ended.
145 | const path = "tests/test_sheet_parsing_error.epxyz";
146 | page.on('filechooser', async (fileChooser) => {
> 147 | await fileChooser.setFiles(path);
| ^
148 | });
149 | await page.locator('#open-sheet').click();
150 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:147:5)
|
Run Playwright tests:
tests/test_matrix_multiplication.spec.mjs#L446
2) [firefox] › test_matrix_multiplication.spec.mjs:441:1 › Dot product with column vectors and numeric entries with units
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
444 | await page.waitForSelector('text=Updating...', {state: 'detached'});
445 |
> 446 | let content = await page.textContent(`#result-value-0`);
| ^
447 | expect(parseLatexFloat(content)).toBeCloseTo(32, precision);
448 |
449 | content = await page.textContent('#result-units-0');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_multiplication.spec.mjs:446:28
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "screenshots", "test-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run Playwright tests
2 flaky
[firefox] › test_file_save_open.spec.mjs:138:1 › Test opening file with results and syntax error
[firefox] › test_matrix_multiplication.spec.mjs:441:1 › Dot product with column vectors and numeric entries with units
9 skipped
773 passed (20.6m)
|
Loading