feat: Increase max number of columns allowed for a matrix #1164
Annotations
4 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/test_plotting.spec.mjs#L657
1) [chromium] › test_plotting.spec.mjs:628:1 › Test visual comparison of function plot with identical scatter line plot
Error: expect(received).toBeGreaterThan(expected)
Expected: > 100
Received: 0
655 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:657:72
|
Run Playwright tests:
tests/test_plotting.spec.mjs#L657
1) [chromium] › test_plotting.spec.mjs:628:1 › Test visual comparison of function plot with identical scatter line plot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 100
Received: 0
655 | });
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_plotting.spec.mjs:657:72
|
Run Playwright tests:
tests/test_database.spec.mjs#L213
2) [firefox] › test_database.spec.mjs:201:1 › Test database consistency ──────────────────────────
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('h3').locator('text=Retrieving Sheet') to be detached
============================================================
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_database.spec.mjs:213:53
|
Run Playwright tests:
tests/test_file_save_open.spec.mjs#L156
3) [firefox] › test_file_save_open.spec.mjs:120:1 › Repeated open failure bug ────────────────────
TimeoutError: locator.textContent: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('#result-value-17')
============================================================
154 | await page.locator('#result-value-1').waitFor({state: "detached", timeout: 1000});
155 |
> 156 | });
| ^
157 |
158 |
159 | test('Test clearing results on valid input after page initial load form file', async ({ page, browserName }) => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:156:52
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
3 flaky
[chromium] › test_plotting.spec.mjs:628:1 › Test visual comparison of function plot with identical scatter line plot
[firefox] › test_database.spec.mjs:201:1 › Test database consistency ───────────────────────────
[firefox] › test_file_save_open.spec.mjs:120:1 › Repeated open failure bug ─────────────────────
7 skipped
514 passed (15.4m)
|
Loading