Update README.md #1588
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/test_matrix_inverse.spec.mjs#L119
1) [chromium] › test_matrix_inverse.spec.mjs:114:1 › Inverse of symbolic matrix ──────────────────
TimeoutError: page.textContent: Timeout 120000ms exceeded.
Call log:
- waiting for locator('#result-value-0')
117 | await page.waitForSelector('text=Updating...', {state: 'detached'});
118 |
> 119 | let content = await page.textContent(`#result-value-0`);
| ^
120 | expect(content).toBe('\\begin{bmatrix} \\frac{d}{a \\cdot d - b \\cdot c} & - \\frac{b}{a \\cdot d - b \\cdot c} \\\\ - \\frac{c}{a \\cdot d - b \\cdot c} & \\frac{a}{a \\cdot d - b \\cdot c} \\end{bmatrix}');
121 | });
122 |
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_matrix_inverse.spec.mjs:119:28
|
Run Playwright tests:
tests/test_file_save_open.spec.mjs#L71
2) [firefox] › test_file_save_open.spec.mjs:6:1 › Test local file save and open ──────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 290
69 | await page.screenshot({ path: `${screenshotDir}/${browserName}_screenshot_file_open_save_check.png`, fullPage: false });
70 |
> 71 | expect(compareImages(`${browserName}_screenshot_file_open_save.png`, `${browserName}_screenshot_file_open_save_check.png`)).toEqual(0);
| ^
72 |
73 | // Attempt to open an image file to make sure there is not a crash and that there is an error message shown
74 | page.once('filechooser', async (fileChooser) => {
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:71:127
|
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
2 flaky
[chromium] › test_matrix_inverse.spec.mjs:114:1 › Inverse of symbolic matrix ───────────────────
[firefox] › test_file_save_open.spec.mjs:6:1 › Test local file save and open ───────────────────
9 skipped
767 passed (20.2m)
|
Loading