fix: update teh Plotting and Functions tutorial link #1032
Annotations
2 errors and 1 notice
[chromium] › test_checkpoints.spec.mjs:15:1 › Test autosave checkpoints:
tests/test_checkpoints.spec.mjs#L71
1) [chromium] › test_checkpoints.spec.mjs:15:1 › Test autosave checkpoints ───────────────────────
TimeoutError: locator.waitFor: Timeout 120000ms exceeded.
=========================== logs ===========================
waiting for locator('text=New Sheet') to be visible
============================================================
69 |
70 | await page.goBack();
> 71 | await page.locator('text=New Sheet').waitFor();
| ^
72 |
73 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_checkpoints.spec.mjs:71:40
|
[chromium] › test_plotting.spec.mjs:151:1 › Test plot number of points:
tests/test_plotting.spec.mjs#L222
2) [chromium] › test_plotting.spec.mjs:151:1 › Test plot number of points ────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 3413
220 |
221 | expect(compareImages(linearImageFile, curveImageFile)).toBeGreaterThan(100);
> 222 | expect(compareImages(linearImageFile, twoPointCurveImageFile)).toEqual(0);
| ^
223 | });
224 |
225 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:222:66
|
🎭 Playwright Run Summary
2 flaky
[chromium] › test_checkpoints.spec.mjs:15:1 › Test autosave checkpoints ────────────────────────
[chromium] › test_plotting.spec.mjs:151:1 › Test plot number of points ─────────────────────────
7 skipped
481 passed (31.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
16.1 MB |
|
test-results
Expired
|
15.3 MB |
|