refactor: perform dimensional analysis and numerical evaluation in same pass (WIP) #1583
Annotations
3 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/test_matrix_functions.spec.mjs#L570
1) [firefox] › test_matrix_functions.spec.mjs:565:1 › Test stdevp function for row vector without units
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
568 | await page.waitForSelector('text=Updating...', {state: 'detached'});
569 |
> 570 | let content = await page.textContent(`#result-value-0`);
| ^
571 | expect(parseLatexFloat(content)).toBeCloseTo(0.5, precision);
572 |
573 | content = await page.textContent('#result-units-0');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_functions.spec.mjs:570:28
|
Run Playwright tests:
tests/test_piecewise_cell.spec.mjs#L371
2) [firefox] › test_piecewise_cell.spec.mjs:61:1 › Test piecewise cell functionality ─────────────
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for locator('h3').locator('text=Retrieving Sheet') to be detached
- locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-header__heading--modal-ccs-0.2diajh0slt3">Retrieving Sheet</h3>
- locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-header__heading--modal-ccs-0.2diajh0slt3">Retrieving Sheet</h3>
- locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-header__heading--modal-ccs-0.2diajh0slt3">Retrieving Sheet</h3>
- locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-header__heading--modal-ccs-0.2diajh0slt3">Retrieving Sheet</h3>
- locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-header__heading--modal-ccs-0.2diajh0slt3">Retrieving Sheet</h3>
- locator resolved to visible <h3 class="bx--modal-header__heading" id="bx--modal-header__heading--modal-ccs-0.2diajh0slt3">Retrieving Sheet</h3>
369 | // retrieve previously saved document from database and check screenshot
370 | await page.goto(`${sheetUrl.pathname}`);
> 371 | await page.locator('h3 >> text=Retrieving Sheet').waitFor({state: 'detached', timeout: 5000});
| ^
372 | await page.waitForSelector('.status-footer', { state: 'detached', timeout: pyodideLoadTimeout });
373 | await page.mouse.move(0,0);
374 | await page.keyboard.press('Escape');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_piecewise_cell.spec.mjs:371:53
|
Run Playwright tests:
tests/test_syntax_error_messages.spec.mjs#L160
3) [firefox] › test_syntax_error_messages.spec.mjs:157:1 › Error message for missing multiplication symbol between expression then derivative
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for locator('text=Missing multiplication symbol in expression')
158 | // variable followed by number
159 | await page.setLatex(0, String.raw`a\frac{\mathrm{d}}{\mathrm{d}\left(x\right)}\left(x\right)=`);
> 160 | await page.locator('text=Missing multiplication symbol in expression').waitFor({state: "attached", timeout: 1000});
| ^
161 | });
162 |
163 | test('Error message for missing multiplication symbol between expression then 2nd derivative', async () => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_syntax_error_messages.spec.mjs:160:74
|
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
3 flaky
[firefox] › test_matrix_functions.spec.mjs:565:1 › Test stdevp function for row vector without units
[firefox] › test_piecewise_cell.spec.mjs:61:1 › Test piecewise cell functionality ──────────────
[firefox] › test_syntax_error_messages.spec.mjs:157:1 › Error message for missing multiplication symbol between expression then derivative
9 skipped
774 passed (26.8m)
|
Loading