refactor: perform dimensional analysis and numerical evaluation in same pass (WIP) #1567
Annotations
2 errors, 1 warning, and 1 notice
[firefox] › test_calc.spec.mjs:417:1 › Test derivative dimensional analysis bug:
tests/test_calc.spec.mjs#L422
1) [firefox] › test_calc.spec.mjs:417:1 › Test derivative dimensional analysis bug ───────────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
420 | await page.waitForSelector('.status-footer', {state: 'detached'});
421 |
> 422 | let content = await page.textContent('#result-value-0');
| ^
423 | expect(parseLatexFloat(content)).toBeCloseTo(1, precision);
424 | content = await page.textContent('#result-units-0');
425 | expect(content).toBe('');
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_calc.spec.mjs:422:28
|
[firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality:
tests/test_table_cell.spec.mjs#L431
2) [firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality ────────────────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#show-all-rows-2')
429 |
430 | // show all rows again and makesure screenshot matches original
> 431 | await page.locator('#show-all-rows-2').click();
| ^
432 | await page.waitForSelector('.status-footer', { state: 'detached' });
433 |
434 | // switch back to row 2
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_table_cell.spec.mjs:431:42
|
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
[firefox] › test_calc.spec.mjs:417:1 › Test derivative dimensional analysis bug ────────────────
[firefox] › test_table_cell.spec.mjs:177:1 › Test table cell functionality ─────────────────────
9 skipped
767 passed (23.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
15.9 MB |
|
test-results
Expired
|
54.5 MB |
|