refactor: perform dimensional analysis and numerical evaluation in same pass (WIP) #1566
Annotations
2 errors, 1 warning, and 1 notice
[chromium] › test_syntax_error_messages.spec.mjs:145:1 › Error message for missing multiplication symbol between expression then indefinite integral:
tests/test_syntax_error_messages.spec.mjs#L148
1) [chromium] › test_syntax_error_messages.spec.mjs:145:1 › Error message for missing multiplication symbol between expression then indefinite integral
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('text=Missing multiplication symbol in expression')
146 | // variable followed by number
147 | await page.setLatex(0, String.raw`a\int\left(x\right)\mathrm{d}\left(x\right)=`);
> 148 | await page.locator('text=Missing multiplication symbol in expression').waitFor({state: "attached", timeout: 1000});
| ^
149 | });
150 |
151 | test('Error message for missing multiplication symbol between expression then definite integral', async () => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_syntax_error_messages.spec.mjs:148:74
|
[firefox] › test_generated_code.spec.mjs:351:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L357
2) [firefox] › test_generated_code.spec.mjs:351:1 › Numpy function rewrite fix, sympy #25514 ─────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#code-gen-1')
355 | await page.setLatex(1, String.raw`y\left(x=1\right)=`);
356 |
> 357 | await page.locator('#code-gen-1').click();
| ^
358 |
359 | let content = await page.locator('code').textContent();
360 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:357:37
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
2 flaky
[chromium] › test_syntax_error_messages.spec.mjs:145:1 › Error message for missing multiplication symbol between expression then indefinite integral
[firefox] › test_generated_code.spec.mjs:351:1 › Numpy function rewrite fix, sympy #25514 ──────
9 skipped
767 passed (20.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
15.9 MB |
|
test-results
Expired
|
40.4 MB |
|